View previous topic :: View next topic |
Author |
Message |
tekwhiz2002 Beginner

Joined: 09 Aug 2005 Posts: 3 Topics: 3
|
Posted: Tue Dec 13, 2005 10:53 am Post subject: Support for long names of PDS members |
|
|
Is there any way to support members with names upto 10 characters?
We are trying to port an AS/400 application to the z/OS, but I can't seem to fing any solution to handle the 10 character names as AS/400 allows. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Dec 13, 2005 1:06 pm Post subject: |
|
|
I think PDSEs may be able to handle them in some fashion, but PDS will certainly not nor will ISPF or any of the utilities. The PDS directory interfaces like STOW, BLDL, etc do not allow long names. You'll need to do your own hashing and mapping at the application level. |
|
Back to top |
|
 |
|
|