On 7 April 2015 at 05:29, Norbert Friemel <[email protected]> wrote: > On Tue, 7 Apr 2015 03:59:30 -0500, Juergen Kehr wrote: [...] >>Is there any special condidition for PDSE (Load) Libraries (RECFM=U) compared >>to other PDSE libraries (RECFM=FB or VB)?
> http://publibfp.dhe.ibm.com/cgi-bin/bookmgr/BOOKS/iea2v1c2/17.4.1 > "Partitioned data sets extended (PDSE) containing program objects are not > supported. " AMATERSE uses its own scheme for unloading and transmitting the PDS[E] directory, rather than doing what most such programs do which is to invoke IEBCOPY for this part of the work. IEBCOPY will invoke the Binder to process Program Objects, and the Binder is the only "authorized" tool do do so. So AMATERSE runs into trouble when it goes to write Program Objects into the receiving PDSE (or presumably it checks and issues a message in this case). The simple answer is to run IEBCOPY unload first on your own, and then AMATERSE the resulting sequential dataset. And of course the reverse at the receiving end. Alternatively, and more generally, you could run ADRDSSU to do a logical dump of your dataset, AMATERSE that, and again reverse things at the other end. Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
