77 a pic x(4) value '1234' -----> instead of this 'abcd'
77 b pic 9(4) value zeros.
move a to b
what is the answers for both cases?
IS it possible? Give me elementary move rules briefly......

Answer Posted / amarnath reddy

Hi Himanshu,

you read and try to understand my answer. I posted my answer
is Those cases not possible only when we move 1234 to b data
item that is accepted otherwise move abcd to b data item
possible to get the abend soc7.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the pertinent COBOL commands?

2626


What are the different rules for performing sort operation?

763


) what is the difference between AID and HANDLE AID?

1637


What is the local-storage section?

683


How do u write test cases?

1638






explain sorting techniques in cobol program?

690


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

689


What is Pic 9v99 Indicates in COBOL?

729


Differentiate between structured cobol programming and object-oriented cobol programming.

667


What rules are followed by the search verb.

638


What is inspect in cobol ?

803


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


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.

5065


Can a Search can be done on a table with or without Index?

803


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

712