. How do we cast a variable in COBOL



. How do we cast a variable in COBOL..

Answer / shital

By using pic clause.

Is This Answer Correct ?    7 Yes 5 No

Post New Answer

More COBOL Interview Questions

What is rmode(any) ?

0 Answers  


How are the next sentence and continue different from each other?

0 Answers  


Write a program to explain size error.

0 Answers  


what is the diff b/w select stsmt and cursor ?

2 Answers  


Mention the guidelines to write a structured cobol program?

0 Answers  


I have a sequential file. How do I access a record in this sequential file randomly in my program ?

8 Answers   CGI, Xansa,


what happens if we dont close cursor in db2-cobol pgm?

6 Answers  


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......

8 Answers  


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. $

4 Answers  


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.

1 Answers   HCL,


What are the different data types in cobol?

0 Answers  


Categories