Answered Questions

  • what is the difference between static call and dynamic call?

    Kathir

    • Jul 1st, 2017

    Static Call: Sub programs compiled version of code is embedded with main program so if compile sub program with modified changes then main program is also being compiled. Dynamic Call:Sub programs ve...

    Maria

    • Jun 16th, 2015

    We can identify whether the call is static or dynamic by seeing the CALL structure. Static Call: we refer the program name in the CALL statement. e.g. CALL PGM1 Dynamic call : we use one WS variabl...