Author: mistah kurtz
Posted: Sun Sep 04, 2016 8:21 pm (GMT 5.5)
Guessing from the topic title and
and
I think the TS is asking how to get the syslog information in a dataset, i.e output of all the display statement (SAY) in the rexx code into a dataset, but I could be wrong.
@italo_pm
If that's what you want, use a STEM variable to store the result of SAY statements and write into the dataset using that stem variable.
Posted: Sun Sep 04, 2016 8:21 pm (GMT 5.5)
Guessing from the topic title and
Quote: |
I want to know how I can do extract the result from syslog |
Quote: |
how to write the output in PS for each CICSNAME in this code: SAY "OUTPUT: " lcicsweb dismr""disdr""lineawebnew |
I think the TS is asking how to get the syslog information in a dataset, i.e output of all the display statement (SAY) in the rexx code into a dataset, but I could be wrong.
@italo_pm
If that's what you want, use a STEM variable to store the result of SAY statements and write into the dataset using that stem variable.