Skip to Content

Wipro Mainframe: How to Release Held Jobs in JES2 Using $A and $AJ Commands

Learn how to release held jobs in JES2 using the $A and $AJ commands. Discover the correct syntax for specifying job IDs and job names to release jobs from hold status.

Table of Contents

Question

Jes2 command to release the hold job

A. $ajjobid
B. $aj’jobname’
C. $Rjjobid
D. Both 1 and 2

Answer

The correct answer is D. Both the $A and $AJ commands can be used in JES2 to release jobs that are in hold status.

Explanation

The $A command releases held jobs by specifying the job ID:

$Ajjobid

For example, to release job ID JOB00123 from hold, you would enter:
$AJ000123

The $AJ command releases held jobs by specifying the job name enclosed in single quotes:

$AJ’jobname’

For instance, to release the job named PAYROLL from hold, you would enter:
$AJ’PAYROLL’

Both of these commands instruct JES2 to release the specified job from hold status and allow it to continue processing. The key difference is that $A uses the numeric job ID, while $AJ uses the alphanumeric job name surrounded by single quotes.

In summary, JES2 provides flexibility by supporting job release via either the job ID or job name. System administrators can use whichever syntax is most convenient when issuing these operator commands to manage held jobs.

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.