ISPF/PDF and CA Auditor both require you to enclose all file, data set, and library names in single quotation marks unless you want to prefix your TSO prefix (usually the same as your user ID) to the name.
The following example illustrates the use of single quotation marks:
File name ===> ‘SYS1.LINKLIB’
If the file name was not enclosed in single quotation marks, it could be translated into the following example:
File name ===> ‘USERID.SYS1.LINKLIB’
Copyright © 2009 CA. All rights reserved. | Tell Technical Publications how we can improve this information |