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 |
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
Is automatic restart possible in jcl? If yes, how?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what happens in conversion stage in job processing?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
What is the improvement to COND= in the latest version of MVS?
what is the resolution for sb37 error
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Explain about LMCLOSE�close a data set
How do you handle empty files in a JCL ?