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 / vira2z
plz tell me how it can change, give the istructions to cange
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the maximum length of a single line of jcl?
What are the rules employed while naming the steps in a job?
In job processing, what happens in conversion stage?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What does a disposition of (MOD,DELETE,DELETE) mean ?
Why include statement is used in a jcl?
How is a type of file defined in the jcl that executes the cobol program?
How can the attributes of one sms dataset be copied to another dataset?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
A dd statement consists of 4 fields. Name them?
what are the types of abends that occur on job failure? And explain the possible causes of these
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
what is the difference between JES3 and JES2?
What do you understand by jcl?
How to override loadlib?