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 All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Avoid job abend on dataset held by us... JCL & VSAM 6
No new posts After newcopy the CICS program user f... CICS 7
No new posts User ABEND U0476. Need help. IMS DB/DC 1
No new posts Rexx to read current Panvalet editor/... CLIST & REXX 0
No new posts System add a USER parm when job submi... TSO/ISPF 4
Search our Forums:


Back to Top