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.
DsLevel = 'MY.DATA.LEVEL'
Address 'ISPEXEC'
"LMDINIT LISTID(LISTID) LEVEL("DsLevel")"
if rc > 0 then return 0
"LMDLIST LISTID("LISTID") DATASET(DSNAME) OPTION(LIST)"
do while rc = 0
say 'Found dataset 'dsname
"LMDLIST LISTID("LISTID") DATASET(DSNAME) OPTION(LIST)"
end
"LMDFREE LISTID("LISTID")"
if rc > 0 then return 0
return 1