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 57107My 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 9659JCL 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 16818what 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 13880in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
4 11732I 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 21619Post New HCL JCL Interview Questions
Do character constants represent numerical values?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
What’s hql?
What is the latest version of microsoft word?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are the components of excel spreadsheet?
How to loop through result set objects using mssql_fetch_array()?
What is difference between stateless and stateful?
What is web service call in java?
What is spark databricks?
Who Created html?
What are qualitative specifications under master inspection charactertics?
What does elastic cloud computing mean? What are the types of ec2 instance types. Elaborate any one type
What is procedure in pl sql?
Does substring create a new object?