It seem that the requirement for all files to be in a single lib makes ADM unusable in the 36 environment. Has anyone tried it?
It seem that the requirement for all files to be in a single lib makes ADM unusable in the 36 environment. Has anyone tried it?
It is not necessary for all files to be in QS36F in the S/36 environment. Within OCL use the CL OVRDBF command, prior to a // LOAD statement to redirect use of a particular file, to a particular library. Then use the // FILE NAME-xxxxx, as you normally would. Dave
You can also use the statement // FILELIB LIBL-YES at the beginning of the OCL to use the library list for your job when searching for files.