Answer Posted / aji cherian
As soon as a condition is met, it will come out
automatically.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
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.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
How many sections are there in data division in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
When is inspect verb is used in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Explain how you can characterize tables in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Why would you use find and get rather than to obtain?