IBM / IBM-Z-zOS

The helpful and handy location for finding and sharing z/OS files, which are not included in the product.
Apache License 2.0
378 stars 185 forks source link

Calling GPMXMLM3 program from REXX #283

Open ayhyal opened 1 month ago

ayhyal commented 1 month ago

Hi,

we try to call GPMXMLM3 program from REXX. We couldn't find any information about how we can call it.

Is it possible to call GPMXMLM3 program from REXX? How can we call GPMXMLM3 program from REXX, if it is possbile?

Thanks for your help and support.

Kind Regards.

ayhyal commented 1 month ago

Hi,

we try to call GPMXMLM3 program from REXX. We couldn't find any information about how we can call it.

Is it possible to call GPMXMLM3 program from REXX? How can we call GPMXMLM3 program from REXX, if it is possbile?

Thanks for your help and support.

Kind Regards.

GKlegeris commented 3 weeks ago

Hi, it is possible to call GPMXMLM3 from REXX, however it is only feasible to do so if you are running REXX in batch. If you would run GPMXMLM3 in a foreground REXX it would send a lot of information to your screen. So I am not sure if that fits your requirements.

If that is not good enough then maybe you could share what you would like to achieve - maybe there is some other solution.

Best Regards