What will happen if a variable is declared as below..
Explain with an example? Working storage section:-
01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'.
01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'.
What will happen I am going to Display the WS-VARX and WS-
VARN?
Answer Posted / khbnaidu
Mallikarjun Ur answer is wrong because of WS-VARN is Numric
field & how will display the ABCDE result?
| Is This Answer Correct ? | 2 Yes | 13 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
what are decleratives in cobol?
) How do u handle errors in BMS macro?
What is difference between static and dynamic call in cobol?
how to move the records from file to array table. give with code example
Why occurs cannot be used in 01 level in COBOL?
What are the various section in data division and briefly explain them.
how do you define single dimensional array and multidimensional array in your cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
In COBOL, what is the different between index and subscript?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do define dynamic array in cobol.
What is an in line perform? When would you use it? Anything else you wish to say about it.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need