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 57549My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
2 9769JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
4 16977what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
6 14133in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
4 11897I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
4 21774Post New HCL JCL Interview Questions
How do I change excel to pdf?
What is ODBC Direct and Microsoft Jet Database Engine ?
What are Different Classes in Bluetooth?
how many server control present in .net
Why You Should Use WordPress?
What is Class View?
Explain web server?
Does django support multiple-column primary keys?
How to create emails links?
what are the basic resources required to configure oracle goldengate high availability solution with oracle clusterware?
Which is the most commonly used code for representing alphanumeric information?
What are the articles sterilized in a hot air oven?
advantage and disadvantage of team work?
What is a rownum?
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.