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 / nag(igate)
i think , for variable block we add only 2 bytes extra not
4 bytes
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
I have a File that has duplicate records. I need only those records that occur more than thrice.?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What kind of error is trapped by on size error option?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is static and dynamic call in cobol?
What is the difference between external and global variables in COBOL?
) what is the difference between AID and HANDLE AID?
how do you reference the esds vsam file formats from cobol programs
How to print 10 to 1 if the input have only 10 digit number?
What is cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between perform … with test after and perform … with test before?
What is the compute verb? How is it used?
How you can read the file from bottom?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?