by kiran_q » Wed Nov 12, 2008 8:25 pm
HI am new to mainframe, today was trying to write an small batch program which calls another two sub-program based on some condition, no data is passed b/w calling program and called program, so i used simple "CALL <sub-pgrm name>" without giving USING parameter and no linkage section was specified. but when the program is compiled it's throwing an error asas unresolved reference(first i compiled both sub-pgrm then with main program). so my question here is how would linking b/w this two sub-program to main program is done or is there anything i have misssed out to specify from calling program?