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.
//DATAIN DD DSN=FRED.ACCOUNT.DATA,DISP=SHR
address TSO
"NEWSTACK"
"EXECIO * DISKR DATAIN (FINIS"
do queued()
pull key 9 first 33 36 second 55 58 third 92 .
/* or whatever parsing is appropriate to the data */
end /* queued */
"DELSTACK"