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
REXX/JCL to retrieve PROC GROUP from ENDEVOR
-
- Posts: 205
- Joined: Tue Oct 18, 2011 1:27 am
- Skillset: IBM Mainframe
- Referer: Internet
REXX/JCL to retrieve PROC GROUP from ENDEVOR
Thanks
Nikesh Rai
Nikesh Rai
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: REXX/JCL to retrieve PROC GROUP from ENDEVOR
a forum is not a manual reading service
read Yourself and meditate on the ENDEVOR manuals to see what options are available

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
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
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: REXX/JCL to retrieve PROC GROUP from ENDEVOR
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
Regards
Nic
-
- Posts: 205
- Joined: Tue Oct 18, 2011 1:27 am
- Skillset: IBM Mainframe
- Referer: Internet
Re: REXX/JCL to retrieve PROC GROUP from ENDEVOR
Got some solution for it, but not the complete one
but this one nor working for multiple elements.
If anyone can help me for multiple elements
Code: Select all
//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
-
- Similar Topics
- Replies
- Views
- Last post
-
-
How to download the source code of a Endevor processor?
by hujirong » Wed Nov 02, 2022 12:26 am » in All Other Tools - 0
- 3053
-
by hujirong
View the latest post
Wed Nov 02, 2022 12:26 am
-
-
-
Retrieve Subsystem Name executing under
by drowelf » Wed Feb 02, 2022 3:44 am » in Operating Systems - 0
- 1949
-
by drowelf
View the latest post
Wed Feb 02, 2022 3:44 am
-
-
-
Can anyone tell me how to retrieve the vsam system timestamp
by jdechirico » Tue Jun 18, 2024 9:22 pm » in VSAM/SMS - 1
- 1545
-
by enrico-sorichetti
View the latest post
Tue Jun 18, 2024 10:06 pm
-
-
- 4
- 5624
-
by NicC
View the latest post
Mon Oct 19, 2020 1:17 am
-
- 12
- 7857
-
by Misha786
View the latest post
Mon Nov 30, 2020 9:32 pm