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 / druks
Does the job have instream JCL or a instream proc or are the job steps in a proc (in a proclib) with a execution JCL
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to pass data to a program that is coded in an exec statement?
What are the jcl procedures?
What is the purpose of dd * statement in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is the compile process of cobol program expalin with code
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is Cataloged Procedures?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Is acct parameter mandatory?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
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