List in order the hierarchical levels of jcl?
No Answer is Posted For this Question
Be the First to Post Answer
how you can direct the data to spool using SYSOUT option?
What is the function of the dd mgmtclas keyword in sms datasets?
How to find the number of duplicates in a file using Sort?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
which utility is used to sort a file in jcl?
is step name is compulsory in jcl ?
Are there any set of rules for the names of the steps used in a job? What are they?
Must tape dataset definitions include vol=ser specifications?
What are the differences between JES2 & JES3 ?
A job has 150 steps i want to execute only 57th step
What is condition checking in jcl? Is this possible?