Expand proc inside JCL



IBM's Command List programming language & Restructured Extended Executor

Expand proc inside JCL

Postby Ushe » Tue Sep 23, 2008 2:46 pm

Hi,
How to expand a proc in jcl without submitting the jcl, I dont have any any JClSCAN tool or other shop dependent tool to expand the proc,please guide me in doing this in rexx
Ushe
 
Posts: 1
Joined: Sun Sep 21, 2008 11:46 am
Has thanked: 0 time
Been thanked: 0 time

Re: Expand proc inside JCL

Postby expat » Tue Sep 23, 2008 7:53 pm

Why not just browse the proc to find out what you need to know ?
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

Re: Expand proc inside JCL

Postby dick scherrer » Wed Sep 24, 2008 3:16 am

Hello,

If you put this
//         TYPRUN=SCAN,
in your JOB statement, you can see the expanded proc in the 2nd jes sysout (JESJCL). It will also show the resolution of any symbolic parameters.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Expand proc inside JCL

Postby Bill Dennis » Wed Sep 24, 2008 6:49 pm

I once had an EDIT MACRO that would read the PROCLIBs and copy the PROC into the current JCL as ==MSG==> lines so you could see it. Can't find it now.
Regards,

Bill Dennis

Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
 
Posts: 278
Joined: Thu May 15, 2008 9:45 pm
Has thanked: 0 time
Been thanked: 0 time


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post