View previous topic :: View next topic |
Author |
Message |
suma Beginner
Joined: 23 Jan 2006 Posts: 65 Topics: 29
|
Posted: Tue Aug 01, 2006 2:58 am Post subject: PDS edit panel problem |
|
|
Can anyone tell why my edit panel in my PDS is showing like this,
Code: | Name Prompt Alias-of Size TTR AC AM RM Alias-of ---- Attributes ---- SSI |
Instead of showing like this,
Code: | Name Prompt Size Created Changed ID |
and also when I tried to open the member,it is showing only IDENTIFICATION of the program and rest of the code disappered.
thanks,
suma |
|
Back to top |
|
|
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Tue Aug 01, 2006 5:05 am Post subject: |
|
|
Suma,
You are looking in a PDS which is Load Module Library and that is why the Member statistics are quite different from a normal PDS Member Statistics.
For a normal PDS ,the member statistics are :
Code: | Name Prompt Size Created Changed ID |
For a Load module library PDS ,the member statistics are :
Code: | Name Prompt Alias-of Size TTR AC AM RM Alias-of ---- Attributes ---- SSI |
Check this link which will give the info about the description of various parameters:
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPZUG40/1.5.3.4?DT=20050712035414 _________________ Shekar
Grow Technically |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Tue Aug 01, 2006 6:18 am Post subject: |
|
|
My guess? Someone used that library for SYSLMOD (the output of link-editor...)
O.
________
vaporizer store |
|
Back to top |
|
|
|
|