MMCC MASTHEAD
Mid-Michigan Computer Consultants - Bay City, Michigan
 


CONTENTS       (old style)
TRY       FOR THE SPACER
Mid-Michigan Computer Consultants
509 Center
Bay City, Michigan

Sales (989) 892-9242
Support (989) 686-8860

Plb-0110.cfm v1.0


plb-t010.cfm rev 2/26/2025 10:12
 

ANSI Standard PL/B Language and Visual PL/B

STANDARD INCLUDES
PLB-0110 - rev 2/26/2025 14:51

NOTE TO OUR READERS
This web resource is written for our own use. But we feel strongly that the PL/B language should be shared with the software community. So feel free to use this at will! BUT PLEASE... if you find errors or omissions or have a better way to do something. TELL US! Dialog helps us all. Send e-mail to: support@mmcctech.com
Some quick notes on STANDARD INCLUDES.
(Be sure to also check INIT / Literals.)

STANDARDs INTERNAL MENU:
      Show Standard Program Top
      Show COMMON and COMMONwk
      Show OkiIncWk.pls code
      Show Print-Wk.pls code
      Show Prt-Info.pls code
      Show DateGreg


COMMON NOTES FOR ALL code


Z: is redirected to C:\MMCC-WIN\SUMDB folder by the standard ACB.BAT compile procedure.

The common module is the same for every program in the MMCC universe.

The LAST LINES include PRIVCOM.pls, which is the private common for the particular system.

Next comes Z:COMMONWK, which is universe-wide common and standard working variables.

You have to recombile the programs if you change the common storage.

You should only make changes to the END of this module to insure things line up.
 


STANDARD PROGRAM TOP code             template="PLB-0110-StdTopCode-01.cfm"

Return to Top Menu
.............................................
.  PT0P1025                          01/30/98
.
.            Bank Statement Reconcile
.
.        This one will index the CHECK BOOK file
.        a couple of other ways then process against
.        the bank statement file.
.
.
OLD_STUFF      EQU    0
TRAPTIME       EQU    0
GHCCOMMON      EQU    0
.
         INCLUDE   Z:COMMON
         INCLUDE   REVISION
.
EOF_ON_DOWN    DIM   1
.
OPTION_LIST  LIST
OPT_FILLER     DIM   1   Future use
        
End of StdTopCode include after closing PRE

end of StdTopCode-01 include


Write to MMCC Technical Support at:               Send e-mail to MMCC.
MMCC - Technical Support
600 W. Midland
Bay City, MI 48708
(989) 686-8860
© 1997 - 2025 MMCC - All Rights Reserved