REXX/JCL to retrieve PROC GROUP from ENDEVOR



All other tools like QACenter, Strobe, Endevor, Telon, APAS, Scheduler, Auditor, DATA-XPERT, CoolGen, Intertest, AdvantageGen, COBTEST etc.

REXX/JCL to retrieve PROC GROUP from ENDEVOR

Postby nikesh_rai » Wed Jun 20, 2018 1:25 pm

Hi Friends,

I have list of 3000+ elements for which I need to retrieve PROC GROUP from ENDEVOR. I need to do this multiple times for my current assignment.

Please help me with what options I can use in REXX or JCL to do so.


Thanks
Nikesh
Thanks
Nikesh Rai
nikesh_rai
 
Posts: 205
Joined: Tue Oct 18, 2011 1:27 am
Has thanked: 17 times
Been thanked: 0 time

Re: REXX/JCL to retrieve PROC GROUP from ENDEVOR

Postby enrico-sorichetti » Wed Jun 20, 2018 2:11 pm

a forum is not a manual reading service :twisted:
read Yourself and meditate on the ENDEVOR manuals to see what options are available
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: REXX/JCL to retrieve PROC GROUP from ENDEVOR

Postby NicC » Wed Jun 20, 2018 3:55 pm

If you want a quicker way to find out go and ask your Endevor Admin.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: REXX/JCL to retrieve PROC GROUP from ENDEVOR

Postby nikesh_rai » Wed Jun 20, 2018 9:12 pm

Got some solution for it, but not the complete one

//REPORTS  EXEC PGM=NDVRC1,PARM='C1BR1000',REGION=4096K                
//BSTRPTS DD SYSOUT=*                                      
//BSTINP   DD *                                      
     REPORT  03 .                                                      
     ENVIRONMENT PROD .                                                
     SYSTEM      BXX .                                                  
     SUBSYSTEM   O .                                                    
     ELEMENT     GXXXXXXX .                                            
     TYPE        COBOL .                                                
     STAGE       B .                                                    
     DAYS        7 .                                                    
//BSTPDS   DD DUMMY                                  
//SMFDATA DD DUMMY                                        
//UNLINPT DD DUMMY                                      


but this one nor working for multiple elements.

If anyone can help me for multiple elements
Thanks
Nikesh Rai
nikesh_rai
 
Posts: 205
Joined: Tue Oct 18, 2011 1:27 am
Has thanked: 17 times
Been thanked: 0 time


Return to All Other Tools

 


  • Related topics
    Replies
    Views
    Last post