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 |
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
What is QSAM error usually when it is occurs?
Explain about ISPFTTRC
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
How many types we can give input to JCL
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
What dd statement is used to supply the name of a dataset?
What does a disposition of (new,catlg,keep) for a dsn mean?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
shall we concordinate two different length dataset in to a new date set.
how do u define a file in cobol and jcl ?
What is the purpose of the dd keylen parameter?