Re: copy PS into PDS with RPF?

Ron Hudson <[email protected]> Sat, 7 Aug 2010 10:54:19 -0700
Newsgroups gmane.comp.emulators.turnkey-mvs
Message-ID <[email protected]>
On Sat, Aug 7, 2010 at 10:07 AM, Gerhard Postpischil
<[email protected]>wrote:

>
> > ALLOC FI(SYSUT1) DA('input-ps-dataset') SHR
> > ALLOC FI(SYSUT2) DA('output-pds(membername')) SHR
> > ALLOC FI(SYSIN) DUMMY
> > ALLOC FI(SYSPRINT) DA(*)
> > CALL 'SYS1.LINKLIB(IEBGENER)'
>

Will this work to copy a PDS member into a non-pds dataset as well?
(If the need ever arose...)