If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??

Answer Posted / manasamurari

mismatch of sending variables will lead to soc4 abend

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are decleratives in cobol?

1903


how do you reference the rrds file formats from cobol programs

936


How do u write test cases?

1717


What is the difference between Call and a Link?

794


What is a report item?

813






input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1985


What is cobol?

841


what happens if parmparameter passes zero bytes to the program

1753


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1716


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.

5230


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1219


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

768


) what is the difference between AID and HANDLE AID?

1742


What is an in line perform? When would you use it? Anything else you wish to say about it.

739


What are the different rules for performing sort operation?

851