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
in ways data can be passed to a COBOL program from JCL?
Explain the hierarchy levels in jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What are the rules employed while naming the steps in a job?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Is their any set of rules for dd? Explain.
what is the purpose of coding class parameter in job statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What are the parameters that are used in creating a gdg?
What is the function of job statement in jcl?
Explain the function of the dd dcb keyword?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how can the same proc be re-used and called by many jobs?
what is DSN in JCL and what are the parameters to declare the DSN?
what sort card you will use to copy the data from one dataset to another dataset?