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
Write down the divisions of cobol program?
Can you please let me know the centre name of INS certification in Kolkata.
Write the code implementing the perform … varying.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Explain how to differentiate call by context by comparing it to other calls?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is difference between static and dynamic call in cobol?
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 comp and comp-3?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the compute verb? How is it used?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?