Although OSIRIS runs only under OS/390 and CMS, the SAS OSIRIS engine accepts an OS/390 data dictionary from any other operating environment that is running the SAS System. The layout of an OSIRIS ...
In the following example, the IN libref is assigned to a directory that contains the STATS1 data set: libname in '/users/myid/myappl'; proc print data=in.stats1; run; Remember, when the LIBNAME ...