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

How to exit an panel and setting variables to defaults


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
MIMI
Warnings : 1

New User


Joined: 09 Jan 2006
Posts: 20

PostPosted: Wed Oct 11, 2006 7:27 pm
Reply with quote

Much appreciate your help.

I am designing a application which need to set a user pwd. But when user finish the processes and exit the application the pwd should be setting to ****.

Because my applications have many steps (and user would like not to type pwd many times). so I used a data file to hold pwd.

If users exit the application, the password file should be set and value of pwd should be ****.

Please let me know how to do that?

Thanks

Poor MiMi
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Wed Oct 11, 2006 10:06 pm
Reply with quote

Is this a mainframe password that needs resetting?

Is your application written in REXX?

Is your Security system RACF, TOP Secret, or ACF2?
Back to top
View user's profile Send private message
MIMI
Warnings : 1

New User


Joined: 09 Jan 2006
Posts: 20

PostPosted: Thu Oct 12, 2006 1:34 am
Reply with quote

Thanks lot.

I found the way to fix that.

I put a program in:
ATLIB DEACTIVATE APPLICATION(EXEC)
ISPEXEC SELECT CMD(&PRG)

So, everytime, when user logoff their passwd will be set as *****. Because this application is used by many users.

Thanks

MiMi
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts changing defaults in db2 admin - Unlo... DB2 0
No new posts Use of Perform Thru Exit COBOL Programming 6
No new posts user exit in IBM Infosphere Optim DB2 8
No new posts Call program, directly from panel CLIST & REXX 9
Search our Forums:

Back to Top