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 All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Paragraph thru exit in a section COBOL Programming 5
No new posts Substitution of JCL variables CLIST & REXX 10
No new posts Setting RC using NULLOFL/NOTMTOFL for... SYNCSORT 6
No new posts Repeat n times by substuting SEQNUM i... DFSORT/ICETOOL 2
No new posts Preserve changes to ISPF Panel Variables TSO/ISPF 5
Search our Forums:


Back to Top