Re: TSO CLIST Query

2019-02-21 Thread Seymour J Metz
du/~smetz3 From: IBM Mainframe Discussion List on behalf of Chip Grantham Sent: Tuesday, February 19, 2019 10:51 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: TSO CLIST Query Here’s an updated attempt. Enjoy. Requires SDSF /* REXX */ arg ofile ofile = Strip(ofile,"B","

Re: TSO CLIST Query

2019-02-21 Thread Seymour J Metz
ry 20, 2019 1:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: TSO CLIST Query The confusion might be caused by text in lower case. Clist is mainly uppercase language. ITs hak בתאריך יום ד׳, 20 בפבר׳ 2019, 0:34, מאת Seymour J Metz ‏: > What concatenation is it in? > > > -- > Shmu

Re: TSO CLIST Query

2019-02-20 Thread Paul Gilmartin
schak Mugzach >> Sent: Tuesday, February 19, 2019 11:26 AM >> To: IBM-MAIN@LISTSERV.UA.EDU >> Subject: Re: TSO CLIST Query >> >> Tso think that this is a rexx exec not a clist. What are your site defaults >> for execs and clist? >> >> ITschak >> >

Re: TSO CLIST Query

2019-02-19 Thread ITschak Mugzach
on.gmu.edu/~smetz3 > > > From: IBM Mainframe Discussion List on behalf > of ITschak Mugzach > Sent: Tuesday, February 19, 2019 11:26 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: TSO CLIST Query > > Tso think that this is a rexx exec not a clist. What are your sit

Re: TSO CLIST Query

2019-02-19 Thread Chip Grantham
rator commands. > > 3. Check with your security group for the permissions needed to issue a JES2 > command via CONSOLE. > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > From: IBM Mainframe Discuss

Re: TSO CLIST Query

2019-02-19 Thread Seymour J Metz
our J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of FRISBIE, JIM Sent: Tuesday, February 19, 2019 11:20 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: TSO CLIST Query I'm trying to write a CLIST to make life easier on our

Re: TSO CLIST Query

2019-02-19 Thread Seymour J Metz
What concatenation is it in? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of ITschak Mugzach Sent: Tuesday, February 19, 2019 11:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: TSO CLIST Query

Re: TSO CLIST Query

2019-02-19 Thread Carmen Vitullo
Carmen Vitullo - Original Message - From: "David Spiegel" To: IBM-MAIN@LISTSERV.UA.EDU Sent: Tuesday, February 19, 2019 12:05:58 PM Subject: Re: TSO CLIST Query Jim et al, $TOFFLOAD is a command which only works in the JES2 Environment. It is NOT a TSO Command. Regards,

Re: TSO CLIST Query

2019-02-19 Thread David Spiegel
you will need to strip off the quotes. >> >> Any reason not to use REXX rather than CLIST? >> >> >> Lizette >> >>> -----Original Message- >>> From: IBM Mainframe Discussion List On Behalf Of >>> FRISBIE, JIM >>> Sent: Tuesday, Fe

Re: TSO CLIST Query

2019-02-19 Thread Chip Grantham
rom: IBM Mainframe Discussion List On Behalf Of >> FRISBIE, JIM >> Sent: Tuesday, February 19, 2019 9:21 AM >> To: IBM-MAIN@LISTSERV.UA.EDU >> Subject: TSO CLIST Query >> >> I'm trying to write a CLIST to make life easier on our Operations staff. They >&g

Re: TSO CLIST Query

2019-02-19 Thread Lizette Koehler
otes - then you will need to strip off the quotes. Any reason not to use REXX rather than CLIST? Lizette > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > FRISBIE, JIM > Sent: Tuesday, February 19, 2019 9:21 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Su

Re: TSO CLIST Query

2019-02-19 Thread ITschak Mugzach
Tso think that this is a rexx exec not a clist. What are your site defaults for execs and clist? ITschak בתאריך יום ג׳, 19 בפבר׳ 2019, 18:21, מאת FRISBIE, JIM ‏< jim.fris...@ncsecu.org>: > I'm trying to write a CLIST to make life easier on our Operations staff. > They constantly have problems

TSO CLIST Query

2019-02-19 Thread FRISBIE, JIM
I'm trying to write a CLIST to make life easier on our Operations staff. They constantly have problems correctly entering the dataset name of the offload tape, so I created this simple CLIST to help. PROC 1 OFILE CONTROL MSG LIST CONLIST WRITE DSN=&OFILE $TOFFLOAD1,DSN=&OFILE >From ISPF,