Re: Sharing new stuff?
"Andreas F. Geissbuehler" <afg0510-XzQKRVe1yT0V+D8aMU/[email protected]> Sun, 06 Jun 2010 08:37:49 -0400
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <3DB4E47FD2C34F9BBE07E07A01E45D0A@afg> |
Gerhard Postpischil wrote: > ... one frequent method is to create a tape with multiple files, > one an IEBCOPY unload for the source PDS, another for the > load module PDS. I'd like to add: If your source library is a PDS with RECFM=FB LRECL=80 BLKSIZE=3120 then you can add all (sample-)JCL, a $README and all other 'data' which isn't FB-80 format to it. Otherwise create a new 'RON.GAME.DATA' FB/80/3120 PDS and add all else to it as if it where 'source code'. Lastly you XMIT or IEBCOPY-Unload just that one PDS containing card-image, load modules and all other 'data' which isn't FB-80. The trick is to IEBCOPY-Unload or XMIT the LOADLIB directly into your 'RON.GAME.DATA' distribution library / PDS, e.g. have IEBCOPY or XMIT write the unloaded LOADLIB to: //OUT DD DSN=RON.GAME.DATA(#LOADLI B),DISP=OLD I did this about a year ago on a client's z/OS 1.9 system and believe I did the same a very long time ago on some earlier MVS. Andreas F. Geissbuehler AFG Consultants Inc. http://www.afgc-inc.com/