What are the different data types available in COBOL?
Answers were Sorted based on User's Feedback
Answer / vampire
numeric -9
numeric edit---+,-,cr,db,$,b,z,*,v
non numberic----a,x,g
exclusive sets -----+,-,cr,db,$,b,z,*,v
| Is This Answer Correct ? | 6 Yes | 1 No |
What compiler option would you use for dynamic linking?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
How do u initialize an array?
Difference between next and continue clause
What is COMP SYNC?
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
What is level 66 used for ?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
What are the various section in data division and briefly explain them.
How do you define a table/array in COBOL?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What are the differences between COBOL and COBOL II?