Can we change the LIMIT of GDG?
Answers were Sorted based on User's Feedback
Answer / vinay sonar
Yes we can though i have been told no in my institude i
tried it personally using ALTER command.It works
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / amy
of course we can do it by IDCAMS utility...
//step1 exec pgm=idcams
//sysin dd *
alter gdg-name parameter,parameter
/*
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suman
yes
//step1 exec pgm=idcams
//sysin dd *
define gdg
name(userid.source.invoice)
limit(10) max value of limit is=255
scarth/noscartch
empty/noempty
/*
//
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / balu
yes we can alter the limit of gdg, but with in the default
limit , but after the default limit it may not possible,
pls correct if i am wrong
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / krishna
We can change by using the IDCAMA alter command.
| Is This Answer Correct ? | 4 Yes | 9 No |
wht r s722,s822,s122 and s222 abends pls reply fast
How many extents are possible for a sequential file ? For a VSAM file ?
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
What is the use of DSNDB07 ?
What are the parameters that are used in creating a gdg?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
What are the 4 fields in dd statement?
Name a few IBM utility programs, and explain its function.
What is a COND parameter in JCL?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how to compare two datasets without using superce because output is limited to 133 bytes