|
|
Contents | Index
PRINT
Print a data set.
Syntax: PRINT (data.set.name)
Reply: Y successful
null unsuccessful The data set will be printed to the current default printer. If you intend to use the return value in your macro or program, be aware that the print command can take many seconds to complete and so you should not "timeout" too hastily when waiting for the reply. |
|
|