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 / siva
WS-VARX = 12345FGHIJ
WS-VARN = 12345
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
) how do u code after getting data?
What is the compute verb? How is it used?
how do you reference the variable block file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
Define cobol?
Describe the cobol database components?
What is the difference between Global and External Variables?
) How do u handle errors in BMS macro
In COBOL, what is the different between index and subscript?
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
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you reference the printer file formats from cobol programs
In which area will you utilize 88 level items in cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
i want a program using by if, evaluate , string, unstring, perform, occurs?