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 s000 u4087 error? please give the all error codes in cobol,jcl.
How do you reference the following file formats from cobol programs?
What is the compute verb? How is it used?
What are different data types in cobol?
Write a cobol program making use of the redefine clause.
how do you reference the printer file formats from cobol programs
what are decleratives in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between Global and External Variables?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What are the different open modes available in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between PIC 9.99 and PIC9v99?