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
Differentiate between structured cobol programming and object-oriented cobol programming.
Write a cobol program making use of the redefine clause.
Explain how to differentiate call by context by comparing it to other calls?
how do you reference the rrds file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Discuss about changing dataset name in proc.
how can i see junk values in dclgen or in hostvariable of comp ?
Explain about different table spaces.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
how do you reference the variable block file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?
Write down the divisions of cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?