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 statement is used to identify the private libraries in job?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
Explain about Internal Sort
read all error codes like SB07?
What parameters can be used to limit the number of records written to a sysout dataset?
what sort card you will use to copy the data from one dataset to another dataset?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Can a PS file be read in reverse order?If so,how
How to find in aparticular step how many versions a paricular gdg base have?
What is the difference between the positional and keyword parameters? Give examples.
What does IEBGENER do?
what happens in conversion stage in job processing?