When output dataset space is required, what quantity categories are used?
No Answer is Posted For this Question
Be the First to Post Answer
What is STEPLIB, JOBLIB? What is it used for?
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,
What is meant by S0C7 system abend code?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Describe the DD statement, its meaning, syntax and keywords?
What is a GDG
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
how you can direct the data to spool using SYSOUT option?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.