BJTBATCH JCL job stream
The BJTBATCH job stream specifies the job parameters and output files. The output files defined by the BJTPRINT DD definition in the JCL job stream are used if no DD control statements follow the report definition in the control card.
Sample job stream:
//JOBNAME JOB <Job parameters>
//STEP01 EXEC PGM=BJTBATCH
//BJTIN DD *
<control statements>
/*
//BJTPRINT DD <default output data set parameters>
//[DDNAME01] DD <output file #1 data set parameters>
//[DDNAME02] DD <output file #2 data set parameters> …
//SYSPRINT DD SYSOUT=*
//
Specification of the BJTPRINT DD is optional. It will be used for all output that is not explicitly assigned to an output DD Name in the control statements.