home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR9 / COBXREF.ZIP / 22.ASC < prev    next >
Text File  |  1990-04-19  |  717b  |  23 lines

  1. Structured preprocessor.
  2.  
  3. This is built-in to the reformatter and allows the use of the following
  4. structure constructs. Please contact us for further details.
  5.  
  6.  
  7.       PROC name  PROCBEGIN body PROCEND
  8.  
  9.       IPROC name PSVNAME dataname [PSVTHREAD dataname] PROCBEGIN body PROCEND
  10.  
  11.       RPROC name PSVNAME arrayname PSVTHREAD dataname  PROCBEGIN body PROCEND
  12.  
  13.       SEQUENCE body FI
  14.  
  15.       SELECT CASE condition BEGIN body
  16.                 [CASE condition BEGIN body ] OTHERWISE body FI
  17.  
  18.       ITERUNTIL )  condition BEGIN body REPEAT
  19.       ITERWHILE )
  20.  
  21.       where 'condition' is a COBOL condition, and 'body' is a process which
  22.       may contain further levels of structure, and/or COBOL code
  23.