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
explain sorting techniques in cobol program?
How do you reference the following file formats from cobol programs?
What are different data types in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is search and searchall?what is the diffrence between them?give an best example?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are literals?
Write a cobol program making use of the redefine clause.
What is the usage of comp fields in cobol?
What is a scope terminator give example?
What are the different rules for performing sort operation?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between PIC 9.99 and 9v99 in COBOL?