When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
No Answer is Posted For this Question
Be the First to Post Answer
I had 100 steps in jcl i want to execute first 10 steps only?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
How do you skip a particular step in a proc/JOB?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
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
Explain about LMMLIST�list a library's members
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
If your job fails at particular step then what would be the return code for next steps
How dummy is used in jcl?
How does jcl act on a cobol code?