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
How to pass the parameter in parm using linkage section ? (syntax)?
What is concatenating?
What is the format of comment statement?
Is their any set of rules for dd? Explain.
how to run batch program without jcl?
Explain the function of the steplib dd statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is the resolution for sb37 error
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Suppose I have five jobs to do. But I want to hold one?
How can a jobs execution priority be modified?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
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.