Re: FTP JCL EXAMPLE - FTP PDS

2017-09-18 Thread Dejan Stamatovic
I have been there and I know what you are talking about! Old solutions can also do the job but lets hope there is a new, better spin to that old solution. Best regards Dejan Stamatović CROZ D.O.O. -- For IBM-MAIN subscribe / s

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-15 Thread Jesse 1 Robinson
John McKown Sent: Friday, September 15, 2017 7:17 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: FTP JCL EXAMPLE - FTP PDS On Fri, Sep 15, 2017 at 9:01 AM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Fri, 15 Sep 2017 08:28:37 -0500, John McKown wrote

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-15 Thread John McKown
On Fri, Sep 15, 2017 at 9:01 AM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Fri, 15 Sep 2017 08:28:37 -0500, John McKown wrote > >> > >> Why restrict yourself to 72 characters? For many releases now, JCL > >> has imposed no such restriction on SYSIN. > >> > >> Ol

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-15 Thread willie bunter
Thanks John, I will try out your suggestion.  Thanks to all who responded and help. From: John McKown To: IBM-MAIN@LISTSERV.UA.EDU Sent: Friday, September 15, 2017 9:23 AM Subject: Re: FTP JCL EXAMPLE - FTP PDS On Fri, Sep 15, 2017 at 7:54 AM, willie bunter < 001409bd2345-dm

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-15 Thread Paul Gilmartin
On Fri, 15 Sep 2017 08:28:37 -0500, John McKown wrote >> >> Why restrict yourself to 72 characters? For many releases now, JCL >> has imposed no such restriction on SYSIN. >> >> Old habits, however detrimental, die hard. > >​Job may be in a "normal" production JCL library. Trying to convince a >pr

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-15 Thread John McKown
On Fri, Sep 15, 2017 at 8:18 AM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Fri, 15 Sep 2017 12:54:06 +, willie bunter wrote: > > >John, > >Quick question. Could you tell me how I can continue on the next line. > For example :mvsput 'FTP.V8050.MVS.BUILDJCL'

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-15 Thread John McKown
VS.BUILDJCJ' 'DRP.V8050.MVS.BUILDJCL.NEW' + (REALLOCATE or maybe try mvsput 'FTP.V8050.MVS.BUILDJCJ' + 'DRP.V8050.MVS.BUILDJCL.NEW' (REALLOCATE > Thanks. From: John McKown > To: IBM-MAIN@LISTSERV.UA.EDU > Sent: Thursday, Septembe

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-15 Thread Paul Gilmartin
On Fri, 15 Sep 2017 12:54:06 +, willie bunter wrote: >John, >Quick question.  Could you tell me how I can continue on the next line.  For >example :mvsput 'FTP.V8050.MVS.BUILDJCL'  'DRP.V8050.MVS.BUILDJCL.NEW' >(REAllocate > >If the output disn has more characters I run out of space .  I  t

Re: FTP JCL EXAMPLE - FTP PDS - CORRECTION

2017-09-15 Thread willie bunter
Sorry it wasn't parenthesis but: Mismatched quotes on pathname 'DRP.V8050.MVS.BUILDJCL.NEW'(REAllocate From: willie bunter <001409bd2345-dmarc-requ...@listserv.ua.edu> To: IBM-MAIN@LISTSERV.UA.EDU Sent: Friday, September 15, 2017 8:54 AM Subject: Re: FTP

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-15 Thread willie bunter
wn To: IBM-MAIN@LISTSERV.UA.EDU Sent: Thursday, September 7, 2017 2:04 PM Subject: Re: FTP JCL EXAMPLE - FTP PDS On Thu, Sep 7, 2017 at 12:40 PM, Cieri, Anthony wrote: > >        If you are transferring a PDS from one MVS LPAR to another and > creating the target PDS, couldn't

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-07 Thread John McKown
On Thu, Sep 7, 2017 at 12:40 PM, Cieri, Anthony wrote: > > If you are transferring a PDS from one MVS LPAR to another and > creating the target PDS, couldn't you use: > > mvsput 'FTP.V8050.MVS.BUILDJCL' 'DRP.V8050.MVS.BUILDJCL.NEW' > (REAllocate ​Oh, that is good. I'm still stu

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-07 Thread Cieri, Anthony
Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Thursday, September 07, 2017 1:33 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: FTP JCL EXAMPLE - FTP PDS On Thu, Sep 7, 2017 at 11:47 AM, willie bunter < 001409bd2345-dmarc-requ...@listserv.ua.edu>

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-07 Thread John McKown
On Thu, Sep 7, 2017 at 11:47 AM, willie bunter < 001409bd2345-dmarc-requ...@listserv.ua.edu> wrote: > John, > > I am stuck again. Would you have the parm when FTPing a PDS/PDSE? > > I tried the following: > > QUOTE SITE PRI=50 SEC=20 CYL > MPUT 'FTP.V8050.MVS.BUILDJCL(*)' + > 'DRP.V80

Re: FTP JCL EXAMPLE - FTP PDS

2017-09-07 Thread willie bunter
John, I am stuck again. Would you have the parm when FTPing a PDS/PDSE? I tried the following: QUOTE SITE PRI=50 SEC=20 CYL MPUT 'FTP.V8050.MVS.BUILDJCL(*)' + 'DRP.V8050.MVS.BUILDJCL.NEW' QUIT ---