HOW TO SET UP JCL FILES
ON THE ES9000
In order
to make your programs easier to test and debug there is an option on the
PCOBOL menu that allows you to generate JCL. This option will save
time, given you will have to code the run options only once. When
you execute your program, the system will look in your file list for your
JCL. You will only need to type the name of the program you wish
to run. The only exception to this is, if your program calls any
subprograms, you will still need to code those options at run time.
To generate
your JCL choose option 9 from the PCOBOL menu. (Click on it too see the
next step)
************************************************************************
****
****
****
PCC COBOL Procedures Selection Menu
****
****
****
*****************************************************************
RNH **
Xedit COBOL source ....... 0
Xedit COBOL source w/SQL ....... S
Compile source ........... 1
Xedit COBOL source w/Report .... R
Retrieve compile.......... 2
Xedit COBOL source w/RPT & SQL . B
Test Run ................. 3
Xedit COBOL source - CICS/VM . F
Full Screen Debug ........ 4
Xedit BMS MAP source - CICS/VM . M
Run Final Copy ........... 5
HELP / Problem reference file .. H
Examine disk files ....... 6
CICS/VM - COBOL programming .... I
Examine RDR queue ........ 7
COBOL Copy Book management ..... C
Print from RDR queue ..... 8
SQL/DS Table management ........ T
Execution Control files .. 9
VSAM Cluster management ........ V
Query Batch queue ........ Q
Exit PCOBOL Menu ............... X
Your Choice ?
RUNNING PCCVM