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

SORT card to eliminate duplicity.

1 Answers   Syntel,


In how ways you can pass the data from Jcl to cobol ?

3 Answers   Cap Gemini, IBM,


Can we have a JOBSTEP without any EXEC ?

6 Answers   IBM,


What is DISP= (NEW,PASS,DELETE)?

3 Answers   HCL,


Explain the purpose of dd dummy statement?

0 Answers  






How jcl is used for testing batch programs?

0 Answers  


How can the attributes of one sms dataset be copied to another dataset?

0 Answers  


Min no of member?s (PDS) in one directory block?

10 Answers  


how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?

2 Answers   Steria, TCS,


what is the Difference between SYSIN and PARM ?

5 Answers   IBM,


Explain about LMMFIND - find a library member

1 Answers  


How to search strings in multiple dataset with conditions 'string1 & string2'?

1 Answers   IBM,


Categories