Chapter Contents |
Previous |
Next |
SAS Companion for the CMS Environment |
The syntax of the filetype consists of one to eight alphanumeric characters, including the letters A through Z, the digits 0 through 9, and the following special characters: $ # @ + - (hyphen) : (colon) _ (underscore).
CMS reserves certain filetypes for particular purposes. For example, a filetype of EXEC indicates that the file can contain a program of CMS commands. See the VM/ESA CMS User's Guide for information about reserved filetypes.
It is not always necessary to include the filetype in a CMS fileid, because some CMS commands and SAS language elements (such as statements, system options, and the SAS command) assume certain filetypes by default.
If you do not specify a filemode, then CMS searches in alphabetic order the filemodes that you have assigned.
Examples of CMS File Identifiers |
filename mysas1 'myprog sas a1';
filename mysas1 'myprog sas pool1:mydir.mysubdir'
filename mysas1 'pool1:mydir.';
filename mysas1 'myprog MACLIB *';
filename mysas1 'a';
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.