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

In COBOL programming, what is PERFORM? What is VARYING?

0 Answers   CDC,


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


What are the different forms of EVALUATE statement?

2 Answers   IBM, Micro Labs,


consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

10 Answers   TCS,


SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.

3 Answers   Lehman Brothers,






What are the different rules of SORT operation?

0 Answers  


What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?

4 Answers  


whats the difference between search and search all?

4 Answers   Patni,


What is inspect in cobol ?

0 Answers   Infosys,


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

0 Answers  


What is Control Break processing ?

1 Answers   iGate,


What is the Purpose of POINTER Phrase in STRING command in COBOL?

0 Answers   Winsol Solutions,


Categories