Authorization required to install jzos batch launcher?

230 views Asked by At

We are trying to install the JZOS Batch Launcher. The function consists of three pieces: a load module that must be put into a z/OS PDSE, a sample start proc that can be tailored and put into an appropriate PROCLIB, and sample JCL that can be tailored and put into an appropriate SAMPLIB.

On submitting the job we are getting return code=0101. Below are the trace details which we are getting in the job:

  Output from DD:STDENV config shell script:
 waiting for child shell process to complete
  waitChild()
 child shell process exited with exit code 0
  waitChild()
 Child shell process exited without printing environment; //STDENV should not contain 'exit'
  adoptEnvironment()
  run()
  cleanup()
 JZOS batch launcher elapsed time=0 seconds, cpu time=0.040000 seconds
 JZOS batch launcher failed, return code=101
 cleanup()
 ~JzosVM()
 ~JzosVM()

After looking this up and reading more,we then tried to run the job with superuser access and the job ran fine. So we need to know what privileges we require without being a superuser which will enable us to run the job successfully.

0

There are 0 answers