I am trying to execute call program in COBOL..............
I am getting MaxCC 0 for the program but data is not passing in the called program.
Plus the program is getting SOC7 error when I am trying to do some computation step (say addition,subtraction,etc.) in same called program.
Both the programs (calling program and called program) are compiling successfully and MaxCC 0 is there in both the programs.