Re: Iebcopy rename hlq??

2022-10-21 Thread Paul Gilmartin
On Fri, 21 Oct 2022 16:14:18 +, rpinion865 wrote: >Like I said earlier, FDR can do that. But, if you don't have FDR. > Why !? This is at least conceptually a simple operation; why should it be so difficult technically that IBM hasn't mastered it in the many decades that FDR has been

Re: [EXTERNAL] Re: Iebcopy rename hlq??

2022-10-21 Thread Pommier, Rex
each dataset individually if I'm > changing the number of qualifiers. > > Rex > > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of David Spiegel > Sent: Thursday, October 20, 2022 7:50 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: [EXTERNAL

Re: [EXTERNAL] Re: Iebcopy rename hlq??

2022-10-21 Thread David Spiegel
. Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of David Spiegel Sent: Thursday, October 20, 2022 7:50 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: Iebcopy rename hlq?? Hi James, You can use DFSMSdss to COPY with RENAME. Here is an example: //STEP001 EXEC

Re: Iebcopy rename hlq??

2022-10-21 Thread rpinion865
hmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of > James Cradesh [jcrudel...@gmail.com] > Sent: Thursday, October 20, 2022 5:51 PM > To: IBM

Re: Iebcopy rename hlq??

2022-10-21 Thread Seymour J Metz
@LISTSERV.UA.EDU Subject: Iebcopy rename hlq?? What’s the solution to copying (actually moving)/ renaming hundreds of sms managed datasets? I’ve looked for rexx execs to do this but I’ve not come across anything. I’ve tried dfdss but changing the hlq of sms datasets doesn’t seem to work for me

Re: [EXTERNAL] Re: Iebcopy rename hlq??

2022-10-21 Thread Pommier, Rex
-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: Iebcopy rename hlq?? Hi James, You can use DFSMSdss to COPY with RENAME. Here is an example: //STEP001 EXEC PGM=ADRDSSU ,PARM='TYPRUN=NORUN' //SYSPRINT DD  SYSOUT=* //SYSIN    DD  *   COPY DS

Re: Iebcopy rename hlq??

2022-10-21 Thread Willy Jensen
Forgot to metion, you can run an ISPF skeleton directly from the edited member using the SKEL command from http://harders-jensen.com. And I know that there are others. -- For IBM-MAIN subscribe / signoff / archive access

Re: Iebcopy rename hlq??

2022-10-21 Thread Willy Jensen
A small ISPF skeleton like this: )CM Copy datasets with rename )REXX DSN COUNT /* make dataset list */ address tso "delstack" queue dsn

Re: Iebcopy rename hlq??

2022-10-20 Thread David Spiegel
Hi James, You can use DFSMSdss to COPY with RENAME. Here is an example: //STEP001 EXEC PGM=ADRDSSU ,PARM='TYPRUN=NORUN' //SYSPRINT DD  SYSOUT=* //SYSIN    DD  *   COPY DS(    - INCL(   -

Re: Iebcopy rename hlq??

2022-10-20 Thread Bob Bridges
Not sure whether this fits your situation, but a few years ago I identified a number of DSs with HLQs pertaining to IDs that no longer existed. (Really, when admins are cleaning up unused IDs, they need to look for the DSs too.) I don't remember exactly, but probably more than 400 and fewer

Re: Iebcopy rename hlq??

2022-10-20 Thread rpinion865
Do you have FDR? Sent from Proton Mail mobile Original Message On Oct 20, 2022, 5:51 PM, James Cradesh wrote: > What’s the solution to copying (actually moving)/ renaming hundreds of sms > managed datasets? I’ve looked for rexx execs to do this but I’ve not come > across

Iebcopy rename hlq??

2022-10-20 Thread James Cradesh
What’s the solution to copying (actually moving)/ renaming hundreds of sms managed datasets? I’ve looked for rexx execs to do this but I’ve not come across anything. I’ve tried dfdss but changing the hlq of sms datasets doesn’t seem to work for me since I want to add a hlq not actually rename