Answer Posted / vinoth kumar.k
Yes,its possible.Using IDCAMS we can alter the limit value
of Base GDG.
Here the systax is,
//JOB STMT
//EXEC STMT
//SYSPRINT STMT
//SYSIN DD *
ALTER BASE-GDG-NAME -
LIMIT(10) /* NEW LIMIT VALUE*/
/*
//
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of dd?
What is NOTCAT ?
how you can access an uncataloged dataset in a JCL?
what sort card you will use to copy the data from one dataset to another dataset?
what is the purpose of coding class parameter in job statement?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
List the different components of jcl statement?
What are hierarchy levels in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
what is the difference between JES3 and JES2?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How do you overcome this limitation ?
can any one plzzzzzz tell the jcl code for creating ps using idcams