List some valid operation codes in JCL

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


Please Help Members By Posting Answers For Below Questions

a dd statement has 2 types of parameters. Name them?

735


Brief description of inline procedure of jcl.

764


What do you understand by jcl?

712


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

2008


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

910






How is a type of file defined in the jcl that executes the cobol program?

816


What parameter of the job statement is used to limit the cpu time consumed by the job?

933


Why block size is multiple of lrecl in jcl?

1021


how you can access an uncataloged dataset in a JCL?

744


In job processing, what happens in execution stage?

768


What are steplib and joblib?

821


What is the motivation behind coding class parameter in job statement?

775


What is one line to pass PARM from JCL to COBOL?

4547


Is it possible to left uncode disp?

803


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?

913