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


Please Help Members By Posting Answers For Below Questions

what is s000 u4087 error? please give the all error codes in cobol,jcl.

17284


what happens if parmparameter passes zero bytes to the program

1753


What is length is cobol?

750


What rules are to be followed while using the corresponding options?

726


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

943






) what is the difference between AID and HANDLE AID?

1742


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1086


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

982


How do you reference the fixed block file formats from cobol programs

805


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5895


) How do u handle errors in BMS macro

1588


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

875


how do you reference the variable block file formats from cobol programs

803


What is amode(24)?

770


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8962