Page 1 of 1

Need help in writing a REXX code to pass multiple values

PostPosted: Fri Nov 11, 2011 3:50 pm
by silpa_matta
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

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

PostPosted: Fri Nov 11, 2011 3:56 pm
by expat
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

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

PostPosted: Fri Nov 11, 2011 4:17 pm
by silpa_matta
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

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

PostPosted: Fri Nov 11, 2011 4:22 pm
by NicC
Why are you using Rexx if you are already using COBOL. COBOL is fully capable of displaying and processing input from ISPF panels.

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

PostPosted: Sun Nov 13, 2011 12:27 am
by Pedro
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.