On Tue, 18 Nov 2008 02:15:38 +0000, CM Poncelet <[EMAIL PROTECTED]> wrote:

>Fill in the details below (LPAR on which the user is logged on, userid
>of user to be cancelled etc., removing the '<>' but keeping the quotes -
>e.g. /*$VS,'CANCEL U=ABCDEFGH'), select either the /*ROUTE or the
>/*JOBPARM card but not both, and then submit the job. That should do it.
>
>//<jobcard etc.>
>//*
>/*ROUTE XEQ <LPAR alias name>              <-- either
>
>/*JOBPARM SYSAFF=<4-char LPAR system ID>   <-- or
>//*
>//*********************************************************************
>//* CANCEL A USER ON ANOTHER LPAR, IN BATCH                           *
>//*********************************************************************
>//INTRDR  EXEC PGM=IEBGENER
>//SYSPRINT  DD SYSOUT=*
>//SYSIN     DD DUMMY
>//SYSUT2    DD SYSOUT=(*,INTRDR)
>//SYSUT1    DD *,DLM=@@
>/*$VS,'CANCEL U=<userid to be
>cancelled>'
>@@
>//*
>//
>
>Cheers,
>
>Chris Poncelet,
>CA
>
>Ron Thomas wrote:
>
>>Hello.
>>
>>We are using SYSVIEW , many a times connections gets lost due to network
>>problems and id gets locked. In SDSF we can purge the id from my my fellow's
>>machine, here we need to call the helpdesk and do the same? is there any
>>faclity here by which we can cancel the id?
>>
>>Thanks,
>>Ron
>>

An approach I use is to FTP PUT a JCL jobstream file to JES with:

site filetype=jes

And execute the appropriate batch-interface for a utility such as SDSF, to
execute to command, where authorized.

Scott Barry
SBBWorks, Inc.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to