Page 1 of 1

REXX/JCL to retrieve PROC GROUP from ENDEVOR

PostPosted: Wed Jun 20, 2018 1:25 pm
by nikesh_rai
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

Re: REXX/JCL to retrieve PROC GROUP from ENDEVOR

PostPosted: Wed Jun 20, 2018 2:11 pm
by enrico-sorichetti
a forum is not a manual reading service :twisted:
read Yourself and meditate on the ENDEVOR manuals to see what options are available

Re: REXX/JCL to retrieve PROC GROUP from ENDEVOR

PostPosted: Wed Jun 20, 2018 3:55 pm
by NicC
If you want a quicker way to find out go and ask your Endevor Admin.

Re: REXX/JCL to retrieve PROC GROUP from ENDEVOR

PostPosted: Wed Jun 20, 2018 9:12 pm
by nikesh_rai
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