wht happens if blksize = 0 and lrec = 0 ?
Answer / rambabu
If we try to allocate a dataset giving blksize = 0 and
lrecl = 0, with Record format as FB, then system will give
you the below allocation error
"Record length of zero is valid only if record format is U"
If you are trying to copy an input dataset to an output
dataset with blksize=0 and lrecl=0, then system will copy
the file successfully and will allocate the record length
and block sizes that input datset has.
If you allocate the dataset with giving blksize = 0 and
lrecl = 0, with Record format as U, then the sort utility
fails with RC 16.
| Is This Answer Correct ? | 16 Yes | 1 No |
Explain about Internal Sort
What you mean by skeleton JCl?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
delete rules in db2
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
what are JCLLIB and STEPLIB in JCL?
In sms datasets, what is the function of the dd mgmtclas keyword?
what is the function of spool command?
which utility is used to run a cobol-db2 program?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.