What are the different data types available in COBOL?
Answer Posted / v@m$i
NUMERIC------ 9
ALPHABETIC--- A
ALPHANUMERIC-- X
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between comp and comp-3 usage?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
i need a small 3d program using inline and outline.
What are the access modes of START statement?
How many sections are there in data division in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Name the sections present in data division.
) what is the difference between AID and HANDLE AID?
What is the use of intialize verb?
what is amode(24), amode(31), rmode(24) and rmode(any)?
what is the difference between COBOL2 AND COBOL390?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is static and dynamic call in cobol?