Previous Topic: z/OS JCLNext Topic: Z/VSE Environments


Key to z/OS JCL

You must place a JOB card at the beginning of this JCL.

CA IDMS Schema Mapper writes the SCRATCH file and later reads it.

Instead of defining an input file (that contains parameter statements) with the SYSIPT statement in the preceding JCL, you can use this SYSIPT statement:

//SYSIPT DD *

followed by the parameter statements to be used as input.

The statistics file is needed only if you request one of the statistics fields in your output. If you do not request one of the statistics fields in your output, STATFILE can be DUMMY or undefined.

CA IDMS Schema Mapper treats a column of the diagram as a single logical page with no forced page ejects. In a z/OS environment, a page eject is usually created automatically for any SYSOUT file when the data does not include a page eject. This prevents CA IDMS Schema Mapper from writing more than 60 lines on a page. You need to include statements to suppress automatic page ejects.

The various releases of JES use different statements to suppress the automatic page eject. The sample JCL includes both JES2 and JES3 a statement for suppressing page ejects. Before using these statements, you need to check that their formats are appropriate for your environment.

You must use the following SYSIDMS statement:

 //SYSIDMS DD*

followed by SYSIDMS parameters. This file is always required for the CA IDMS physical environment parameter input to be read. For instance, DMCL=xxxxxxxx must be specified, where xxxxxxxx is the name of the specific DMCL.