Answer Posted / guest
Identification Division
Environment Division
Data Division
Procedure Division
| Is This Answer Correct ? | 64 Yes | 2 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.
IF I mention stop run in CICS what happens?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
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?
What is the local-storage section?
When is inspect verb is used in cobol?
Mention the guidelines to write a structured cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
what is the difference between COBOL2 AND COBOL390?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Which mode is used to operate the sequential file?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do get the result of your program directly on your pc?
Write the code to count the sum of n natural numbers.