
506 Chapter 6
Command Definitions P-R
RESUMESPOOL
By using the SPOOK utility with mode control ON, you can determine where each FOPEN
intrinsic occurs within a spoolfile. This is useful, for example, when you are compiling,
preparing, and running large programs, and printing the entire output is unnecessary.
Use
This command may be issued from a session, job, program, or in BREAK. Pressing Break
has no effect on this command. It may be executed only at the console unless distributed to
users with the ALLOW or ASSOCIATE command.
Examples
To resume output to logical device number 6 at the beginning of the file, enter:
RESUMESPOOL 6;BEGINNING
To resume output to logical device number 6 and reprint the last two pages, enter:
RESUMESPOOL 6;BACK 2 PAGES
To resume output to logical device number 6 and print the highest priority spoolfile, enter:
RESUMESPOOL 6
Related Information
Commands SUSPENDSPOOL
Manuals Performing System Operation Tasks