On Sun, Sep 29, 2024 at 03:29 PM, Martin Scheffler wrote:
I am trying to improve that situation ... but play with the beast please.
Here's a QUERY DISK based on your LISTFILE.
type QDISK EE D?/* REXX */?address "COMMAND" "SENTRIES"stacked_old = rcaddress "COMMAND" "MAKEBUF"new_buffer_id = rc?address "COMMAND" "QUERY DISK * ( FIFO"rc_listfile = rcif rc_listfile <> 0 then do? address "COMMAND" "DROPBUF" new_buffer_id? exit rc_listfileend?address "COMMAND" "SENTRIES"stacked_new = rcaddress "EE" "X QDISK ? ?LISTING A1"address "EE" "EXTRACT line"line_old = line.1do i = 1 to stacked_new-stacked_old? parse pull from_listfile? address "EE" "INPUT" ?from_listfileendaddress "COMMAND" "DROPBUF" new_buffer_id?address "EE" "LOCATE :"line_oldexit rc_listfile?Ready; T=0.01/0.01 19:08:29
?
?... Mark S.