01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / mime
No. You would encounter a data error - abend SOC7
| Is This Answer Correct ? | 13 Yes | 12 No |
Post New Answer View All Answers
What is the local-storage section?
Why occurs cannot be used in 01 level in COBOL?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Write the code to count the sum of n natural numbers.
how do you reference the variable unblock file formats from cobol programs
What is Pic 9v99 Indicates 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.
how can i see junk values in dclgen or in hostvariable of comp ?
Write a cobol program making use of the redefine clause.
Can we redefine the field of x(200) to less than 200?
explain sorting techniques in cobol program?
Difference between array and sub-script ?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the different types of condition in cobol and write their forms.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?