what is the use of IEBGENER utility?
No Answer is Posted For this Question
Be the First to Post Answer
In SPACE,what is directory,RLSE
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
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,
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how to split a file
i want to store 20 digits . how will u do it in cobol ?
Explain about REXX
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??
what is meant by jobtrac?
When we give TYPERUN = SCAN , what are the syntax errors we get?
How to find out the number of records in a file using JCL