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
what are decleratives in cobol?
how do you reference the rrds file formats from cobol programs
How do u write test cases?
What is the difference between Call and a Link?
What is a report item?
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 ?
What is cobol?
what happens if parmparameter passes zero bytes to the program
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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.
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.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
) what is the difference between AID and HANDLE AID?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are the different rules for performing sort operation?