I HAVE FOLLOWING DECLARATION.
02. A PIC X(10) VALUE 'XXXXXXXXXX'.
02. B REDEFINES A.
05. C PIC X(3).
05. D PIC X(3).
05. E PIC 9(3).
IN MY PROG, I HAVE
MOVE 1 TO E.
DISPLAY A.
WHAT WILL BE DISPLAYED AS A RESULT OF THIS?
PLEASE EXPLAIN THE ANSWER. THANKS.
Answer Posted / duboisa
no you have
A = 'XXXXXX001X'
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the use of intialize verb?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is redefines clause in COBOL?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Explain what you understand by passing by value.
In COBOL, what is the different between index and subscript?
Difference between array and sub-script ?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the different rules for performing sort operation?
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.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how can i see junk values in dclgen or in hostvariable of comp ?
How do you get the data to code the BMS macro?
What do you understand by psb and acb?
what is the difference between COBOL2 AND COBOL390?