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 / jaganmohanreddy
answer is 123456
| Is This Answer Correct ? | 38 Yes | 4 No |
Post New Answer View All Answers
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How do we get current date from system with century in COBOL?
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.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do you reference the fixed block file formats from cobol programs
What is rmode(any) ?
What is the Purpose of Pointer in the string?
What is report-item in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
How do you define a variable of comp-1 and comp-2?
What is link edit in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
What are the pertinent COBOL
Difference between array and sub-script ?
how do you reference the variable unblock file formats from cobol programs