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

REXX to purge user-id


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Pallab Kumar Das

New User


Joined: 07 May 2009
Posts: 5
Location: Bangalore, India

PostPosted: Mon May 11, 2009 6:33 pm
Reply with quote

I am using




RC=ISFCALLS("ON")
ADDRESS SDSF "ISFEXEC ST"
SAY OWNERID.0
DO IX = 1 TO JNAME.0
IF POS("UGCG1A1",JNAME.IX) > 0 THEN
/* IF OWNERID.IX = UGCG1A1 THEN */
DO
SAY JNAME.IX
ADDRESS SDSF "ISFACT ST TOKEN('"TOKEN.IX"') PARM(NP,P)"
END
END
RC=ISFCALLS("OFF")



to purge the userid, the job is ececuting properly giving

1183
UGCG1A1

as output

But the id is not getting purged
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Mon May 11, 2009 8:02 pm
Reply with quote

Check syslog. You may not have authority to do this and a message should show up in syslog if that is the case.
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 Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top