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 / guest
80 and 132
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
In COBOL, what is the different between index and subscript?
What is the difference between comp and comp-3 usage?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is a report item?
Can a Search can be done on a table with or without Index?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Write a cobol program making use of the redefine clause.
What is the difference between comp and comp-3?
How do you define a variable of comp-1 and comp-2?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are all the divisions of a COBOL program?