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 / vishal
12345
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
Can we change the password using ALTER? anyone tried and changed?
Define static linking and dynamic linking.
Explain what you understand by passing by value.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is a report item?
In which area will you utilize 88 level items in cobol?
Can we redefine the field of x(200) to less than 200?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the compute verb? How is it used?
What are all the divisions of a COBOL program?
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 a binary search and a sequential search? What are the pertinent cobol commands?