Answer Posted / vampire
Identification division
program-id
author
installation
date written
date completed
security
Environment division
configuration section
source computer
object computer
special characters
I/o section
file control
Data division
linkage section
report section
message/communication section
screen section
working storage section
file section
Procedure division
plz correct me if i m wrong
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Difference between cobol and cobol-ii?
How do define dynamic array in 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.
What is Pic 9v99 Indicates in COBOL?
Difference between array and sub-script ?
In which area will you utilize 88 level items in cobol?
Discuss about changing dataset name in proc.
Name some of the examples of COBOl 11?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Can a Search can be done on a table with or without Index?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Explain what you understand by passing by value.
how do you reference the fixed unblock file formats from cobol programs
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are the different data types in cobol?