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 guidelines should be followed to write a structured cobol prgm?
What is rmode(24)
What are declaratives and what are their uses in cobol?
) How do u handle errors in BMS macro
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What rules are to be followed while using the corresponding options?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
IF I mention stop run in CICS what happens?
What are the cobol coding sheets?
Difference between cobol and cobol-ii?
how do you define single dimensional array and multidimensional array in your cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the default value(s) for an initialize and what keyword allows for an override of the default?