how many max steps can we use in a job? pls answer to my
question
Answer Posted / vinayak
min 1
max 255
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the syntax of JCL statement?
What do you understand by the term job time – out and how can you overcome that?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are the difference between jcl and jes?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
whats the diff bw the evaluate also and and?
Explain in DD statement what is the use of DCB parameter?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is condition checking in jcl? Is this possible?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the function of the steplib dd statement?
What is the significance of addrspc parameter in the exec statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.