Answer Posted / avinanda mukherjee
If the example is-
01 WS-NUM1 PIC 9(1)
01 WS-NUM2 REDEFINES WS-NUM1 PIC X(2).
If you MOVE '10' to WS-NUM2,
DISPLAY WS-NUM1 will show 0 (Numeric) while
DISPLAY WS-NUM2 will show 10 (charecter).
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is perform what is varying?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between binary search and sequential search?
What is static and dynamic call in cobol?
What are the different data types in cobol?
Discuss about changing dataset name in proc.
What is rmode(any) ?
How do we get current date from system with century in COBOL?
What are the different open modes available in cobol?
What is the compute verb? How is it used?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is a report item?
How can you get the ksds file records into your cobol program?