how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
No Answer is Posted For this Question
Be the First to Post Answer
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
Max generations in GDG??
How to pass values in jcl to cobol?
What is the purpose of dd dummy statement?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
what do you mean By spooling? Expand SPOOL?
What is the difference between joblib and jcllib statements
How to execute step2,step1, step3 if step1,2,3 are in order
What does the one advantange of using IEBUPDTE?????
What is the difference between primary and secondary allocations for a dataset?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.