What is maximum length of block size?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ram
max length of blksize is 32760 bytes}
}-- for both vb,fb
max length of lrecl is 32760 bytes}
thanks,
Ram.
Is This Answer Correct ? | 4 Yes | 0 No |
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
What is Uncatalog dataset? How can we access/use them?
What are the rules employed while naming the steps in a job?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are the basic JCL Statements for a Job?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
If job is submitted with typerun = hold then how can we submit the same job?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.