Search found 1 match

by MichaelJack
Wed Feb 23, 2022 3:18 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: What is the function of WRITE_LN.0 & WRITE_LN.1 in REXX?
Replies: 2
Views: 2827

Re: What is the function of WRITE_LN.0 & WRITE_LN.1 in REXX?

The empty string is supported as a stream name by the standard input/output functions CHARIN, CHAROUT, CHARS, LINEIN, LINEOUT, LINES and STREAM. Except in the cases of CHAROUT and LINEOUT, where it means "stdout", it is read just like the expression "stdin."

Go to advanced search