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 |
For rewrite, why is it mandatory that file needs to be opened?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
1.What is the limit of linkage section?
What is XDC ?
How do pass the values to the parameters in cobol
Explain fixed length record in cobol? with suitable example
Whats the use of Examine command? can someone help me?
what is the meaning of pic 9(09)v99-
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
Why we should use cursor ?