What are the different data types available in COBOL?
Answer Posted / dhfgjh
x
A 9
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how to convert the recors form vsam file to db2 table tru file aid
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How are the next sentence and continue different from each other?
What is rmode(any) ?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the pertinent COBOL
how to move the records from file to array table. give with code example
how do you reference the ksds vsam file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write a program to explain size error.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Write the code implementing the perform … varying.