Endevor

Post your questions on ENDEVOR, COOLGEN, PANVALET and CA-7 tools

Moderator: Moderator Group

Post Reply
mithunthakre
Member
Posts: 8
Joined: Mon Feb 27, 2006 4:31 pm
Location: India

Endevor

Post by mithunthakre » Wed Aug 23, 2006 4:10 pm

Hi,

I have the cobol program with me. I want to find which job uses this cobol program.

How to scan the endevor for paticular program. please help me.


Thanks
Mit's

vinodrawat_02
Member
Posts: 1
Joined: Thu Oct 05, 2006 10:22 am

endover

Post by vinodrawat_02 » Fri Oct 06, 2006 1:53 pm

please send which type of program u executing then go to compile and run

Veera
Moderator
Posts: 111
Joined: Wed Feb 22, 2006 2:59 pm

Endevor component listing

Post by Veera » Thu Jan 25, 2007 5:13 am

Mits,

Find below the code using which we get the listing of all the
compoents if we use "*" ,what ever type of componet you
want you can specify it. The follwing is the code

LIST ELEMENT *
VERSION 01 LEVEL 01
FROM ENVIRONMENT 'PROD/DEV' SYSTEM 'AAAA' SUBSYSTEM 'AAAA'
TYPE '*' STAGE P
OPTIONS SHOWING TEXT NOSEARCH
WHERE TEXT EQ
'PGMNAME' -> OR search string here.
BUILD ACTION &&ACTION

In Endevor:Dev/prod:Batch:Submit we need to use the abvoe code and submit the job, and we get the lisitng in the spool .

Note : Appropriately the system and subsytem info need to given where 'AAAA' is given in the abvoe code.

Thanks
Veera.

Veera
Moderator
Posts: 111
Joined: Wed Feb 22, 2006 2:59 pm

Endevor component listing

Post by Veera » Thu Jan 25, 2007 5:18 am

Mits,

Find below the code using which we get the listing of all the
compoents if we use "*" ,what ever type of componet you
want you can specify it. The follwing is the code

LIST ELEMENT *
VERSION 01 LEVEL 01
FROM ENVIRONMENT 'PROD/DEV' SYSTEM 'AAAA' SUBSYSTEM 'AAAA'
TYPE '*' STAGE P
OPTIONS SHOWING TEXT NOSEARCH
WHERE TEXT EQ
'PGMNAME' -> OR search string here.
BUILD ACTION &&ACTION

In Endevor:Dev/prod:Batch:Submit we need to use the abvoe code and submit the job, and we get the lisitng in the spool .

Note : Appropriately the system and subsytem info need to given where 'AAAA' is given in the abvoe code.

Thanks
Veera.

maxima01
Member
Posts: 1
Joined: Wed Apr 14, 2010 10:45 pm

Post by maxima01 » Wed Apr 14, 2010 10:50 pm

Veera,

This is very helpful to me.

One question though,
how do you add more than one search string to your search. Not sure of the syntax.
i.e., for example if I wanted to search for a second Program name like below, how would that be done?

WHERE TEXT EQ
'PGMNAME' -> OR search string here.

ironponygrl
Member
Posts: 2
Joined: Tue Mar 29, 2011 6:12 pm
Location: philadelphia, pa, usa

Re: Endevor component listing

Post by ironponygrl » Tue Mar 29, 2011 7:56 pm

Veera wrote:Mits,

Find below the code using which we get the listing of all the
compoents if we use "*" ,what ever type of componet you
want you can specify it. The follwing is the code

LIST ELEMENT *
VERSION 01 LEVEL 01
FROM ENVIRONMENT 'PROD/DEV' SYSTEM 'AAAA' SUBSYSTEM 'AAAA'
TYPE '*' STAGE P
OPTIONS SHOWING TEXT NOSEARCH
WHERE TEXT EQ
'PGMNAME' -> OR search string here.
BUILD ACTION &&ACTION

In Endevor:Dev/prod:Batch:Submit we need to use the abvoe code and submit the job, and we get the lisitng in the spool .

Note : Appropriately the system and subsytem info need to given where 'AAAA' is given in the abvoe code.

Thanks
Veera.
verra, can this be accomplished with the interactive interface or is it only in batch?
d whicker

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others