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 improvement to COND= in the latest version of MVS?
Explain about Specifying compiler options in the PROCESS (CBL) statement
Explain the function of dd name parameter with a 2 part structure; audit.report?
List in order the hierarchical levels of jcl?
do we need to mention the location of catalogued procedure for each it's call in a single job?
What is the purpose of dd * statement in jcl?
what is check pending option
Describe the EXEC statement, its meaning, syntax and keywords?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?