What is DYNAMBR in jcl?
Answers were Sorted based on User's Feedback
Answer / bala nallapaneni
Use the DYNAMNBR parameter to tell the system to hold a
number of resources in anticipation of reuse.
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / lalit
tells the maximum no. of dynamically alocatted datasets
that you can create
| Is This Answer Correct ? | 7 Yes | 3 No |
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
What is the use of disp parameter?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to copy one PS file to multiple PS files with same data?
Can we use empty VSAM as input?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
How I sort the records in a file and copy the first 10 records to another file
difference between internal sort and external sort
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
do we need to mention the location of catalogued procedure for each it's call in a single job?
How many positional parameters are there in job statement?