Suppose I have five jobs to do. But I want to hold one?
No Answer is Posted For this Question
Be the First to Post Answer
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
What is the significance of addrspc parameter in the exec statement?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the DD statement for a output file?
what is JCLLIB and PROCLIB in jcl and their syntax
how to create gdg with out using idcams utility
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.