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

Expanding PROC inside JCl


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dream4deepak

New User


Joined: 20 Jul 2006
Posts: 12

PostPosted: Fri Oct 06, 2006 10:04 pm
Reply with quote

Hi ,
I want to expand the Proc inside the JCL and keep everything in a single file.
My requirement : -

1. I have 100 JCL in Jcl Lib.
2. Inside each JCL there are few PROC.
3. I need to search each PROC in the proc Lib to find out what are the dataset whic are getting deleted after execution of the JCL (Such as DISP value (NEW,CATALOG,DEL)
4. There may be Datasets defined in the JCL itself

So i need to expand all the JCLs and PROCs inside each JCL to single file and then search for my required Dataset instead of Loopin for JCL and PROC inside each JCL.

So my concern is , Is there any way i can expand all JCL and all procs inside each JCL to a single file......


Thanx in Advance.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sun Oct 08, 2006 12:51 am
Reply with quote

There are few ways, among them:
- REXX statements (mostly EXECIO).
- Edit macro commands
- Submit the job with TYPERUN=SCAN
- Use some utilities like JCLCHECK.

O.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts calling a JCl inside a JCL JCL & VSAM 3
No new posts SRCHFOR ‘string’ command inside P... TSO/ISPF 14
No new posts To find an array of words (sys-symbol... JCL & VSAM 9
No new posts Checking the total counts inside a re... JCL & VSAM 5
No new posts Proc print in Mainframe All Other Mainframe Topics 4
Search our Forums:

Back to Top