Answer Posted / sowmya
we should redefine in 01 level for group levels.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
What is a scope terminator give example?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the LINKAGE SECTION used in COBOL?
What are the different data types in cobol?
What are the different rules of SORT operation?
How you can read the file from bottom?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Write some characteristics of cobol as means of business language.
Can you please let me know the centre name of INS certification in Kolkata.
What rules are followed by the search verb.
In COBOL programming, what is PERFORM? What is VARYING?
Can we change the password using ALTER? anyone tried and changed?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
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.