安装jzos批处理启动程序需要授权吗?

时间:2017-01-05 13:13:38

标签: java authorization zos

我们正在尝试安装JZOS Batch Launcher。该函数由三部分组成:一个必须放入z / OS PDSE的加载模块,一个可以定制并放入适当的PROCLIB的示例启动过程,以及可以定制并放入适当的SAMPLIB的样本JCL。 / p>

在提交作业时,我们收到返回码= 0101。以下是我们在工作中获得的跟踪细节:

  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()

在查看并阅读更多内容后,我们尝试以超级用户访问权限运行该作业,并且该作业运行良好。因此,我们需要知道我们需要什么特权,而不是超级用户,这将使我们能够成功运行作业。

0 个答案:

没有答案