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 s000 u4087 error? please give the all error codes in cobol,jcl.
what happens if parmparameter passes zero bytes to the program
What is length is cobol?
What rules are to be followed while using the corresponding options?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
) what is the difference between AID and HANDLE AID?
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
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?
How do you reference the fixed block file formats from cobol programs
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.
) How do u handle errors in BMS macro
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
how do you reference the variable block file formats from cobol programs
What is amode(24)?
I have a File that has duplicate records. I need only those records that occur more than thrice.?