What do you do if you do not want to keep all the space
allocated to a dataset?
Answers were Sorted based on User's Feedback
Answer / guest
Specify the parameter RLSE ( release ) in the SPACE e.g.
SPACE=(CYL,(50,5,RLSE)
| Is This Answer Correct ? | 2 Yes | 0 No |
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is notcat 2 - gs?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
What does a disposition of (NEW,CATLG,KEEP) mean?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
can a job be submitted through jcl only? is there another way to submit a job?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
How can an in-stream dataset be terminated?
how to edit a tape dataset ? asked in wipro
Describe the various parameters utilized in the creation of a gdg?
Explain the purpose of dd dummy statement?