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

i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?

2 Answers   Wipro,


how to resolve sb37,sd37 se37 abends

3 Answers   Keane India Ltd,


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,


What is NOTCAT ?

0 Answers  


In job processing, what happens in conversion stage?

0 Answers  






i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

1 Answers   IBM,


what is the use of IEBGENER utility?

0 Answers  


Is condition checking possible in jcl?

0 Answers  


Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?

4 Answers  


What are the basic JCL Statements for a Job?

1 Answers  


How can the disposition of sysout datasets be set for an entire jobstream?

0 Answers  


how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


Categories