What are the different data types available in COBOL?

Answer Posted / v@m$i

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

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are all the divisions of a COBOL program?

663


How can you get the ksds file records into your cobol program?

644


Which Search verb is equivalent to PERFORM…VARYING?

685


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

748


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

684






What is rmode(any) ?

686


Write a program that uses move corresponding.

673


What is the use of intialize verb?

750


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

689


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6829


How do you get the data to code the BMS macro?

1476


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

1958


What is the difference between comp and comp-3?

700


What are the pertinent COBOL

2045


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

721