xxSJVSFL
The ProcMan JCL rule set offers the option of using check tables. These check tables are saved in a VSAM file. This VSAM file is recreated cyclically so that the latest data is saved. This usually happens every 24 hours when the online ProcMan is no longer being used.
Job-Control
EDEFCMDS description
Parameter 1 Name of the check table
Parameter 2 Name of the Input file (Only PO datasets are supported)
Parameter 3 Name of the Input member name.
Parameter 4 Record length of Input file. Following LRECL are supported. LRECL 80, 100, 120, 150, ZZ 200, 250, 300, 350, 400
Parameter 5 Record format e.g. FB
Parameter 6 LABEL Which data for the label. E.g.
1; 1. Column of input data
1,2; 1. and 2. Column of input data
(1:30); Start in position 1 with length of 30
(1:15;24:3) Start in position 1 with length of 15 and start in position 24 with length of 3
Parameter 7 VALUE Which data for the value. E.g. -1,4,3,2
1. Column of input data for VSAM DATA1
4. Column of input data for VSAM DATA2
3. Column of input data for VSAM DATA3
2. Column of input data for VSAM DATA4
1(53:3),2(48:4),3(57:48);
position 53 length of 3 of input data for VSAM DATA1
position 48 length of 4 of input data for VSAM DATA2
position 57 length of 48 of input data for VSAM DATA3
EDEFTITL description (new title will be shown with the ISPF dialog)
Parameter 1 Name of the check table
Parameter 2 Column number of check table
Parameter 3 New title of column ( instead DATA1, DATA2…..)
Last updated