Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
/* Rexx */
"Alloc Fi(INPUT) Da('[COLOR=blue]MY.DATA.SET(MEMBER)[/color]') Shr Reu"
"Execio * DiskR INPUT (Stem INP. Finis)"
"Free Fi(INPUT)"
do i = 1 to INP.0
Line = INP.i
say 'Line 'i' = 'Line
end
ON ERROR
SET &SAVERC = &COND
RETURN
END
GETFILE STUFF
IF &SAVERC = 400 THEN GOTO ENDSTUFF /* EOF