Thanks to all
NOTE: I briefly reviewed the SimpList brochure and it look great. Anyone
using the mainframe should take a few minutes and review the SimpList User
Guide.
Ed.
----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to LIST...@VM.MARIST.EDU with the message: INFO TSO-REXX
Dave Salt
SimpList(tm) - try it; you'll get it!
http://www.mackinney.com/products/SIM/simplist.htm
----------------------------------------
> Date: Mon, 28 Sep 2009 12:45:14 -0400
> From: Ibm...@AOL.COM
> Subject: Solution Re: REXX Question about the : and \
> To: TSO-...@VM.MARIST.EDU
_________________________________________________________________
Windows Live helps you keep up with all your friends, in one place.
http://go.microsoft.com/?linkid=9660826
Dave Salt
SimpList(tm) - try it; you'll get it!
http://www.mackinney.com/products/SIM/simplist.htm
----------------------------------------
> Date: Mon, 28 Sep 2009 12:45:14 -0400
> From: Ibm...@AOL.COM
> Subject: Solution Re: REXX Question about the : and \
> To: TSO-...@VM.MARIST.EDU
>
_________________________________________________________________
Attention all humans. We are your photos. Free us.
http://go.microsoft.com/?linkid=9666046
When these PROCLIBs were static, I used REXX to locate the JES2 PROC and
read through it, locating the DD statement concatenations in the associated
JCL. Now that these are no longer in the JCL, I would be forced to search
through the JESPARMS members to locate the data sets names. While that is
not impossible, I am guessing there is a way to locate and identify them by
following pointers and control blocks in storage, much like the $DPROCLIB
command in JES2 does.
Thanks,
John Bloniarz
/* sdsfrcmd */
arg command
if isfcalls('ON') <> 0 then exit 99
address SDSF "ISFEXEC '/"command"' (WAIT"
do i=1 to isfulog.0
say isfulog.i
end
call isfcalls 'OFF'
TSO Option 6 ===> sdsfrcmd $D PROCLIB
Hope this helps,
Rob
In a message dated 10/5/2009 8:26:50 P.M. US Mountain Standard Time,
But that requires OPERATOR authority, which many of us do not have. A
control-block chase can be run by anyone (until they hit fetch-protected
storage, of course).
I do have my doubts it could be done in REXX, as I suspect some of those
data areas are probably going to be in the JES2 address space rather
than in common storage. But I've been known to be quite wrong before...
:O)
Peter
This message and any attachments are intended only for the use of the addressee and
may contain information that is privileged and confidential. If the reader of the
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.
George Fogg
Boeing Company
z/OS Enterprise Server Design/Build
MS: 7M-RE PH: (425) 865-1576
email: george...@boeing.com
-----Original Message-----
From: TSO REXX Discussion List [mailto:TSO-...@VM.MARIST.EDU] On Behalf Of Robert Zenuk
Sent: Monday, October 05, 2009 10:00 PM
To: TSO-...@VM.MARIST.EDU
Subject: Re: Locating The JES2 Dynamic PROCLIBs
John Miranda
Batch Support
(210) 912-5134
A Rexx program could construct the XML document, then invoke a Java program to issue the request and process the response. The response could be written by the Java program to STDOUT, so that the REXX program could process that, too.
Also, NetREXX programs should be able to call the BMC ctmAPI. NetREXX is a REXX-like programming language that compiles into java upon execution. It can invoke Java classes. It will run on any Java platform.
Regards,
Bob Stark
ProTech - When you're serious about Systems Management
Consulting, Software, and Training for z/OS, UNIX and Internet
www.protechtraining.com 800-373-9188 x151 Cell: 412-445-8072
-----Original Message-----
From: TSO REXX Discussion List [mailto:TSO-...@VM.MARIST.EDU] On Behalf Of Miranda, John
Sent: Friday, January 08, 2010 16:23
To: TSO-...@VM.MARIST.EDU
Subject: Anyone familiar with rexx and ctmapi
Is anyone familiar with BMC's ctmapi being called from REXX?
----------------------------------------------------------------------
The CONTROL-M Application Program Interface (CTMAPI) is an open interface
between the application environment and CONTROL-M. CTMAPI enables your
application program to interface with CONTROL-M so that you can access services
and extract data from CONTROL-M into your own programs.
CTMAPI is open to all application environments. It can be called from the following
programs or environments:
High Level Language or Assembler programs, running under various
environments, such as CICS, IMS, or the like
a batch job or step
REXX or CLIST
However, not all functions of the API are applicable to all environments.
I started to look at it a while back but I think I was discouraged because there were not a lot of examples to go with. I have not looked at it lately.
I have written two routines that mimic the plan and scheduling info routines in Control-M outside of IOA but these do not really invoke CTMAPI.
HTH,
Gil.
-----Original Message-----
From: TSO REXX Discussion List [mailto:TSO-...@VM.MARIST.EDU] On Behalf Of Bob Stark
Sent: Saturday, January 09, 2010 12:35 PM
To: TSO-...@VM.MARIST.EDU
Regards,
Bob Stark
This e-mail (and any attachments) may contain information that is confidential and/or protected by law. Any review, use, distribution or disclosure to anyone other than the intended recipient(s) is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and delete all copies of this message.