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 |
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
Explain about Cobol Subroutines
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
I have three files for one step i need to override the third file how to do that in jcl?
using cursor how can you fetch more than one record into a variable
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
What all are the changes to be made in JCL so as to do testing?
How can the submitting users racf authority be overridden in a job stream?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
How do you create a temporary dataset?