Re: JCL to tar USS directory

2021-01-15 Thread Paul Gilmartin
On Fri, 15 Jan 2021 19:39:41 +, Frank Swarbrick wrote: > >From the z/OS Unix System Services Command Reference >(https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.bpxa500/bpxbatr.htm): > > * It must be a text file defined with read access only > So, must I have a

Re: JCL to tar USS directory

2021-01-15 Thread Frank Swarbrick
s an artifact of cut and paste from a web page.  From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> Sent: Friday, January 15, 2021 12:26 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL to tar

Re: JCL to tar USS directory

2021-01-15 Thread Paul Gilmartin
On Fri, 15 Jan 2021 18:22:09 +, Frank Swarbrick wrote: >For in-stream data sets: with the SH option, trailing blanks are not >truncated. Records in in-stream data sets are concatenated with blanks as >separator characters, and the string remaining after the SH token is passed as >a single

Re: JCL to tar USS directory

2021-01-15 Thread Frank Swarbrick
efinitions produce the following output: From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> Sent: Friday, January 15, 2021 9:51 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL

Re: JCL to tar USS directory

2021-01-15 Thread Paul Gilmartin
On Fri, 15 Jan 2021 10:12:52 -0500, Kurt Quackenbush wrote: >On 1/14/2021 10:10 AM, Bill Giannelli wrote: >> can anyone provide JCL to tar a USS directory? >//PAX EXEC PGM=BPXBATCH >//STDPARM DD * >PGM /bin/pax -zvwf /u/user/paxfile.pax.Z >/directory/to/be/paxed/ >

Re: JCL to tar USS directory

2021-01-15 Thread Kurt Quackenbush
On 1/14/2021 10:10 AM, Bill Giannelli wrote: can anyone provide JCL to tar a USS directory? //PAX EXEC PGM=BPXBATCH //STDPARM DD * PGM /bin/pax -zvwf /u/user/paxfile.pax.Z /directory/to/be/paxed/ /* //STDOUT DD SYSOUT=* //STDERR DD SYSOUT=* Kurt Quackenbush -- IBM, SMP/E Development

Re: JCL to tar USS directory

2021-01-15 Thread Paul Gilmartin
On Fri, 15 Jan 2021 02:55:30 -0600, Jantje wrote: >On Thu, 14 Jan 2021 09:00:21 -0600, Bill Giannelli wrote: > >>can anyone provide JCL to tar a USS directory? > Tar is obsolescent, largely replaced by pax with added features. >IMHO, if you are going to do anything in Unix

Re: JCL to tar USS directory

2021-01-15 Thread Jantje.
On Thu, 14 Jan 2021 09:00:21 -0600, Bill Giannelli wrote: >can anyone provide JCL to tar a USS directory? IMHO, if you are going to do anything in Unix on mainframe, you want to use Co:Z from DovetailedTechnologies: https://www.dovetail.com/index.html I am not affiliated in any

Re: JCL to tar USS directory

2021-01-14 Thread R.S.
W dniu 14.01.2021 o 16:00, Bill Giannelli pisze: can anyone provide JCL to tar a USS directory? thanks Bill Correction: //K10  EXEC PGM=BPXBATCH,PARM='PGM /bin/tar -?' //STDOUT   DD SYSOUT=* //STDERR   DD SYSOUT=* -- Radoslaw Skorupka Lodz, Poland

Re: JCL to tar USS directory

2021-01-14 Thread R.S.
W dniu 14.01.2021 o 16:00, Bill Giannelli pisze: can anyone provide JCL to tar a USS directory? thanks //K10  EXEC PGM=BPXBATCH,PARM='SH tar parameterscd;ls' //STDOUT   DD SYSOUT=* //STDERR   DD SYSOUT=* ls is redundant, it is just as example of second command within the step

JCL to tar USS directory

2021-01-14 Thread Bill Giannelli
can anyone provide JCL to tar a USS directory? thanks Bill -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN