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
How you can characterize tables in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the various section in data division and briefly explain them.
) what is the difference between AID and HANDLE AID?
how do you define single dimensional array and multidimensional array in your cobol?
Write a program to explain size error.
How many sections are there in data division in COBOL?
Write some characteristics of cobol as means of business language.
Explain the configuration section of a cobol program with examples of syntax.
What are the different open modes available in cobol?
What is the compute verb? How is it used?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how to refer the data field?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Write a program to enter and display the names of students in a class using the occurs clause.