Re: Is there a JES2 command to submit a job?

2020-12-01 Thread Charles Mills
Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Tuesday, December 1, 2020 12:40 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? On Tue, 1 Dec 2020 11:52:48 -0800, Charles Mills wrot

Re: Is there a JES2 command to submit a job?

2020-12-01 Thread Paul Gilmartin
On Tue, 1 Dec 2020 11:52:48 -0800, Charles Mills wrote: > >My reading was that there was no MODIFY involved with $SUBMIT. It *is* a JES2 >command as I read things. It is I think the answer to what I was looking for >with my OP "is there a JES2 command to submit a job?"

Re: Is there a JES2 command to submit a job?

2020-12-01 Thread Steve Smith
The provided RDR proc is now useful only as an example. Note it uses IEBEDIT, the poor utility that gets no respect. When a started task name is IEFPROC, DD IEFRDER has some special properties that allow unit, and (I think) volume to be specified as positional operands, and any DD keywords on the

Re: Is there a JES2 command to submit a job?

2020-12-01 Thread Charles Mills
nk the answer to what I was looking for with my OP "is there a JES2 command to submit a job?" I chose to go with the RDR proc because it looked a little simpler. Footnote: Little did I know. What a PITA RDR turned out to be, at least on my particular LPAR. I had to override RECFM, LR

Re: Is there a JES2 command to submit a job?

2020-12-01 Thread Paul Gilmartin
On Tue, 1 Dec 2020 10:43:14 -0800, Charles Mills wrote: >Well, they're different environments for one thing. FTP FILETYPE=JES is >wonderful, but it does not run as a JES2 command. Ditto TSO and ISPF SUBMIT. > >To nitpick, IEBGENER is irrelevant, right? SYSOUT INTRDR is the key; you can >get ther

Re: Is there a JES2 command to submit a job?

2020-12-01 Thread Charles Mills
ogram. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Tuesday, December 1, 2020 8:52 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? On Sun, 29 Nov 2020 18:47:56 -0800, Ed

Re: Is there a JES2 command to submit a job?

2020-12-01 Thread Paul Gilmartin
On Sun, 29 Nov 2020 18:47:56 -0800, Ed Jaffe wrote: > >IBM added many JES3 features to JES2 over the last decade in an effort >to make JES2 more palatable to JES3 customers. One of those features was >support for a "disk reader" -- something JES3 had for as long as anyone >can remember. > >The purp

Re: Is there a JES2 command to submit a job?

2020-11-29 Thread Ed Jaffe
On 11/18/2020 3:58 PM, Charles Mills wrote: Thanks. This will work. Kind of convoluted -- a $T A command to issue a $VS command to issue an S command to start an STC that submits a job, but hey, it's mainframe. If it was easy we wouldn't get the big bucks. Idle musing: why doesn't JES2 have a

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Seymour J Metz
du> Sent: Thursday, November 19, 2020 8:43 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? On Fri, 20 Nov 2020 00:10:14 +, Seymour J Metz wrote: >UNIT=INTRDR is not valid in JES2, and the internal reader is very much alive >and well. It does not p

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Paul Gilmartin
On Fri, 20 Nov 2020 00:10:14 +, Seymour J Metz wrote: >UNIT=INTRDR is not valid in JES2, and the internal reader is very much alive >and well. It does not present a security issue, and bog standard users can >exploit it freely. > Why do you so often feel it's necessary to state a snarky nega

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Seymour J Metz
: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? Let's say the started task is setup as SURROGAT for multiple userids. As one of those id's, if I am given access to the JCL I could submit a job as if I was another one of those id's. No? On 11/19/202

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Wayne Bickerdike
AUTO is file 332 I believe. Referenced here along with JES2 $TA commands. http://www.longpelaexpertise.com/ezine/DoWeNeedAutomationSoftware.php On Fri, Nov 20, 2020 at 8:14 AM R.S. wrote: > W dniu 19.11.2020 o 21:46, Wayne Bickerdike pisze: > > Charles, > > > > I like Bobby Herring's solution.

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Steve Beaver
ymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > > From: IBM Mainframe Discussion List on behalf of > Tom Brennan > Sent: Thursday, November 19, 2020 2:16 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Is there a JES2 command

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Tom Brennan
715-0595 Mobile 626-543-6132 Office ⇐=== NEW robin...@sce.com -Original Message- From: IBM Mainframe Discussion List On Behalf Of Herring, Bobby Sent: Thursday, November 19, 2020 8:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Is there a JES2 command to submit a job? **

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Seymour J Metz
@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? I just thought of one more problem with my scenario. If the JCL can be updated by the user, then they could set USER= to whatever they want, spoiling the idea of using a single STC for multiple users. On 11/19/2020 11:13 AM

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Seymour J Metz
Discussion List on behalf of Randy Hudson Sent: Thursday, November 19, 2020 2:18 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? In article <0a3501d6be09$afb97b80$0f2c7280$@mcn.org>, Charles Mills wrote: > Right! I remember that. I remember that wa

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Tom Brennan
sce.com -Original Message- From: IBM Mainframe Discussion List On Behalf Of Herring, Bobby Sent: Thursday, November 19, 2020 8:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Is there a JES2 command to submit a job? *** EXTERNAL EMAIL - Use caution when opening links or att

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Jesse 1 Robinson
ussion List On Behalf Of R.S. Sent: Thursday, November 19, 2020 1:10 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Is there a JES2 command to submit a job? *** EXTERNAL EMAIL - Use caution when opening links or attachments *** W dniu 19.11.2020 o 21:48, David Spiegel pisze: > Hi Skip

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Paul Gilmartin
On Thu, 19 Nov 2020 11:21:17 -0800, Charles Mills wrote: >Yes indeed, if an unwashed user can update the member passed to RDR then all >bets are off. > There's an implied argument here supporting the crontab; /bin/submit approach: such unwashed users might be loath to further dirty their hands w

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread R.S.
W dniu 19.11.2020 o 22:13, David Spiegel pisze: Hi Radek, After I sent it, I realized that I addressed you incorrectly. Sorry. No problem at all. I just suspected there is some meaning of such sentence which I don't understand. Curiosity - that's all. Regards -- Radoslaw Skorupka Lodz, Polan

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Paul Gilmartin
On Thu, 19 Nov 2020 15:48:41 -0500, David Spiegel wrote: > >"... That means your job may contain DD * statements, etc.  ..." >As of z/OS 1.13, Cataloged Procedures can have DD * > That's newly true likewise of inline Procedures. Either provides a valuable ability to modify instream data sets as:

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread R.S.
W dniu 19.11.2020 o 21:46, Wayne Bickerdike pisze: Charles, I like Bobby Herring's solution. We use similar commands combined with automation at one customer. AUTO is very, very easy to install. It uses a PDS with this syntax : @2230 At 2230, it does whatever is in the member with a day flag:

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread David Spiegel
Hi Radek, After I sent it, I realized that I addressed you incorrectly. Sorry. Regards, David On 2020-11-19 16:09, R.S. wrote: W dniu 19.11.2020 o 21:48, David Spiegel pisze: Hi Skip, "... That means your job may contain DD * statements, etc.  ..." As of z/OS 1.13, Cataloged Procedures can hav

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread R.S.
W dniu 19.11.2020 o 21:48, David Spiegel pisze: Hi Skip, "... That means your job may contain DD * statements, etc.  ..." As of z/OS 1.13, Cataloged Procedures can have DD * Yes, I wanted to say that as well, but simply forgot. There are also new features in JCL since z/OS 2.1, which I didn't

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread David Spiegel
Hi Skip, "... That means your job may contain DD * statements, etc.  ..." As of z/OS 1.13, Cataloged Procedures can have DD * Regards, David On 2020-11-19 15:23, R.S. wrote: W dniu 19.11.2020 o 00:00, Charles Mills pisze: Is there a JES2 command to submit a job from a PDS or PROCLI

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Wayne Bickerdike
I SMF MTWTFSS S DELDUMP I clean up the dump dataset at intervals. On Fri, Nov 20, 2020 at 7:24 AM R.S. wrote: > W dniu 19.11.2020 o 00:00, Charles Mills pisze: > > Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly > > analogous to TSO SUBMIT? >

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Jesse 1 Robinson
obile 626-543-6132 Office ⇐=== NEW robin...@sce.com -Original Message- From: IBM Mainframe Discussion List On Behalf Of R.S. Sent: Thursday, November 19, 2020 12:24 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Is there a JES2 command to submit a job? *** EXTERNAL EMAIL - Use ca

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread R.S.
W dniu 19.11.2020 o 00:00, Charles Mills pisze: Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly analogous to TSO SUBMIT? I want to run a predefined job, unmodified, once a day. (No, I don't have a real scheduler.) I figured I could do something with $T A,I=86400,&#x

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread David Spiegel
ng, Bobby Sent: Thursday, November 19, 2020 8:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Is there a JES2 command to submit a job? *** EXTERNAL EMAIL - Use caution when opening links or attachments *** We have a rather simple solution we use. We have this command in the JES comm

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread David Spiegel
8:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Is there a JES2 command to submit a job? *** EXTERNAL EMAIL - Use caution when opening links or attachments *** We have a rather simple solution we use. We have this command in the JES commands member: $TA,T=23.00,''$VS,&#x

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Charles Mills
. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tom Brennan Sent: Thursday, November 19, 2020 11:14 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? So if the JCL dataset can be updated by the use

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Randy Hudson
In article <0a3501d6be09$afb97b80$0f2c7280$@mcn.org>, Charles Mills wrote: > Right! I remember that. I remember that was how you ran anything. You > started a real reader: it fired up the 2540 and read in the job. And then > you did a S WTR (?) to print the output. OS/360 on a 360/40. > > Someti

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Tom Brennan
Mobile 626-543-6132 Office ⇐=== NEW robin...@sce.com -Original Message- From: IBM Mainframe Discussion List On Behalf Of Herring, Bobby Sent: Thursday, November 19, 2020 8:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Is there a JES2 command to submit a job? *** EXTERNAL

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Tom Brennan
CLEANJES''''''' // COMMAND '$TA,T=24.00,''$VS,''''S JOB,J=CMDSTXFZ''''''' // COMMAND '$SA,ALL' //STEP1    EXEC PGM=IEFBR14 /* Bobby Herring Texas Farm Bureau Insurance Waco, Tx -Ori

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread David Spiegel
ht alleviate it somewhat. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jesse 1 Robinson Sent: Thursday, November 19, 2020 10:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? We use a simil

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread David Spiegel
Manager 323-715-0595 Mobile 626-543-6132 Office ⇐=== NEW robin...@sce.com -Original Message- From: IBM Mainframe Discussion List On Behalf Of Herring, Bobby Sent: Thursday, November 19, 2020 8:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Is there a JES2 command to submit a job?

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Charles Mills
IN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? We use a similar process. The supplied RDR proc is a bit clumsy with stuff coded that would work as is for pretty much no one. So like many other shops, ages ago we wrote our own version with customized data set and unit par

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Jesse 1 Robinson
Sent: Thursday, November 19, 2020 8:47 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Is there a JES2 command to submit a job? *** EXTERNAL EMAIL - Use caution when opening links or attachments *** Thanks. > why not AUTO Trying to keep things simple. Trying to avoid one more piece in th

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Jesse 1 Robinson
...@sce.com -Original Message- From: IBM Mainframe Discussion List On Behalf Of Herring, Bobby Sent: Thursday, November 19, 2020 8:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Is there a JES2 command to submit a job? *** EXTERNAL EMAIL - Use caution when opening links or

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Charles Mills
On Behalf Of Wayne Bickerdike Sent: Thursday, November 19, 2020 8:22 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? Charles, Why don't you grab a copy of AUTO from the CBT tape. It has a scheduler function. We use it on Dallas to schedule the SLEEP

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Herring, Bobby
''S JOB,J=CMDSTXFZ''''''' // COMMAND '$SA,ALL' //STEP1 EXEC PGM=IEFBR14 /* Bobby Herring Texas Farm Bureau Insurance Waco, Tx -Original Message- From: IBM Mainframe Discussion List On Behalf Of Charles Mills Sent: Thursday, November

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Wayne Bickerdike
omewhere." > > Charles > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of John McKown > Sent: Wednesday, November 18, 2020 3:37 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Is there a JES2 com

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Jeremy Nicoll
On Thu, 19 Nov 2020, at 15:46, Rupert Reynolds wrote: > Most people I mention it to are surprised, and they expect it keep running > until a modiFy or stoP tells it otherwise. A good example (if it still is?) of a STC that starts to do something and then stops is/was SMFDUMP. We used to use STCs

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Seymour J Metz
List on behalf of Rupert Reynolds Sent: Thursday, November 19, 2020 10:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? Most people I mention it to are surprised, and they expect it keep running until a modiFy or stoP tells it otherwise. That's th

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Rupert Reynolds
Most people I mention it to are surprised, and they expect it keep running until a modiFy or stoP tells it otherwise. That's the reason I mentioned it :-) Roops On Thu., Nov. 19, 2020, 14:22 Jeremy Nicoll, wrote: > On Thu, 19 Nov 2020, at 14:12, Rupert Reynolds wrote: > > Off the cuff, I'm pre

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread David Spiegel
es perfect, but that's the idea. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jeremy Nicoll Sent: Thursday, November 19, 2020 1:20 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? On Th

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Charles Mills
r message and then quits is entirely acceptable. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Rupert Reynolds Sent: Thursday, November 19, 2020 6:13 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to subm

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread PINION, RICHARD W.
Have you considered OMVS's CRON? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Charles Mills Sent: Thursday, November 19, 2020 10:34 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? [External Email. Exercise caution

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Charles Mills
20 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? On Thu, 19 Nov 2020, at 00:19, Charles Mills wrote: > Right! I remember that. I remember that was how you ran anything. You > started a real reader: it fired up the 2540 and read in the job. And > th

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Seymour J Metz
://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Charles Mills Sent: Wednesday, November 18, 2020 7:19 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? Right! I remember that. I remember that was

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Seymour J Metz
_ From: IBM Mainframe Discussion List on behalf of Rupert Reynolds Sent: Thursday, November 19, 2020 9:12 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? Off the cuff, I'm pretty sure it runs as an STC, but one that doesn't do the things you'

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Jeremy Nicoll
On Thu, 19 Nov 2020, at 14:12, Rupert Reynolds wrote: > Off the cuff, I'm pretty sure it runs as an STC, but one that doesn't do > the things you'd normally expect an STC to do. There's nothing that an STC is "normally expected to do". Some run for ages, but some don't. The significant point is

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Rupert Reynolds
Off the cuff, I'm pretty sure it runs as an STC, but one that doesn't do the things you'd normally expect an STC to do. I don't know whether any versions of MVS and z/OS, or any automation, would react to an "STC" ending without doing the usual, but I'd guess not. I know MVS 3.8 (TK4-) accepts thi

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Seymour J Metz
From: IBM Mainframe Discussion List on behalf of Jeremy Nicoll Sent: Thursday, November 19, 2020 4:20 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? On Thu, 19 Nov 2020, at 00:19, Charles Mills wrote: > Right! I remember that. I remember that

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Seymour J Metz
UA.EDU Subject: Re: Is there a JES2 command to submit a job? On Thu, 19 Nov 2020 11:04:32 +, Rupert Reynolds wrote: > >//MYJOB DD SYSOUT=(A,INTRDR) >looks like a. In fact I've used that from TSO, lthough I can't remember >whether the ALLOC command hndles INTRDR, or whether

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Paul Gilmartin
On Thu, 19 Nov 2020 11:04:32 +, Rupert Reynolds wrote: > >//MYJOB DD SYSOUT=(A,INTRDR) >looks like a. In fact I've used that from TSO, lthough I can't remember >whether the ALLOC command hndles INTRDR, or whether I used SVC 99. > WRITER(INTRDR) Likewise for BPXWDYN. >If the job can ju

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread John McKown
On Wed, Nov 18, 2020 at 6:20 PM Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Wed, 18 Nov 2020 17:39:33 -0600, John McKown wrote: > > > most z/OS people > >are still fairly ignorant of z/OS UNIX and are reluctant to use it. A > few > >years ago I had another syspro

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Rupert Reynolds
Ah yes //MYJOB DD SYSOUT=(A,INTRDR) looks like a. In fact I've used that from TSO, lthough I can't remember whether the ALLOC command hndles INTRDR, or whether I used SVC 99. If the job can justifiably be in something like SYS1.PROCLIB, it's even easier. S MYJOB :-) Roops On Thu., Nov. 19, 202

Re: Is there a JES2 command to submit a job?

2020-11-19 Thread Jeremy Nicoll
On Thu, 19 Nov 2020, at 00:19, Charles Mills wrote: > Right! I remember that. I remember that was how you ran anything. You > started a real reader: it fired up the 2540 and read in the job. And > then you did a S WTR (?) to print the output. OS/360 on a 360/40. But the S RDR... command doesn't

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Seymour J Metz
t on behalf of Charles Mills Sent: Wednesday, November 18, 2020 6:58 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? Thanks. This will work. Kind of convoluted -- a $T A command to issue a $VS command to issue an S command to start an STC that submits a job

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Sri h Kolusu
> Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly > analogous to TSO SUBMIT? Charles, You can use the SCHEDULE command to run the job at a particular time. Here is a detailed explanation of the parms along with examples https://www.ibm.com/support/knowledge

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Seymour J Metz
been since dinosaurs roamed the earth. Regards, David On 2020-11-18 18:00, Charles Mills wrote: > Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly > analogous to TSO SUBMIT? > > I want to run a predefined job, unmodified, once a day. (No, I don't have a >

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Charles Mills
Available in V2R3! Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Charles Mills Sent: Wednesday, November 18, 2020 4:24 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? Thanks. Looks

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Charles Mills
Subject: Re: Is there a JES2 command to submit a job? JES2 at the z/OS 2.4 level has a $SUBMIT command, with the infrastructure to dynamically add datasets and such to use for job submission. The commands manual has information about it

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Charles Mills
: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of David Spiegel Sent: Wednesday, November 18, 2020 3:59 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? Hi Charles, All of the previous responses did not address your situation. Here is

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Paul Gilmartin
On Wed, 18 Nov 2020 17:39:33 -0600, John McKown wrote: > most z/OS people >are still fairly ignorant of z/OS UNIX and are reluctant to use it. A few >years ago I had another sysprog complain about it because, in his words, >"It isn't Windows!" > What's z/OS? Chopped liver or Windows? On Wed

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread David Spiegel
roamed the earth. Regards, David On 2020-11-18 18:00, Charles Mills wrote: Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly analogous to TSO SUBMIT? I want to run a predefined job, unmodified, once a day. (No, I don't have a real scheduler.) I figured I could do something

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Charles Mills
On Behalf Of John McKown Sent: Wednesday, November 18, 2020 3:37 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a JES2 command to submit a job? We did something like that before we had CA-7 (actually Runtrack). We used the $TA command to start a task which then submitted the actual JCL. Th

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Mark Jacobs
/pks/lookup?op=get&search=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐ On Wednesday, November 18th, 2020 at 6:00 PM, Charles Mills wrote: > Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly > > analogous to TSO SUBMIT? > > I want to r

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Steve Smith
The classic way is to use a reader proc, traditionally named RDR, which may well still be included in z/OS. But usually a variation that reads members from a PDS is more useful. Check out // SCHEDULE TIME= in JCL. I use it all the time. sas

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Joseph Reichman
can't > remember what RACF id the job ran under. This was long ago, I think before > the STARTED class in RACF. > >> On Wed, Nov 18, 2020 at 5:01 PM Charles Mills wrote: >> >> Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly >> analogou

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread David Mingee
Also, You can enter SUB next to the member name while in ISPF. Just enter SUB vs. B or E or V Subject: Re: Is there a JES2 command to submit a job? I do something like that for my personal stuff. And it is good in that you can have a separate crontab for submitting different jobs with

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread John McKown
use it. A few years ago I had another sysprog complain about it because, in his words, "It isn't Windows!" On Wed, Nov 18, 2020 at 5:36 PM Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Wed, 18 Nov 2020 15:00:59 -0800, Charles Mills wrot

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread John McKown
CF id the job ran under. This was long ago, I think before the STARTED class in RACF. On Wed, Nov 18, 2020 at 5:01 PM Charles Mills wrote: > Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly > analogous to TSO SUBMIT? > > I want to run a predefined job, unmodifi

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread Paul Gilmartin
On Wed, 18 Nov 2020 15:00:59 -0800, Charles Mills wrote: >Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly >analogous to TSO SUBMIT? > https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxa400/jclsub.htm plus crontab >I vaguely recal

Is there a JES2 command to submit a job?

2020-11-18 Thread Charles Mills
Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly analogous to TSO SUBMIT? I want to run a predefined job, unmodified, once a day. (No, I don't have a real scheduler.) I figured I could do something with $T A,I=86400,'command' but I don't see what the