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

How to purge the User Id from one system to another system


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Arunkumar R S R

New User


Joined: 06 Aug 2008
Posts: 14
Location: US

PostPosted: Thu Aug 21, 2008 8:21 pm
Reply with quote

I have the job to purge the different UserId from the same system. Here i am talking about system means TSOA, TSOC, TSOD,.....

Find the given below job to purge the different UserId from the same system
//IDPURGEE JOB (XXXX,XXXX),PURG,CLASS=A,MSGCLASS=B,NOTIFY=&SYSUID
//*
//STEPXXX EXEC PGM=IEFBR14
// COMMAND 'C U=USERID1'
//*

Now i want to know how to purge the different UserId from the different system. Let us take User1 is working in TS0A system and he wants to purge the User2 Id who is working in TS0C,

Please suggest me how to do this.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2546
Location: Silicon Valley

PostPosted: Thu Aug 21, 2008 10:03 pm
Reply with quote

Assuming that your systems are in the same JES2 complex:

Add a JOBPARM card:
Code:
//IDPURGEE JOB (XXXX,XXXX),PURG,CLASS=A,MSGCLASS=B,NOTIFY=&SYSUID
/*JOBPARM SYSAFF=TSOB
//*
//STEPXXX EXEC PGM=IEFBR14
// COMMAND 'C U=USERID1'
//*
Back to top
View user's profile Send private message
Arunkumar R S R

New User


Joined: 06 Aug 2008
Posts: 14
Location: US

PostPosted: Thu Aug 21, 2008 11:23 pm
Reply with quote

Hi ,

Thanks you for your quick response.

I have added a JOBPARM card in my job and submitted the job and getting the jcl error with the message of

******* INVALID /*JOBPARM CARD - VALUE OF SYSAFF= PARAMETER IS NOT VALID ******

Please suggest me to solve this situation
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2546
Location: Silicon Valley

PostPosted: Fri Aug 22, 2008 1:08 am
Reply with quote

Quote:
Here i am talking about system means TSOA, TSOC, TSOD,.....


My example, used TSOB, which is not in your list.

If you changed it to proper name, perhaps that is not really the name of the system!

Look at the output of a job. What is the very last word in message $HASP373 ?
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts user exit in IBM Infosphere Optim DB2 8
No new posts Running a Job with the Default User ID JCL & VSAM 2
Search our Forums:

Back to Top