FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER
the LIMIT parameter after it is defined'. (p-211).
But many persons have written that it can be changed, which
one is true ?
Answer Posted / albert
It can be changed through JCL using ALTER statement
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what happens in execution stage in job processing?
Explain the function of //jcllib statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain dfsort utility?
In job processing, what happens in conversion stage?
How can the disposition of sysout datasets be set for an entire jobstream?
how you can access an uncataloged dataset in a JCL?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is Cataloged Procedures?
what is the use of JCL?
Explain the function of //cntl statement?
Explain how can values be passed from the job stream to an executable program?
For what purpose steplib and joblib are used ?