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 File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is difference between static and dynamic call in cobol?
How do define dynamic array in cobol.
What is static and dynamic call in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain what you understand by passing by value.
What is inspect in cobol ?
What are various search techniques in cobol? Explain.
What are literals?
i want a program using by if, evaluate , string, unstring, perform, occurs?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is report-item in COBOL?
Name some of the examples of COBOl 11?
how can i see junk values in dclgen or in hostvariable of comp ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?