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.
Call Outtrap 'OUT.'
"ListC Lev('MY.DSN') All"
Call Outtrap 'OFF'
do i = 1 to OUT.0
select
when index(OUT.i, 'NONVSAM') > 0 then ,
say 'Dataset - 'word(OUT.i, words(OUT.i))
when index(OUT.i, 'VOLSER-') > 0 then do
parse var OUT.i . 'VOLSER------------' volume .
say volume
end
otherwise nop
end
end
"LISTC LEVEL('MY.DSN.') ALL"
"LISTC LEVEL(MY.DSN) ALL"