if we compile the cobol+ db2 program now ofter 5 years we
need to compile again?
Answer / vinay sonar
You need not to compile it again until and unless you
doesnt change the COBOL or DB2 program
| Is This Answer Correct ? | 7 Yes | 0 No |
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
A job has 150 steps i want to execute only 57th step
common jcl abends??
Must tape dataset definitions include vol=ser specifications?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
What parameters can be used to limit the number of records written to a sysout dataset?
What do you understand by the term notcat 2 – gs?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
when we use sysprint and sysout statements
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
i have step1,step2,step3 from where can i start coding cond parameter ?