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 / adithya
YYY : 123456
XXX : 3456
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the compute verb? How is it used?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
IF I mention stop run in CICS what happens?
Give some examples of command terminators?
How do define dynamic array in cobol.
What is link edit in cobol?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What are the different rules for performing sort operation?
What are the different data types in cobol?
Explain about different table spaces.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
In COBOL, what is the different between index and subscript?
What is length is cobol?