What is maximum length of block size?
Answer Posted / tidda
32760? (For a FB file)
quick question: what if record length is greater than this
limit?
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Why block size is multiple of lrecl in jcl?
Does jcl support automatic restart?
How can return codes be tested before execution of a job step?
What parameter directs the output of the job log dataset?
Is their any limit for data sets?
Explain dfsort utility?
Explain the function of a dd statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is DD statement is used in JCL?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain the job statement in jcl?
how can the same proc be re-used and called by many jobs?
Suppose I have five jobs to do. But I want to hold one?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file