Answer Posted / saikat
Can you please describe by example or in more details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Which Search verb is equivalent to PERFORM…VARYING?
How you can characterize tables in cobol?
HOw can I get the negative sign while deduct high value from low value
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.
Explain how you can characterize tables in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do we get current date from system with century in COBOL?
Whats the difference between search & search ALL?
what is the use of outrecord?
Can we redefine the field of x(200) to less than 200?
What is the compute verb? How is it used?
What are the different rules of SORT operation?
what happens if parmparameter passes zero bytes to the program