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 57986My 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 9890JCL 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 17136what 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 14381in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
4 12051I 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 21954Post New HCL JCL Interview Questions
What is difference between list set and map?
Hi, Anybody knows about Hexaware company..
how to create constants in java?
How do I delete a row in conditional formatting?
In which scenario Pig is better fit than MapReduce?
What is cursor and why it is required?
What is option strict?
What is the last major networking problem you troubleshot and solved on your own in the last year?
Explain skinny table. What are the considerations for skinny table? : salesforce crm
How can I tell when a socket is closed on the other end?
Explain node.js architecture?
Explain the steps to use transact-sql cursor?
What is polymorphism and its types?
Can I know about SAP for Insurance.
How will you consume CSV file into the Hive warehouse using built SerDe?