LIBGET RTASKAA,DSSOURCE('COB.MASTER'),TSODSN('RTASKAA.RPG')
This command retrieves a module name RTASKAA from a master file named COB.MASTER and places it in a sequential data set named RTASKAA.RPG. The master file is identified through the DSSOURCE option because it is not the site default master file. The data set RTASKAA.RPG is identified through the TSODSN option because it does not have a user-prefix qualifier. If the command specified only the module name, CA Librarian would prefix the module name with the user-prefix of the individual who issued the command. However, by identifying the data set through the TSODSN option and enclosing the name in single quotes, you force CA Librarian to search for or generate a data set of that exact name.
|
Copyright © 2003 CA.
All rights reserved.
|
|