How many sections are there in data division?.
Answer Posted / nagaraju
can anyone justify ur answer
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is amode(31)
How do you get the data to code the BMS macro?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the cobol coding sheets?
how do you define single dimensional array and multidimensional array in your cobol?
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between comp and comp-3?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between Global and External Variables?
HOw can I get the negative sign while deduct high value from low value
how do you reference the esds vsam file formats from cobol programs
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
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.