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 |
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
i just need the first and last record from a sequencial file?how
how to count the number of members in pds?
A job has 150 steps i want to execute only 57th step
What is the difference between catalogue procedure and In-Stream procedure?
When space is allocated for an output dataset, what units can be used?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
In how ways you can pass the data from Jcl to cobol ?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job