Re: Re: copy PS into PDS with RPF?

Mike Stramba <[email protected]> Sat, 7 Aug 2010 11:57:52 -0400
Newsgroups gmane.comp.emulators.turnkey-mvs
Message-ID <[email protected]>
d8tah,

Thanks !

I (eventually) got it working.

1) First snag was that IND$FILE created a VB recfm file by default,
had to change the options to recfm(fb) lrecl(80) blksize(3120)

2) Second snag was trying to copy in to the default-created
herc01.test.asm, apparently wasn't enough space.

pds atc01.asm cop test.asm(atc)
 ABEND SB14 U0000 AT  0C6F48

What is the *size* column in rpf 3,4 ?

After fixing the IND$FILE options, creating a new PDS,  all is good !

Thanks !

Mike

On 8/7/10, d8tahl <ake3.ahlstedt-cgr7CL/[email protected]> wrote:
>
>
> tso command example
> copy seq. dataset addu to 'sys2.proclib' as member newm
>
> READY
> pds addu cop 'sys2.proclib(newm)'
>  PDS484W COPY IS IN PROGRESS
>  DATA SET UTILITY - GENERATE
>                    PAGE 0001
>  PROCESSING ENDED AT EOD
>
>  READY
>
> --- In [email protected], Mike Stramba <mikestramba@...> wrote:
>>
>> Is there an RPF / TSO command to copy a PS into a PDS?
>>
>> I've looked through the RPF menus, tried to use it's copy command, but
>> it said the source was not a PDS.
>>
>> I started up the PDS command from TSO, but dont' see anything.
>>
>> So do I need to do the (dreaded) JCL / + some utility ? ;)
>>
>> Mike
>>
>
>
>