IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

To change profile of a member


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vvmanyam

New User


Joined: 16 Apr 2008
Posts: 86
Location: Bangalore

PostPosted: Wed Mar 04, 2009 7:59 pm
Reply with quote

Hi friends,

I have a pds with many members in it.
when I tried to extract each member data in to a compound variable, I found some junk data being extracted for some of the members. The reason was the PACK was 'ON' for those members.
So, is there any way to check the PACK (off or on) value and change it? and extract the exact data in to a compound variable.

Regards,
Balu
Back to top
View user's profile Send private message
vvmanyam

New User


Joined: 16 Apr 2008
Posts: 86
Location: Bangalore

PostPosted: Thu Mar 05, 2009 10:08 am
Reply with quote

What I wanted was can we check the profile detials of members of a pds and change if required in Rexx.
Ex:
If a member of a PDS is having profile 'PACK ON', we need to change to 'PACK OFF'

Thanks,
Balu
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Mar 05, 2009 11:38 am
Reply with quote

You can inquire table ISREDIT. Within this table, the field ZEDPFLAG contains various settings. The fifth byte of ZEDPFLAG is the PACK status flag. If this byte is set to "1", the PACK is ON.

O.
Back to top
View user's profile Send private message
vvmanyam

New User


Joined: 16 Apr 2008
Posts: 86
Location: Bangalore

PostPosted: Thu Mar 05, 2009 12:09 pm
Reply with quote

Thanks for the reply.

Can you give me a referece where we can get the details of 'ISREDIT' table enquiry and how to access the field ZEDPFLAG.
I have searched many documents and forums but din't find one.


Thanks,
Balu
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Mar 05, 2009 12:27 pm
Reply with quote

here is sample example from Mr. Nadel.

O.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts 3270 personal communications. Can't c... TSO/ISPF 2
No new posts SELECT from data change table DB2 5
No new posts Trying to change copybook in online c... CICS 4
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
No new posts Searching for a member but don't know... TSO/ISPF 6
Search our Forums:

Back to Top