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 |
What are three major types of JCL statements? What are their functions?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
How is a type of file defined in the jcl that executes the cobol program?
what is static and dynamic call with examples?
wht do u mean by inrec and outrec ?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
how do u send return code from cobol to jcl ?
What statement can be used to send data to another mvs jes3 node?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
Explain dd statement in jcl?
How to get the last but one duplicate record of the file using Sort?