What are the different data types available in COBOL?
Answer Posted / 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 |
Post New Answer View All Answers
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Define cobol?
Can a Search can be done on a table with or without Index?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is difference between cobol and cobol/400
What is the difference between next sentence and continue in cobol programing language?
What is the LINKAGE SECTION used in COBOL?
How do get the result of your program directly on your pc?
Which mode is used to operate the sequential file?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Write a program to explain size error.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are the different types of condition in cobol and write their forms.
Write a program to enter and display the names of students in a class using the occurs clause.