What happens if both JOBLIB & STEPLIB is specified ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of the PARM keyword in the EXEC statement?
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?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
i have step1,step2,step3 from where can i start coding cond parameter ?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
I had 100 steps in jcl i want to execute first 10 steps only?
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,
Is there any command to check wether the ps file is in sorted order?
Can a PS file be read in reverse order?If so,how
How can i execute 5th step without executing first 4 steps?