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

Endevor Search in Batch Mode


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

New User


Joined: 16 May 2005
Posts: 54

PostPosted: Sat Apr 25, 2009 12:30 pm
Reply with quote

I have a requirement like below.

Suppose we have four environments e.g; Stage, Prod, QA & Model. I have an Element ABCD and elemnt type is COBOL.
Is it possible to know, IN which environment ABCD is prsent and it's status(Signed out or not) by running endevor in batch (NDVRC1)
Back to top
View user's profile Send private message
a027412

New User


Joined: 05 Jul 2007
Posts: 40
Location: Minneapolis, MN

PostPosted: Thu Apr 30, 2009 2:30 am
Reply with quote

I think this could be done this way. With the help of NED report option, print all the locations of ABCD program and using SORT/MERGE we can identify where the program is actually present.
Code:

//BSTRPTS DD SYSOUT=*     
//BSTINP   DD *           
     REPORT  01 .
     ENVIRONMENT <Env Name> .
     SYSTEM      <System Name> .
     SUBSYSTEM   <SubSys Name> .
     ELEMENT     ABCD .
     TYPE        COBOL .
//BSTPDS   DD DUMMY       
//SMFDATA DD DUMMY         
//UNLINPT DD DUMMY         
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 HILITE on Browse mode? TSO/ISPF 2
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
Search our Forums:

Back to Top