List some valid operation codes in JCL

Answers were Sorted based on User's Feedback



List some valid operation codes in JCL..

Answer / sandeep

job
exec
dd

Is This Answer Correct ?    9 Yes 0 No

List some valid operation codes in JCL..

Answer / 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

List some valid operation codes in JCL..

Answer / nidhi sharma

JOB
DD
EXEC

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More JCL Interview Questions

How to skip first step of a job? Can we use COND on the first step?

3 Answers   iNautix,


which utility is used to sort a file in jcl?

0 Answers   IBM,


explain concatinating datasets?

1 Answers  


what is instream data

2 Answers   EDS,


what is JCL?

0 Answers  






what is the job entry system used in your project?

3 Answers  


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

0 Answers   IBM,


what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.

6 Answers   HCL,


What is the purpose of dd * statement in jcl?

0 Answers  


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

4 Answers   IBM,


Explain the function of job statement in jcl?

0 Answers  


Brief description of inline procedure of jcl.

0 Answers  


Categories