How do u know what version of cobol u are using?
Answers were Sorted based on User's Feedback
Answer / nagaraj ramamoorthy
you could find it in the compile listing...
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / jagan
PRESENT COBOL VERSION IS VS-COBOL-2
VISULAIZE SOURSE COBOL-2.
THIS COBOL IS MAINLY DEVELOPED FOR LARGE SIZE OF APP'S
| Is This Answer Correct ? | 5 Yes | 7 No |
If we use GO BACK instead of STOP RUN in cobol?
)what is retrieve?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
COMP?
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
How to print 10 to 1 if the input have only 10 digit number?
What is the different between index and subscript?
What is the default value of DISP parameter?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
i WANT ALL ERROR codes IN CICS and DB2
what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99