Hi Forum,
I was getting ASRA Abend while executing my COBOL - CICS Program when I was not giving the folowing Options.
COMPILE PARMS ===> MAP,LIST,XREF
LINK EDIT PARMS ===> RENT,REUS,AMODE=31,RMODE=ANY
Though most of the other programs having the same functionality did not give me any problems.
When I gave the following options everything is working fine now.
Now I am not sure how do these parameters managed to remove ASRA Abend.
By the way the ASRA abend was coming in a statement setting address of some variable.
Can anyone explain.