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:
  1. Some segments have batch loader statements with slightly different names. JSCOM has a batch loader statement of JSSTART.
  2. 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 JST within the Common Segment. Within Workload Automation Programming Language, the Common Segment includes JST as an unresolved field, if requested in an OUTPUT statement, but will also decode the JST into separate JST segments for each line of JCL. This makes for more flexible processing in batch loader.