Re: [EXTERNAL] Re: Starting a started task from a started task

2021-01-14 Thread Horne, Jim
Thanks!  I had not thought about CONSOLE.  That will do the trick just fine!

Jim Horne
-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Seymour J Metz

If you're authorized you can issue the command with MGCRE. For REXX scripts 
CONSOLE is convenient. You need the appropriate permissions.

NOTICE: All information in and attached to the e-mails below may be 
proprietary, confidential, privileged and otherwise protected from improper or 
erroneous disclosure. If you are not the sender's intended recipient, you are 
not authorized to intercept, read, print, retain, copy, forward, or disseminate 
this message. If you have erroneously received this communication, please 
notify the sender immediately by phone (704-758-1000) or by e-mail and destroy 
all copies of this message electronic, paper, or otherwise. By transmitting 
documents via this email: Users, Customers, Suppliers and Vendors collectively 
acknowledge and agree the transmittal of information via email is voluntary, is 
offered as a convenience, and is not a secured method of communication; Not to 
transmit any payment information E.G. credit card, debit card, checking 
account, wire transfer information, passwords, or sensitive and personal 
information E.G. Driver's license, DOB, social security, or any other 
information the user wishes to remain confidential; To transmit only 
non-confidential information such as plans, pictures and drawings and to assume 
all risk and liability for and indemnify Lowe's from any claims, losses or 
damages that may arise from the transmittal of documents or including 
non-confidential information in the body of an email transmittal. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: Starting a started task from a started task

2021-01-14 Thread Seymour J Metz
If you're authorized you can issue the command with MGCRE. For REXX scripts 
CONSOLE is convenient. You need the appropriate permissions.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Horne, Jim [jim.s.ho...@lowes.com]
Sent: Thursday, January 14, 2021 10:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [EXTERNAL] Re: Starting a started task from a started task

And that's the problem, in a nutshell.  The reason I am looking to start 
another STC is that initiators may be down.  If I knew initiators would be up, 
I would just submit a batch job and call it done.  In fact, I do that today but 
want to avoid problems when initiators are not available.

Jim Horne


R.S. wrote:
It depends.
The simplest way is to use JCL facilities.
Your started task can have last step, which can submit batch job, which in turn 
can issue a COMMAND, the command can be START STC.
A little bit Ruby Goldberg, but it works.

Other way is to use one of the tools from CBT to issue a command. In that 
scenario you last step in started task run the program. Program parameters 
contain you command - START STC.

I would also think about SystemREXX, but I have to solution here.


NOTICE: All information in and attached to the e-mails below may be 
proprietary, confidential, privileged and otherwise protected from improper or 
erroneous disclosure. If you are not the sender's intended recipient, you are 
not authorized to intercept, read, print, retain, copy, forward, or disseminate 
this message. If you have erroneously received this communication, please 
notify the sender immediately by phone (704-758-1000) or by e-mail and destroy 
all copies of this message electronic, paper, or otherwise. By transmitting 
documents via this email: Users, Customers, Suppliers and Vendors collectively 
acknowledge and agree the transmittal of information via email is voluntary, is 
offered as a convenience, and is not a secured method of communication; Not to 
transmit any payment information E.G. credit card, debit card, checking 
account, wire transfer information, passwords, or sensitive and personal 
information E.G. Driver's license, DOB, social security, or any other 
information the user wishes to remain confidential; To transmit only 
non-confidential information such as plans, pictures and drawings and to assume 
all risk and liability for and indemnify Lowe's from any claims, losses or 
damages that may arise from the transmittal of documents or including 
non-confidential information in the body of an email transmittal. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: Starting a started task from a started task

2021-01-14 Thread Horne, Jim
And that's the problem, in a nutshell.  The reason I am looking to start 
another STC is that initiators may be down.  If I knew initiators would be up, 
I would just submit a batch job and call it done.  In fact, I do that today but 
want to avoid problems when initiators are not available.

Jim Horne


R.S. wrote:
It depends.
The simplest way is to use JCL facilities.
Your started task can have last step, which can submit batch job, which in turn 
can issue a COMMAND, the command can be START STC.
A little bit Ruby Goldberg, but it works.

Other way is to use one of the tools from CBT to issue a command. In that 
scenario you last step in started task run the program. Program parameters 
contain you command - START STC.

I would also think about SystemREXX, but I have to solution here.


NOTICE: All information in and attached to the e-mails below may be 
proprietary, confidential, privileged and otherwise protected from improper or 
erroneous disclosure. If you are not the sender's intended recipient, you are 
not authorized to intercept, read, print, retain, copy, forward, or disseminate 
this message. If you have erroneously received this communication, please 
notify the sender immediately by phone (704-758-1000) or by e-mail and destroy 
all copies of this message electronic, paper, or otherwise. By transmitting 
documents via this email: Users, Customers, Suppliers and Vendors collectively 
acknowledge and agree the transmittal of information via email is voluntary, is 
offered as a convenience, and is not a secured method of communication; Not to 
transmit any payment information E.G. credit card, debit card, checking 
account, wire transfer information, passwords, or sensitive and personal 
information E.G. Driver's license, DOB, social security, or any other 
information the user wishes to remain confidential; To transmit only 
non-confidential information such as plans, pictures and drawings and to assume 
all risk and liability for and indemnify Lowe's from any claims, losses or 
damages that may arise from the transmittal of documents or including 
non-confidential information in the body of an email transmittal. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN