Accepting the default runtime options

Use the LOADGO command to run an existing NOXPLINK-compiled object module under TSO/E and to accept the default Language Environment runtime options. See Specifying runtime options and program arguments for more information on using runtime options. For example, the command
LOADGO ('userid.MYLIB.OBJLIB(MYPROG)') LIB ('CEE.SCEELKED')
does the following:
  • Takes the existing object module MYPROG from the object library in which you have it stored
  • Links in the Language Environment (text) link library SCEELKED
  • Runs the new executable program