Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/369.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 安装jzos批处理启动器需要授权吗?_Java_Authorization_Zos - Fatal编程技术网

Java 安装jzos批处理启动器需要授权吗?

Java 安装jzos批处理启动器需要授权吗?,java,authorization,zos,Java,Authorization,Zos,我们正在尝试安装JZOS批处理启动器。该函数由三部分组成:必须放入z/OS PDSE中的加载模块、可以定制并放入适当的PROCLIB中的示例启动过程,以及可以定制并放入适当的SAMPLIB中的示例JCL 在提交作业时,我们得到返回代码=0101。以下是我们在工作中获得的跟踪详细信息: Output from DD:STDENV config shell script: waiting for child shell process to complete waitChild() ch

我们正在尝试安装JZOS批处理启动器。该函数由三部分组成:必须放入z/OS PDSE中的加载模块、可以定制并放入适当的PROCLIB中的示例启动过程,以及可以定制并放入适当的SAMPLIB中的示例JCL

在提交作业时,我们得到返回代码=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()
查找并阅读更多内容后,我们尝试使用超级用户访问权限运行作业,作业运行正常。因此,我们需要知道在不成为超级用户的情况下需要哪些特权,这将使我们能够成功运行作业。

根据返回代码101是RC\u CONFIG\u ERR。文档进一步建议查看SYSOUT以获取更多信息。由于这是一个供应商支持的产品,我建议与您的IBM代表联系以获得进一步的帮助。如果您需要“大炮”,您可以通过选择SYSOMVS跟踪事件来跟踪每个UNIX服务调用…这将向您显示问题根源所在的函数和返回代码(ERRNO/ERRNO2),你通常可以从那里找到答案。