Answer Posted / swapna
identification division.
program-id. errmsg.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Describe the cobol database components?
how to refer the data field?
In COBOL, what is the different between index and subscript?
Mention the guidelines to write a structured cobol program?
Write a program to explain size error.
What is the difference between perform … with test after and perform … with test before?
what is difference between cobol and cobol/400
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the esds vsam file formats from cobol programs
Which mode is used to operate the sequential file?
For rewrite, why is it mandatory that file needs to be opened?
What are the different data types in cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are literals?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?