what happens when time=0 is given in jcl code.
what happens when blksize=0 is given in jcl code.
what is symbolic and overriding parameters and a example
program.
Answers were Sorted based on User's Feedback
Answer / sravani
time=0 gives unpredictable results
blksize=0 so that the best size is chosen by the system, based
on the device used for storing the dataset
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mdvasanth86
1. Not sure.
2. It is a good JCL coding procedure to code BLKSIZE=0 as
the system will find the optimal Blocksize.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saikishore
1. Not sure
2. if it is in sort output file then it will create the file
as input file. if it is a normal creation then file will be
created but you can't do anything with the file, if u tried
to open then 'invalid blksize' will appear.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / supriya
When time=0 unpredictable results is obtained
When blksize=0 the system will allocate optimum size
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / mohan.chepuri
time=0 the job not submitted
blksize=0 then block size is empty it to jcl error
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / mohan.chepuri
time=0 the job not submitted
blksize=0 then block size is empty it to jcl error
| Is This Answer Correct ? | 0 Yes | 3 No |
which parameter is use to declare the name of dataset in dd statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the function of job statement in jcl?
what do you mean By spooling? Expand SPOOL?
what is “Cond= even” and “Cond=only”?
What parameters can be used to limit the number of records written to a sysout dataset?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain the function of job statement in jcl?
How to concatenate different LRECL of files?
How to execute only th 15th step of JCL consisting of 50 steps?
Must tape dataset definitions include vol=ser specifications?
what r the types of job control statements?