Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to pass a PARM using ADDRESS LINKPGM?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
Prajesh_v_p

Active User


Joined: 24 May 2006
Posts: 111
Location: India

PostPosted: Thu May 15, 2008 5:10 pm    Post subject: How to pass a PARM using ADDRESS LINKPGM?
Reply with quote

Hi all,

I am doing a sort in a rexx routine as shown below:

ADDRESS LINKPGM 'SORT'

The problem here is that, this sort throws the messages to the console and I wanted to hide it. From the syncsort manuals, its says we can give a parameter MSG=NO to not have these messages sent to console. Can anybody help with the syntax of providing this parm to the above SORT statement. Not reaching anywhere with trial and error way. icon_cry.gif

Prajesh V P
Back to top
View user's profile Send private message
References
PostPosted: Thu May 15, 2008 5:10 pm    Post subject: Re: How to pass a PARM using ADDRESS LINKPGM? Reply with quote

CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 1142
Location: At my desk

PostPosted: Thu May 15, 2008 6:14 pm    Post subject:
Reply with quote

Since you know how to get the sort to suppress the console messages, wouldn't the better question be something like "How to pass a PARM using ADDRESS LINKPGM?" posted in the REXX forum?
Back to top
View user's profile Send private message
Prajesh_v_p

Active User


Joined: 24 May 2006
Posts: 111
Location: India

PostPosted: Thu May 15, 2008 6:27 pm    Post subject: How to pass a PARM using ADDRESS LINKPGM?
Reply with quote

That's rt CICS guy..I have edited the Subject as the one suggested.

But whenever SYNCSORT question comes, I am bit reluctant to post in any other forums(you could see that in red icon_neutral.gif ) other than JCL.

Moderators, Could you please move the post to REXX forum if you find it more relevent there?

Thanks,
Prajesh V P
Back to top
View user's profile Send private message
Moved: Thu May 15, 2008 6:30 pm by William Thompson From JCL to CLIST & REXX
Pedro

Senior Member


Joined: 01 Sep 2006
Posts: 313
Location: work

PostPosted: Thu May 15, 2008 10:48 pm    Post subject: Reply to: How to pass a PARM using ADDRESS LINKPGM?
Reply with quote

I have LINKMVS example, hopefully it works the same for LINKPGM (or you could use LINKMVS)

parm2 = "/ -PWD=GOINGHOME QUERY NODE TEST"
Address LINKMVS "MYPROG parm2"
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1