. How do we cast a variable in COBOL
What is rmode(any) ?
How are the next sentence and continue different from each other?
Write a program to explain size error.
what is the diff b/w select stsmt and cursor ?
Mention the guidelines to write a structured cobol program?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
what happens if we dont close cursor in db2-cobol pgm?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
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.
What are the different data types in cobol?