What is the max blocksize for a Tape file?
Answers were Sorted based on User's Feedback
Answer / guest
It is 32,760.Based on that we can calculate efficient number
of Records in a Block
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / sunitha
The number of bytes that we specify for the block size
depends on the device type and the record format of the
dataset. The maximum is 3270 bytes for DASD datesets and
2,147,483,648 bytes (2097152KB or 2048MB or 2GB) for tape.
| Is This Answer Correct ? | 2 Yes | 5 No |
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
Explain the jcl exec statement?
What is the meaning of keyword in JCL? What is its opposite?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
What is use of restart and how to use it?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
what is the resolution for sb37 error
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?