01 xxx pic 9(4).
01 yyy pic 9(6).
move 123456 into yyy.
move yyy to xxx.
display yyy.
what would be the value of yyy
Answer Posted / vjay
we cannot move yyy to xxx ....see the data length
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Difference between array and sub-script ?
What is the difference between perform … with test after and perform … with test before?
Difference between cobol and cobol-ii?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between binary search and sequential search?
Are you comfortable in cobol or jcl?
example for sub strings ? and refernce modifications whit output pls
) how do u code after getting data?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how to convert the recors form vsam file to db2 table tru file aid
How are the next sentence and continue different from each other?