Answer Posted / guest
LRECL is the length of ur record file.
Blksize is the length of the block in which records are
stored.It varies in case of fixed length records and
variable length records.
fixed length records-It is a multiple of lrecl.
e.g. suppose u have blksize =800 & lrecl=80.It means that
there are 10 records each of size 80.
variable length records-It is the length of longest record
in the block + 8 (bcoz. here lrecl=length of longest record
+4 & blksize=lrecl+4).
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What does a disposition of (new,catlg,keep) for a dsn mean?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Is their any set of rules for dd? Explain.
What is use of restart and how to use it?
a dd statement has 2 types of parameters. Name them?
A dd statement consists of 4 fields. Name them?
What parameter directs the output of the job log dataset?
What is the function of the dd dcb keyword?
how to do automated restart when a job abends?
What is the function of a dd statement?
Can I share my data with other jobs? How?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain the function of job statement in jcl?
Explain how can the submitting users racf authority be overridden in a job stream?
Can I send output of job to my remote device careerride123?