JS – Current Plan JCL record
The JS record is a multi segment record, with the following structure.
JSCOM -+- Common segment (1 per JS)
|
+= JST = JCL text line (many per JS)
Note:
- Some segments have batch loader statements with slightly different
names.
JSCOMhas a batch loader statement ofJSSTART. - The Workload Automation Programming Language interpretation
of the JS record is slightly different from the PIF specification
in which interval dates are store in the field
JSTwithin the Common Segment. Within Workload Automation Programming Language, the Common Segment includesJSTas an unresolved field, if requested in anOUTPUTstatement, but will also decode theJSTinto separateJSTsegments for each line of JCL. This makes for more flexible processing in batch loader.