WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS
ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED
ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR
LRECL FOR THOSE 2 FILES IN JCL?
Answer Posted / narayan
For Fixed block LRECL=8
and for Variable block LRECL=136 (132+4)
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
What are the pertinent COBOL
What are different data types in cobol?
Define static linking and dynamic linking.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the compute verb? How is it used?
How many bytes S(8) comp field occupy and its maximum value?
Can we redefine the field of x(200) to less than 200?
What do you understand by psb and acb?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Name some of the examples of COBOl 11?
How to know whether the module is dynamical or statistical?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between Call and a Link?
how do you reference the variable block file formats from cobol programs