Author |
Message |
Topic: Access to issue the DUMP MVS command using the TSO CONSOLE |
jim.dillon@sentry.com
Replies: 4
Views: 3165
|
Forum: TSO and ISPF Posted: Thu Apr 01, 2021 9:43 am Subject: Access to issue the DUMP MVS command using the TSO CONSOLE |
Kolusu,
I received message 'ICH14063I SETROPTS command complete.'. I didn't see the output but then I didn't get an error on the command either.
Jim |
Topic: Access to issue the DUMP MVS command using the TSO CONSOLE |
jim.dillon@sentry.com
Replies: 4
Views: 3165
|
Forum: TSO and ISPF Posted: Thu Apr 01, 2021 8:13 am Subject: Access to issue the DUMP MVS command using the TSO CONSOLE |
Per the manual, "The command and response token (CART) is a keyword on the TSO/E CONSOLE command and an argument on the GETMSG external function"
The command you are suggesting is a TSO c ... |
Topic: Access to issue the DUMP MVS command using the TSO CONSOLE |
jim.dillon@sentry.com
Replies: 4
Views: 3165
|
Forum: TSO and ISPF Posted: Wed Mar 31, 2021 3:46 pm Subject: Access to issue the DUMP MVS command using the TSO CONSOLE |
I am attempting to issue the dump command using the TSO REXX CONSOLE interface using a command like
"CONSOLE SYSCMD(DUMP COMM=(FTP ISSUE)) CART(cartHandle)" and I get message " IEE345 ... |
Topic: HTTP/HTTPS Callable services |
jim.dillon@sentry.com
Replies: 3
Views: 6237
|
Forum: Tools and Downloads Posted: Wed Mar 31, 2021 3:36 pm Subject: HTTP/HTTPS Callable services |
I have figured things out. These tools as listed in chapter 21 of manual z/OS MVS Callable Services for HLL, 'The z/OS HTTP/HTTPS protocol enabler' do not interface with the TCP policy agent as I as ... |
Topic: HTTP/HTTPS Callable services |
jim.dillon@sentry.com
Replies: 3
Views: 6237
|
Forum: Tools and Downloads Posted: Mon Mar 15, 2021 2:02 pm Subject: HTTP/HTTPS Callable services |
Kolusu,
Hi. Thanks for your response. The ID I want is 'NVEXEC' and the ring I want to use is 'NETVIEW.RING'. I have coded an entry like this on the advice of a vendor and it appears to be working ... |
Topic: HTTP/HTTPS Callable services |
jim.dillon@sentry.com
Replies: 3
Views: 6237
|
Forum: Tools and Downloads Posted: Fri Mar 12, 2021 10:59 am Subject: HTTP/HTTPS Callable services |
I'm trying to convert REXX calls to IP sockets to HTTP/HTTPS services as documented in z/OS MVS Callable Services for HLL. Per the sample code found in SYS1.SAMPLIB(HWTHXRX1), I:
1. Call HTTP_getToo ... |
Topic: LISTCAT or OUTTRAP limitation and circumvention? |
jim.dillon@sentry.com
Replies: 2
Views: 4071
|
Forum: TSO and ISPF Posted: Fri Sep 04, 2020 11:11 am Subject: LISTCAT or OUTTRAP limitation and circumvention? |
Kolusu,
Thanks for your reply. I opened a case with IBM. In z/OS 1.8 there was a change make to LISTCAT. This is detailed in APAR II14250. The net-net is that using 'PROFILE NOPREFIX' instead of ... |
Topic: LISTCAT or OUTTRAP limitation and circumvention? |
jim.dillon@sentry.com
Replies: 2
Views: 4071
|
Forum: TSO and ISPF Posted: Wed Sep 02, 2020 2:26 pm Subject: LISTCAT or OUTTRAP limitation and circumvention? |
I have the following code in a REXX exec that is running in batch TSO with a region of 0M:
x = outtrap("LISTCAT.","*","NOCONCAT")
"LISTCAT LVL(CL ... |
Topic: Passing Symbolic Parameters to an EXEC in batch |
jim.dillon@sentry.com
Replies: 1
Views: 3018
|
Forum: TSO and ISPF Posted: Tue Sep 01, 2020 11:59 am Subject: Passing Symbolic Parameters to an EXEC in batch |
I have the following JCL:
000006 // SET LPAR=ARES * This is for ARES data sets
000007 // SET BDATE=D200828 * Current date for backups ... |
|