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
What is the difference between a binary search and a sequential search what are the pertinent cobol?
example for sub strings ? and refernce modifications whit output pls
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
explain sorting techniques in cobol program?
Explain about different table spaces.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to print 10 to 1 if the input have only 10 digit number?
IF I mention stop run in CICS what happens?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
i need a small 3d program using inline and outline.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Describe the cobol database components?
What is the difference between perform … with test after and perform … with test before?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?