i have the following varibles in the working storage
05 ws-A PIC X(30)
VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ '
05 WS-B REDEFINES WS-A
10 WS-B1 PIC X(10).
10 WS-B2 PIC 9(10).
10 WS-B3 PIC X(10).
If I Display B1, B2 and B3 respectively, what is the value
displayed in B2
Answer Posted / kk
Hi,
klmnopqrst will displayed no compilation error and runtime
error it will work normally.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What are the rules of the move verb?
i need a small 3d program using inline and outline.
What is the usage of comp fields in cobol?
What is perform what is varying?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Give some examples of command terminators?
Can a Search can be done on a table with or without Index?
What do you understand by psb and acb?
how do you reference the printer file formats from cobol programs
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are literals?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Write some characteristics of cobol as means of business language.
Write the code to count the sum of n natural numbers.