Skip to Content

Wipro Mainframe: How to Check Jobs Using More Than 5% Spool in JES2?

Learn the correct JES2 command to display jobs exceeding 5% spool utilization. Master JES2 spool management for the Wipro Mainframe MySkillz Trendnxt assessment.

Table of Contents

Question

How do you check the jobs which are using more than 5 % spool?

A. $DJOBQ,SPOOL=(PERCENT>5)
B. $DJOBQ,SPL(PERCENT>5)
C. $DJOBQ,SPOOL(%>5)
D. $DSPOOL=(PERCENT>5)

Answer

To check which jobs are using more than 5% of the total available spool space in a JES2 environment, the correct command is:

A. $DJOBQ,SPOOL=(PERCENT>5)

Explanation

This JES2 command will display the job number, job name, owner, status, class and spool utilization percentage for all jobs that are currently using more than 5% of the spool space.

The key components are:

$DJOBQ – The JES2 command to display job information
SPOOL= – The keyword to filter jobs based on spool-related criteria
(PERCENT>5) – The filter condition specifying spool usage greater than 5%

The other options are incorrect because:

B. Uses SPL instead of SPOOL
C. Uses % instead of the keyword PERCENT
D. Uses $DSPOOL which is not a valid JES2 command

Therefore, option A is the correct syntax to identify jobs monopolizing more than 5% of the total spool space, which is important for spool space management and troubleshooting in a mainframe environment using JES2.

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.