i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / sivaramakrishna
yes we can execute the above statements using cond
condition.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the utility programs in jcl?
List the different components of jcl statement?
What is jcl in mainframe?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
a dd statement has 2 types of parameters. Name them?
What is the function of //jcllib statement?
What are the 2 types of parameters in dd statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how would you create a temporary dataset? And where will you use them?
Differentiate between addressing mode and run mode.
What are the rules employed while naming the steps in a job?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
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.