What are the different data types available in COBOL?

Answers were Sorted based on User's Feedback



What are the different data types available in COBOL?..

Answer / ash

X
A
9

Is This Answer Correct ?    10 Yes 3 No

What are the different data types available in COBOL?..

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 are the different data types available in COBOL?..

Answer / v@m$i

NUMERIC------ 9
ALPHABETIC--- A
ALPHANUMERIC-- X

Is This Answer Correct ?    4 Yes 0 No

What are the different data types available in COBOL?..

Answer / dhfgjh

x
A 9

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,


can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?

1 Answers  


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

0 Answers  


What are the pertinent COBOL commands?

0 Answers   Satyam,


What are the different types of condition in cobol and write their forms.

0 Answers  


i Want All cobol ERROR codes?

4 Answers   HCL, IBM,


Can we move X(7) to S9(7) COMP?

1 Answers  


Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad

35 Answers  


how do you reference the variable block file formats from cobol programs

0 Answers  


What is 66 level number and where it is used in real time by software developers?

2 Answers   ITC Indian Tobacco Company, TCS,


Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?

14 Answers   Accenture, TCS,


Categories