i know how to call a sub program from a main program. but when i try to call 2nd sub program from the 1st sub program, it shows a linkage error.
can any1 help me out?
well i CL (compile and link) both the subprograms and the load module is stored inside one PDS. till now i get maxcc = 0 for both.
but when i run the main program, it has successfully entered into first sub program then i get an linkage error. it didnt even get into the second sub program.