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 / venkat reddy.madathala
It will display KLMNOPQRES.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What rules are to be followed while using the corresponding options?
how do you reference the variable block file formats from cobol programs
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write down the divisions of cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is static and dynamic call in cobol?
Mention the guidelines to write a structured cobol program?
example for sub strings ? and refernce modifications whit output pls
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Have you used comp and comp-3 in your project? And how?
how to access the file from prodution from changeman tool and to submit a file to production
Why is it necessary that file needs to be opened in I-O mode for REWRITE?