wht happens if blksize = 0 and lrec = 0 ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is “Cond= even” and “Cond=only”?

743


What are the utility programs in jcl?

648


What is the function of dd name parameter with a 2 part structure; audit.report?

703


Is condition checking possible in jcl? If yes, how?

737


Explain the function of //jcllib statement?

708






Name a few IBM utility programs, and explain its function.

4440


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

633


Where can program checkpoints be stored for use in a restart?

851


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

584


How to submit a jcl from cics?

669


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1999


For what purpose steplib and joblib are used ?

689


Explain the function of dd disp parameter?

595


Differentiate between addressing mode and run mode.

615


What is the purpose of dd?

728