Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

CLIST & REXX :: RE: save SAY var loop.

$
0
0
Author: mistah kurtz
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
and
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.


Viewing all articles
Browse latest Browse all 8500

Trending Articles