JCL 错误 - “$HASP165 IBMUSERW ENDED AT SVSCJES2 - JCL 错误 CN(内部)" [英] JCL error - "$HASP165 IBMUSERW ENDED AT SVSCJES2 - JCL ERROR CN(INTERNAL)"

查看:40
本文介绍了JCL 错误 - “$HASP165 IBMUSERW ENDED AT SVSCJES2 - JCL 错误 CN(内部)"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用实用程序 DFHWS2LS 创建 CICS Web 服务请求者.

I am trying to the utility DFHWS2LS to create a CICS Web service requester.

IBM 红皮书或指南中提到的第一步是在 JCL 中运行它.

The first step mentioned in the IBM redbooks or the guides is running this in a JCL.

我在提交 JCL 时遇到了这个问题.

I face this issue on submitting the JCL.

我做错了什么.不知道是什么.

I am doing something wrong. Can't figure out what.

对此的任何帮助将不胜感激.

Any help regarding this would be appreciated.

//IBMUSERW JOB (),'WS2LS',MSGCLASS=A,NOTIFY=&SYSUID,                
// REGION=0M                                                        
//  SET QT=''''                                                     
//         JCLLIB ORDER=(IBMUSER.SAMPLE.JCLS)                       
//JAVAPROC EXEC DFHWS2LS,REGION=0M,                                 
// PATHREF='/u',                                                    
// TMPFILE=&QT.&SYSUID.&QT                                          
//INPUT.SYSUT1 DD *                                                 
PDSLIB=//IBMUSER.SAMPLE.CPYBK                                       
REQMEM=REQCOP                                                       
RESPMEM=RESCOP                                                      
LANG=COBOL                                                          
LOGFILE=                                                            
/u/SharedProjectDirectory/MyFirstWebServiceRequester/wsbind/example.log       
MAPPING-LEVEL=3.0                                                   
CHAR-VARYING=NULL                                                   
INLINE-MAXOCCURS-LIMIT=2                                            
URI=exampleApp/example                                              
PGMINT=COMMAREA                                                     
SYNCONRETURN=YES                                                     
WSBIND=                                                             
/u/SharedProjectDirectory/MyFirstWebServiceRequester/wsbind/ES.wsbind         
WSDL=                                                               
/u/SharedProjectDirectory/MyFirstWebServiceRequester/wsdl/ES.wsdl   
/*                                                                  

推荐答案

这是一个扩展评论

JCLLIB ORDER=(IBMUSER.SAMPLE.JCLS) 

是说在 IBMUSER.SAMPLE.JCLS 中查找 JCL 过程.消息

is saying look for JCL procedures in IBMUSER.SAMPLE.JCLS. The message

IEFC001I PROCEDURE DFHWS2LS WAS EXPANDED USING PRIVATE LIBRARY IBMUSER...

说在 IBMUSER 中发现了 JCL 过程 DFHWS2LS...

says the JCL procedure DFHWS2LS was found in IBMUSER...

问题中没有任何内容表明问题实际上是什么.

There is nothing in the question that indicates what the problem actually is.

PDSLIB=//IBMUSER.SAMPLE.CPYBK

将 PDSLIB 定义为 IBMUSER.SAMPLE.CPYBK 我不知道这个 PDS 是否存在.

is defining the PDSLIB as IBMUSER.SAMPLE.CPYBK I have no idea if this PDS exists.

这些文件可能有本地站点版本,但您需要与系统程序员核实它们的位置.

There may be local site versions of these files but you would need to check with the System-Programmers where they are.

你需要提供更多的错误信息,希望有人能帮助你

You need to supply more error message, hopefully then some one can help you

这篇关于JCL 错误 - “$HASP165 IBMUSERW ENDED AT SVSCJES2 - JCL 错误 CN(内部)"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆