Hello,
I have been tasked with doing some REXX work for zOS. From a REXX exec, I need to
call a cobol program and pass it 2 data fields. I have very little REXX exposure.
Any assistance on what the REXX command would look like would be great.
In the REXX exec now I am calling this program
ADDRESS TSO "CALL 'SYS4.ENTPRISE.MAILBOX.INVNTRY.LOADLIB(MLBCHGMD)'"
I need to be able to pass to fields as parms to this program. One parm
is just a 7 character field and the other parm is a 4 character field.
Thank you
Larry
I have been tasked with doing some REXX work for zOS. From a REXX exec, I need to
call a cobol program and pass it 2 data fields. I have very little REXX exposure.
Any assistance on what the REXX command would look like would be great.
In the REXX exec now I am calling this program
ADDRESS TSO "CALL 'SYS4.ENTPRISE.MAILBOX.INVNTRY.LOADLIB(MLBCHGMD)'"
I need to be able to pass to fields as parms to this program. One parm
is just a 7 character field and the other parm is a 4 character field.
Thank you
Larry