Re: How the determine dataset is PDSE

2015-10-05 Thread Charles Mills
I *think* (too involved in something else to open the manuals) that SVC 99 information retrieval will give you this information for an open or not open DD name. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Savor, Thomas

Copy a directory structure with copying files.

2015-10-05 Thread Dave Crowley
I need to copy a directory structure of a USS (zFS if this matters) from one LPAR to another. I looked at "tar" and "pax" and just can't see a way to do this. I will be changing the high level directory though. For example The from directory: /usr/local/productV1/* To: /usr/lpp/productV1/ I

Re: Copy a directory structure with copying files.

2015-10-05 Thread Jack J. Woehr
Dave Crowley wrote: I need to copy a directory structure of a USS (zFS if this matters) from one LPAR to another. I looked at "tar" tar cf mydir.tar mydir scp mydir.tar me@myremotesystem ssh me@myremotesystem tar xf mydir.tar -- Jack J. Woehr # Science is more than a body of knowledge.

Re: Copy a directory structure with copying files.

2015-10-05 Thread Paul Gilmartin
On 2015-10-05 13:03, Lester, Bob wrote: > Hi Dave, > > HOWD:TSREL:/home/tsrel: man copytree > copytree -- Make a copy of a file hierarchy while preserving all file > attributes > But that copies the files as well as creating the directories. How about: cd source-directory pax

Re: Copy a directory structure with copying files.

2015-10-05 Thread Jack J. Woehr
Jack J. Woehr wrote: ssh me@myremotesystem: Don't forget the colon ":" -- Jack J. Woehr # Science is more than a body of knowledge. It's a way of www.well.com/~jax # thinking, a way of skeptically interrogating the universe www.softwoehr.com # with a fine understanding of human

Re: How the determine dataset is PDSE

2015-10-05 Thread Paul Gilmartin
On Mon, 5 Oct 2015 10:21:27 -0700, Charles Mills wrote: >The OP's question was "when I open a file [in an assembler program] how do I >tell ..." > One might wonder why it matters. I suppose it might. Does the OP also want to distinguish the cases of: o DSORG=PS o UNIX files (I don't know

Re: How the determine dataset is PDSE

2015-10-05 Thread Mark Jacobs - Listserv
Looks like the ISITMGD macro/system service can ascertain if a dataset is a PDSE. Mark Jacobs Savor, Thomas (Norcross) October 5, 2015 at 2:44 PM Ok, I think I see DSNTYPE field can be returned from DYNALLOCif I can figure TEXT UNITS fields

Re: Copy a directory structure with copying files.

2015-10-05 Thread Jousma, David
Dave, Be careful. /usr/lpp is part of the IBM supplied root file system. You should not be making any changes in there outside of smpe. If you do add directories there, it will be on you to carry that forward with future z/OS maintenance.

Re: How the determine dataset is PDSE

2015-10-05 Thread Savor, Thomas (Norcross)
>I *think* (too involved in something else to open the manuals) that SVC 99 >information retrieval will give you this information for an open or not open >DD name. Ok, I think I see DSNTYPE field can be returned from DYNALLOCif I can figure TEXT UNITS fields properlywow. Thanks for

Re: Copy a directory structure with copying files.

2015-10-05 Thread Lester, Bob
Hi Dave, HOWD:TSREL:/home/tsrel: man copytree copytree -- Make a copy of a file hierarchy while preserving all file attributes Format /samples/copytree [-afos] sourcedir [targetdir] Description copytree is a REXX sample that enables you to use a number of z/OS UNIX

Re: How the determine dataset is PDSE

2015-10-05 Thread Savor, Thomas (Norcross)
>Looks like the ISITMGD macro/system service can ascertain if a dataset is a >PDSE. Hummlooks very interesting. Hate to admit it, but I never heard of this macro...but I'm going to try it out and see. Thanks, Tom -- For

Re: Copy a directory structure with copying files.

2015-10-05 Thread John McKown
On Mon, Oct 5, 2015 at 1:42 PM, Dave Crowley wrote: > I need to copy a directory structure of a USS (zFS if this matters) from > one LPAR to another. I looked at "tar" and "pax" and just can't see a way > to do this. I will be changing the high level directory though. > For

Re: How the determine dataset is PDSE

2015-10-05 Thread Savor, Thomas (Norcross)
>One might wonder why it matters. I suppose it might. Does the OP also want >to distinguish the cases of: Don’t care about UNIX. Yes, it is in some of my assembler programs. I have a bunch of PDS utility batch programs that have worked fine for PDS. But for PDSe not so much. On a PDS...reading

Re: How the determine dataset is PDSE

2015-10-05 Thread Windt, W.K.F. van der (Fred)
You could use DESERV. Works for PDS as well as PDSEs. Sent from my new iPad On 05 Oct 2015, at 19:45, Savor, Thomas (Norcross) wrote: >> One might wonder why it matters. I suppose it might. Does the OP also want >> to distinguish the cases of: > Don’t care about

Re: How the determine dataset is PDSE

2015-10-05 Thread Bill Godfrey
On Mon, 5 Oct 2015 17:44:30 +, Savor, Thomas (Norcross) wrote: > I have a bunch of PDS utility batch programs that have worked fine for PDS. > But for PDSe not so much. > On a PDS...reading the directory...a use MACRF=R,RECFM=Uworks great. > On a PDSE...reading the directoryit looks

Re: How the determine dataset is PDSE

2015-10-05 Thread Paul Gilmartin
On 2015-10-05 14:23, Bill Godfrey wrote: > On Mon, 5 Oct 2015 17:44:30 +, Savor, Thomas (Norcross) wrote: > >> I have a bunch of PDS utility batch programs that have worked fine for PDS. >> But for PDSe not so much. >> On a PDS...reading the directory...a use MACRF=R,RECFM=Uworks great.

Re: Copy a directory structure with copying files.

2015-10-05 Thread Paul Gilmartin
Ok; in my earlier reply I misread the Subject: line, "with copying" as "without copying". So: On 2015-10-05 13:32, Klan, Rob (RET-DAY) wrote: > > An IBMer gave me this process, works great moving USS stuff around. > > Adjust to your needs. > > Write it > > // SET PAX1='sh cd

Re: Copy a directory structure with copying files.

2015-10-05 Thread Klan, Rob (RET-DAY)
An IBMer gave me this process, works great moving USS stuff around. Adjust to your needs. Write it // SET PAX1='sh cd /tmp; pax -wvf' // SET PAX2='./*.*' //MAKEIT EXEC PGM=IEFBR14 //OUTMVS DD DSN=CICS.BKUP, // DISP=(MOD,KEEP,KEEP), //

Xerox Printers

2015-10-05 Thread Mohamed Juma
Hi     We are in the process of getting new printers (Xerox Nuvera Production Printers), The  printers has the IPDS support, but I want to check if Z/OS can spool ASCII to the printers, and its requirements   I will appreciate your help to find the answer. Mohamed JumaZ/OS System ProgrammerMOI,

Re: The Mainframe world?

2015-10-05 Thread zMan
One of the vision plans (eye care) is called MVS. On Mon, Oct 5, 2015 at 12:33 PM, John Mattson wrote: > I challenge the question. Just what are we measuring with this "trend"? > If we ASSUME that this measures interest in systems, then interest in all > three is

Re: How the determine dataset is PDSE

2015-10-05 Thread Charles Mills
SVC 99, also known as DYNALLOC, is an awesome tool and works just great but becoming conversant with the whole control block/bit flags/text unit structure is unfortunately something of a learning project of its own. Charles -Original Message- From: IBM Mainframe Discussion List

Re: Setting the writers right

2015-10-05 Thread Andy Higgins
All of us have to push back whenever we can OK, add me to your spam list, but I posted this in response to a story about the Secret Service's most recent transgressions (featuring a green screen): Rachel, I've been watching you on MSNBC since before you had your own show. When it comes to

Re: Xerox Printers

2015-10-05 Thread Tom Marchant
On Mon, 5 Oct 2015 08:11:20 +, Mohamed Juma wrote: > We are in the process of getting new printers (Xerox Nuvera Production > Printers), >The  printers has the IPDS support, but I want to check if Z/OS can spool  >ASCII to the printers, and its requirements Did you ask Xerox? This is a

Re: IBM PDFs (was: SK3T-4271-28)

2015-10-05 Thread Shane Ginnane
On Mon, 5 Oct 2015 06:58:29 -0500, Paul Gilmartin wrote: >What tool did you use to create the index? Nothing - doesn't look like I've even unrolled the zip. When I said "Other than that I just download all the pdfs per release, and create an index page." I meant for other releases, I download

Re: The Mainframe world?

2015-10-05 Thread Paul Gilmartin
On Sun, 4 Oct 2015 17:09:25 -0700, Charles Mills wrote: >Versus MVS. >http://www.google.com/trends/explore#q=z%2Fos%2C%20MVS=q=Etc%2FGMT%2B7 > >Go figure. > >Some of them are apparently some other MVS. > I've known (distant) colleagues to ask, "Don't you mean VMS?" But with diminishing

IBM PDFs (was: SK3T-4271-28)

2015-10-05 Thread Paul Gilmartin
On Sun, 4 Oct 2015 08:10:31 -0500, Shane Ginnane wrote: > >Can't help with 1.12, but I have sk3t-4271-31.zip for 1.13. I don't recall a >zip earlier. >Other than that I just download all the pdfs per release, and create an index >page. > What tool did you use to create the index? Acrobat? I

Re: SK3T-4271-28

2015-10-05 Thread Kevin Minerley
As you probably already know we have electronic-only versions of the older base/features DVD with the well-liked XKS (extended shelves) and all the PDFs -- many of which are Advance Linguistic Search indexed which means they have a BKS inserted directly into the PDF for better searching. All

Re: Xerox Printers

2015-10-05 Thread George Rodriguez
As an FYI. I too have Xerox printers but I use Levi, Ray & Shoup VPS and VMCF products to print to them. *George Rodriguez* *Specialist II - IT Solutions* *IT Enterprise Applications* *PX - 47652* *(561) 357-7652 (office)* *(954) 415-7586 (mobile)* *School District of Palm Beach County* *3348

Re: SK3T-4271-28

2015-10-05 Thread Kevin Minerley
In case you want the same for v2r2 (sorry, too long to include in one append). for v2rX SK3T-1514 BookManager READ/MVS and BUILD/MVS V1R3.0 PDFs SK5T-7076 Encryption Facility V2R2.0 for z/OS PDFs SK2T-8788 EREP V3R5 PDFs

Re: Xerox Printers

2015-10-05 Thread Paul Gilmartin
On Mon, 5 Oct 2015 06:54:32 -0500, Tom Marchant wrote: >On Mon, 5 Oct 2015 08:11:20 +, Mohamed Juma wrote: > >> We are in the process of getting new printers (Xerox Nuvera Production >> Printers), >>The  printers has the IPDS support, but I want to check if Z/OS can spool  >>ASCII to the

Re: Xerox Printers

2015-10-05 Thread Elardus Engelbrecht
Paul Gilmartin wrote: >>Did you ask Xerox? This is a question for them. >The question appears to address the capabilities of z/OS: "... if z/OS can ..." >As such, it's a z/OS question. I looked at the original question and perhaps both vendors (and also printer vendors) should be asked. Ask

Re: Xerox Printers

2015-10-05 Thread John Eells
Mohamed Juma wrote: Hi We are in the process of getting new printers (Xerox Nuvera Production Printers), The printers has the IPDS support, but I want to check if Z/OS can spool ASCII to the printers, and its requirements I will appreciate your help to find the answer. The z/OS

Re: Writing support for DD SUBSYS= (got it, thanks!)

2015-10-05 Thread Farley, Peter x23353
Dave, If you get a chance, would you mind uploading that to bitsavers.org? I would find that manual interesting reading as well. Peter -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of David Cole Sent: Sunday, October 04, 2015 11:46

Re: IBM PDFs (was: SK3T-4271-28)

2015-10-05 Thread Paul Gilmartin
On Mon, 5 Oct 2015 07:59:33 -0500, Shane Ginnane wrote: > >>What tool did you use to create the index? > >Nothing - doesn't look like I've even unrolled the zip. >When I said "Other than that I just download all the pdfs per release, and >create an index page." >I meant for other releases, I

Re: Writing support for DD SUBSYS= (got it, thanks!)

2015-10-05 Thread David Cole
Will do but I won't be back to the office until tomorrow Sent from my cell phone . Pease forgive typos. On Oct 5, 2015 10:13 AM, "Farley, Peter x23353" wrote: > Dave, > > If you get a chance, would you mind uploading that to bitsavers.org? I > would find that

Re: The Mainframe world?

2015-10-05 Thread John Mattson
I challenge the question. Just what are we measuring with this "trend"? If we ASSUME that this measures interest in systems, then interest in all three is decreasing, and it appears Windows fastest of all. Is everyone going iOS or Google for business applications? Hmmm? If we assume that this

Re: How the determine dataset is PDSE

2015-10-05 Thread Doug Fuerst
ISPF 3.4. S for dataset display. Look on right for pages used. Doug Fuerst Principal Consultant BK Associates 718.921.2620 (O) 917.572.7364 (C) d...@bkassociates.net -- Original Message -- From: "Savor, Thomas (Norcross)" To: IBM-MAIN@listserv.ua.edu Sent:

How the determine dataset is PDSE

2015-10-05 Thread Savor, Thomas (Norcross)
Sorry for the Jr Question: When I open a file, how can I tell if file is a PDS or PDSE ?? I don’t see anything in DCBD or IHADCBE. I know that the DSORG=PO for both and PDSE has DSNTYPE=LIBRARY. So somewhere the DSNTYPE is set….where ?? Thanks, Tom