Learn the correct JES2 command to interrupt an actively printing job on a mainframe and return it to the print queue. Discover how to manage print jobs effectively.
Table of Contents
Question
What is the command to Interrupt printing and return job to queue
A. $I PRTn
B. $E PRTn
C. $P PRTn
D. S”
Answer
The correct command to interrupt printing and return the print job to the queue is:
A. $I PRTn
Explanation
Where n is the number of the printer.
The $I command interrupts the printing of the current job on the specified printer and returns that job to the print queue in a held state. The job will not print again until it is released using the $A command.
For example, if you wanted to interrupt the job currently printing on printer 1, you would issue the command:
$I PRT1
This immediately stops printer 1, returning the active print job to the queue in hold status. To resume printing that job, you would then need to release it from hold with $A PRT1.
The other command options are incorrect:
- $E PRTn resets the printer
- $P PRTn stops the printer after the current job finishes printing
- S is not a valid command prefix
So in summary, $I PRTn is the only listed command that both interrupts the active job and returns it to the queue, which is why it is the correct answer. Mastering JES2 print job management is an essential mainframe skill.
Wipro Mainframe MySkillz Trendnxt certification exam assessment practice question and answer (Q&A) dump including multiple choice questions (MCQ) and objective type questions, with detail explanation and reference available free, helpful to pass the Wipro Mainframe MySkillz Trendnxt exam and earn Wipro Mainframe MySkillz Trendnxt certification.