hi all,
I am trying to convert a language structure to wsdl, for that i am using the CICS web service assistant DFHLS2WS and i got a small doubt in the JCL. The JCL is having a parameter call REQMEM and RESPMEM which is a copy book, can any one tell me what is the significance of the above mentioned parameters.
Regards
Syam
clarification regarding DFHLS2WS
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: clarification regarding DFHLS2WS
Hello,
How does JCL have a parameter that is a copy book?
The JCL is having a parameter call REQMEM and RESPMEM which is a copy book
How does JCL have a parameter that is a copy book?
Hope this helps,
d.sch.
d.sch.
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: clarification regarding DFHLS2WS
another case of a lazy poster and lazy neurons 
why not look at the manual Yourself for the meaning!
a simple google search with DFHLS2WS
returned as the first link
http://publib.boulder.ibm.com/infocente ... _ls2ws.htm
where You would have found a reply without wasting other people time
also it should not have taken more than a half neuron to imagine that
REQMEM relates to request
RESPMEM relates to response
if You do not have the skill, time, willingness, to tackle Yourself such simple issues
it would be wiser to meditate about a job shift to a less demanding position

why not look at the manual Yourself for the meaning!
a simple google search with DFHLS2WS
returned as the first link
http://publib.boulder.ibm.com/infocente ... _ls2ws.htm
where You would have found a reply without wasting other people time
also it should not have taken more than a half neuron to imagine that
REQMEM relates to request
RESPMEM relates to response
REQMEM=value
Specifies the name of the partitioned data set member which contains the high level language structure for the Web service request:
For a service provider, the Web service request is the input to the application program
For a service requester, the Web service request is the output from the application program
REQUEST-NAMESPACE=value
Specifies the namespace of the XML schema for the request message in the generated Web service description. If you do not specify this parameter, CICS generates a namespace automatically.
RESPMEM=value
Specifies the name of the partitioned data set member which contains the high level language structure for the Web service response:
For a service provider, the Web service response is the output from the application program
For a service requester, the Web service response is the input to the application program
If there is no response (that is, for one way messages) omit this parameter.
if You do not have the skill, time, willingness, to tackle Yourself such simple issues
it would be wiser to meditate about a job shift to a less demanding position
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2
- 1642
-
by csakil
View the latest post
Wed Mar 17, 2021 11:39 pm
-
- 5
- 5474
-
by willy jensen
View the latest post
Mon Jul 17, 2023 12:41 pm