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 kind of error is trapped by on size error option?
What do you understand by psb and acb?
How do you define a variable of comp-1 and comp-2?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Explain what you understand by passing by value.
) how do u code after getting data?
What is a report item?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is rmode(any) ?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
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 are the cobol coding sheets?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
i need a small 3d program using inline and outline.