Answer Posted / balesh
//JOB_NAME JOB '123' CLASS=Q,MSGLEVEL=(0,1)
//STEP1 EXEC PGM='ADDPGM'
//DD_NAME DD=PATH
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
a dd statement has 2 types of parameters. Name them?
Brief description of inline procedure of jcl.
What do you understand by jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How is a type of file defined in the jcl that executes the cobol program?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Why block size is multiple of lrecl in jcl?
how you can access an uncataloged dataset in a JCL?
In job processing, what happens in execution stage?
What are steplib and joblib?
What is the motivation behind coding class parameter in job statement?
What is one line to pass PARM from JCL to COBOL?
Is it possible to left uncode disp?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?