how to increase the space of a dataset in instream procedure.
Answer Posted / vaneesh khurana
Simply override the parameter.
//STEP1 EXEC TESTPROC,
//STEP2.DD1 DD SPACE=(100,100)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Why block size is multiple of lrecl in jcl?
what happens in execution stage in job processing?
Explain about LMQUERY�give a dialog information about a data set
In sms datasets, what is the function of the dd mgmtclas keyword?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How do you overcome this limitation ?
Are there any set of rules for the names of the steps used in a job?
How do you create a temporary dataset?
What are the utility programs in jcl?
What is concatenating?
What is one line to pass PARM from JCL to COBOL?
Name the statement which can be used to send data to another mvs jes3 node?
which utility is used to run a cobol-db2 program?
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?