Need help in writing a REXX code to pass multiple values



IBM's Command List programming language & Restructured Extended Executor

Need help in writing a REXX code to pass multiple values

Postby silpa_matta » Fri Nov 11, 2011 3:50 pm

Hi All,

Can anyone please help me in writing a REXX code to pass multiple messages from a ISPF panel to a COBOL program.

Silpa
silpa_matta
 
Posts: 2
Joined: Fri Nov 11, 2011 3:44 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Need help in writing a REXX code to pass multiple values

Postby expat » Fri Nov 11, 2011 3:56 pm

You really do need to learn to explain in much more detail.

The variables defined in the ISPF panel will have the same names within any associated REXX code which displays that panel.

COBOL program, to run background or foreground.
What will this COBOL program do.

Post what you have coded so far and where the errors occur, and what the errors are
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

Re: Need help in writing a REXX code to pass multiple values

Postby silpa_matta » Fri Nov 11, 2011 4:17 pm

Hi,

I am writing a code which takes a message from Panel and PUTs the message in the Queue(which is a COBOL program).
This program runs fine when a single message is passed from the panel but fails when multiple messages are given
so need to implement that part
silpa_matta
 
Posts: 2
Joined: Fri Nov 11, 2011 3:44 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Need help in writing a REXX code to pass multiple values

Postby NicC » Fri Nov 11, 2011 4:22 pm

Why are you using Rexx if you are already using COBOL. COBOL is fully capable of displaying and processing input from ISPF panels.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Need help in writing a REXX code to pass multiple values

Postby Pedro » Sun Nov 13, 2011 12:27 am

PUTs the message in the Queue(which is a COBOL program)

Can you explain what you mean by Queue? I think that is a main point of your process.
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post