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 |
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
I need exexution process for JCL programs
What are the basic JCL Statements for a Job?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Is there any command to check wether the ps file is in sorted order?
how to convert a file form fixed Length to variable length?
What are the kinds of job control statements?
how to run JCL thru COBOL.
suppose i have 10 job steps and i want to execute only step 6.How to write?
How to empty the records in jcl
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?