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
IF I mention stop run in CICS what happens?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between Global and External Variables?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is link edit in cobol?
What is length is cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are declaratives and what are their uses in cobol?
how to move the records from file to array table. give with code example
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?