The EPI RDSCRROW command returns a specified row as one output line. EPI does not allow the RDSCRROW command to read row 0, the operator information area. If trimming is on, trailing blanks are trimmed.
This command runs in AOF rules synchronously and returns data in the external data queue.
EPI RDSCRROW has the following format:
ADDRESS EPI "RDSCRROW keywords"
{termname|*}
{row}
Defines the virtual terminal from which you want to retrieve the row.
Retrieves the specified row for the current terminal that is defined by the SETTERM command.
Specifies the number of the row to return.
The following sample coding statement returns the text on line 24 of the screen image on virtual terminal TERM4:
RDSCRROW TERM4 24
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|