i Want All cobol ERROR codes?
Answers were Sorted based on User's Feedback
Answer / padmanabha naidu.p
if you want see all cobol errrors,simple
IDENTIFICATION DIVISION.
PROGRAM ID. ERRMSG.
| Is This Answer Correct ? | 16 Yes | 11 No |
Can a Search can be done on a table with or without Index?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
give the examples of strings in cobol
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is Comm?
2 Answers IBM, Kemper Corporation,
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
how do you reference the printer file formats from cobol programs
Write some characteristics of cobol as means of business language.
Can we access the a[0] in the array ?
If you were passing a table via linkage, which is preferable - a subscript or an index?