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

View all elements checkedout by a user in Endevour


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Baskaran
Warnings : 1

New User


Joined: 24 Oct 2006
Posts: 32
Location: India

PostPosted: Thu Jan 18, 2007 11:52 am
Reply with quote

Hi All,

Is there anyway that i could view all elements checkedout by a user?

like list of all element (programs) of a user in endevour?

Thnaks in advance
Baskaran
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Thu Jan 18, 2007 5:28 pm
Reply with quote

Hi !

Easily you could use the EndevorBatchUtility to create a report with various dependencies.

For example this one looks for programms with the string BRM in it.
Plse have a look at the manual for more criterias.

//LIST EXEC PGM=NDVRC1,PARM='C1BM3000'
//*
//C1MSGS1 DD SYSOUT=*
//C1MSGS2 DD SYSOUT=*
//C1PRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//*
//BSTIPT01 DD *
SET OPTIONS SHOW TEXT PLUS 1 LINES.
LIST ELEMENTS '*'
FROM ENVIRONMENT 'PRODBVAE'
STAGE '0'
SYSTEM '*'
SUBSYSTEM 'SOURCE'
TYPE 'ASSEM'
WHERE TEXT ('BRM')
OPTIONS SHOW TEXT
.
//


Regards, UmeySan
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts SET PATH in View DDL DB2 2
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts user exit in IBM Infosphere Optim DB2 8
Search our Forums:

Back to Top