can u give result for the fallowing example...
05 a pic 9(2)
05 b redifines a pic x(2).
move 'xy' to b.
display a,b.
Answer Posted / karthik
a=00
b=xy
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
i want a program using by if, evaluate , string, unstring, perform, occurs?
example for sub strings ? and refernce modifications whit output pls
Write down the divisions of cobol program?
In COBOL programming, what is PERFORM? What is VARYING?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Can you please let me know the centre name of INS certification in Kolkata.
When is inspect verb is used in cobol?
Which division and paragraphs are mandatory for a COBOL program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are all the divisions of a COBOL program?
Why would you use find and get rather than to obtain?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.