On Wed, 1 Apr 2015 09:59:52 +0100, Ken MacKenzie wrote: >First off, before even considering ordering 5.2, convert all your load >libraries to PDSE - as someone else stated, you have no option.
Cobol V5 includes information in the object modules that can only go into a program object. Load modules do not have the support for this information, so the modules can only be bound into a PDSE or a HFS/zFS file. Don't forget that a PDSE cannot be shared outside of a sysplex. If you are sharing your application load libraries across systems and those systems are not in the same sysplex, you will need to deal with this. -- Tom Marchant ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
