Answer Posted / bhaskar r
IDENTIFICATION DIVISION
ENVIRONMENT DIVISION
DATA DIVISION
PROCEDURE DIVISION
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are literals?
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
What are the different data types in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between comp and comp-3 usage?
what is the difference between COBOL2 AND COBOL390?
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?
Write a program that uses move corresponding.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Which Search verb is equivalent to PERFORM…VARYING?
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?
Have you used comp and comp-3 in your project? And how?
Explain how to differentiate call by context by comparing it to other calls?
Define cobol?