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

if we give TIME=0 how many sec that job/step

13 Answers  


can we give instream data in procedure

6 Answers   EDS,


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

0 Answers  


is there any utility for restarting a particular step in jcl reply soon ?

5 Answers  


Explain concatenating datasets?

2 Answers   CTS,






GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?

2 Answers   ABC, IBM,


In job processing, what happens in execution stage?

0 Answers  


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

0 Answers  


I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?

2 Answers  


I have Job A and Job B. I want to trigger Job B from Job A. Please advise.

2 Answers   Wipro,


What is order of searching of the libraries in a JCL?

4 Answers  


If your job fails at particular step then what would be the return code for next steps

3 Answers   ADP,


Categories