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

Write a program to enter and display the names of students in a class using the occurs clause.

0 Answers  


1) can we display the index?

3 Answers   ADP, IBM,


I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.

9 Answers  


if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?

3 Answers  


in cobol perform stmt whether it first checks the condition or not

9 Answers  






What are the access modes of START statement?

0 Answers  


hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe

6 Answers   Citi Bank, CitiGroup, HSBC, iNautix, Wipro,


How arrays can be defined in COBOL?

0 Answers  


If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.

1 Answers   HCL,


Write a cobol program making use of the redefine clause.

0 Answers  


We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)

1 Answers   Cap Gemini,


What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?

1 Answers  


Categories