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

How to pass a PARM using ADDRESS LINKPGM?


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

Active User


Joined: 24 May 2006
Posts: 133
Location: India

PostPosted: Thu May 15, 2008 5:10 pm
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
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu May 15, 2008 6:14 pm
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: 133
Location: India

PostPosted: Thu May 15, 2008 6:27 pm
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
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2546
Location: Silicon Valley

PostPosted: Thu May 15, 2008 10:48 pm
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
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 Routing command Address SDSF to other... TSO/ISPF 2
No new posts JCL EXEC PARM data in C Java & MQSeries 2
No new posts Need to specify PARM='POSIX(ON) Java & MQSeries 4
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top