Search test library by skills or roles
⌘ K

JCL Online Test

The JCL Online Test uses scenario-based MCQs to evaluate candidates ability to design, develop and manage JCL (Job Control Language) scripts for batch processing in large enterprise environments. The test assesses candidates on skills such as creating and modifying job control statements, coding condition codes, using utilities such as SORT and IDCAMS, managing resources, and analyzing JCL error messages.

Get started for free
Preview questions

Screen candidates with a 30 mins test

Test duration:  30 mins
Difficulty level:  Moderate
Availability:  Ready to use
Questions:
  • 5 IBM JCL MCQs
  • 7 COBOL MCQs
Covered skills:
JCL commands
JCL statements
JCL utilities
JCL parameters
JCL job control
Job scheduling
Job dependency
Job execution
Get started for free
Preview questions

Use Adaface tests trusted by recruitment teams globally

Adaface is used by 1500+ businesses in 80 countries.

Adaface skill assessments measure on-the-job skills of candidates, providing employers with an accurate tool for screening potential hires.

Amazon Morgan Stanley Vodafone United Nations HCL PayPal Bosch WeWork Optimum Solutions Deloitte NCS Sokrati J&T Express Capegemini

Use the JCL Test to shortlist qualified candidates

The JCL Online Test helps recruiters and hiring managers identify qualified candidates from a pool of resumes, and helps in taking objective hiring decisions. It reduces the administrative overhead of interviewing too many candidates and saves time by filtering out unqualified candidates at the first step of the hiring process.

The test screens for the following skills that hiring managers look for in candidates:

  • Ability to write and understand JCL commands
  • Ability to use JCL statements effectively
  • Proficiency in JCL utilities
  • Understanding and usage of JCL parameters
  • Capability to control JCL job execution
  • Knowledge of job scheduling and dependencies
  • Strong understanding of job execution in JCL
Get started for free
Preview questions

Screen candidates with the highest quality questions

We have a very high focus on the quality of questions that test for on-the-job skills. Every question is non-googleable and we have a very high bar for the level of subject matter experts we onboard to create these questions. We have crawlers to check if any of the questions are leaked online. If/ when a question gets leaked, we get an alert. We change the question for you & let you know.

How we design questions

These are just a small sample from our library of 15,000+ questions. The actual questions on this JCL Test will be non-googleable.

🧐 Question

Medium

Disposition Parameters
JCL Syntax
Dataset Management
Solve
Consider the following JCL snippet:
 image
In MYJOB, PROG1 in STEP1 uses the dataset MY.DS.INPUT with a disposition of (OLD,DELETE,KEEP). PROG2 in STEP2 also uses the dataset MY.DS.INPUT with a disposition of (NEW,PASS,DELETE).

Assume that STEP1 executed successfully, but STEP2 failed during its execution. What would be the status of the dataset MY.DS.INPUT after the job MYJOB is run?
A: MY.DS.INPUT will be deleted.
B: MY.DS.INPUT will be kept and can be used by other jobs.
C: MY.DS.INPUT will be newly created.
D: MY.DS.INPUT will be available for the duration of the job, then deleted.
E: MY.DS.INPUT status cannot be determined with the provided information.

Medium

Execution Order and Return Codes
Job Control
Execution Order
Return Codes
Solve
Consider a JCL job that needs to execute five steps: STEP01, STEP02, STEP03, STEP04, and STEP05. The steps represent data initialization, data processing, data validation, error handling, and job finalization respectively.

The execution rules are as follows:

1. The job should always start with STEP01.
2. STEP02 should only execute if STEP01 completes successfully with a return code (RC) of 0.
3. STEP03 should always run after STEP02, irrespective of STEP02's return code.
4. STEP04 should only execute if either STEP02 or STEP03 fails, i.e., return a code not equal to 0.
5. STEP05 should always be the last step, and should only execute if all the previous steps were successful (each returning a code of 0).

Given these rules, how would you design the JCL job using the IF/THEN/ELSE/ENDIF construct?
 image

Medium

Decision Control
Arithmetic Operations
Decision Structures
Data Types
Solve
Consider the following COBOL program:
 image
What will the program display when it is executed?

Medium

Multi Dimensional Arrays
Arrays
Data Processing
Subroutines
Solve
Consider the following pseudocode snippet in COBOL:
 image
After executing this program, what will be the final state of StrArr?

Medium

VSAM File Processing in COBOL
VSAM
File Handling
Solve
Consider the following COBOL code snippet. The program aims to read from a VSAM Key-Sequenced Data Set (KSDS) named 'CUSTOMER-FILE' which contains customer records. The program reads the file in ascending order by 'CUSTOMER-ID', performs some processing (not shown here), and then displays the 'CUSTOMER-NAME' of the last record read.
 image
Assuming there are no syntax errors and the 'CUSTOMER-FILE' is present and accessible, what will the program display as the last customer's name after executing this COBOL program?
A: The program will display the name of the customer with the highest 'CUSTOMER-ID'.
B: The program will display the name of the customer with the lowest 'CUSTOMER-ID'.
C: The program will not display any customer name.
D: The program will display the name of the first customer in the 'CUSTOMER-FILE'.
E: The program will display an uninitialized or random 'LAST-NAME'.
🧐 Question🔧 Skill

Medium

Disposition Parameters
JCL Syntax
Dataset Management

2 mins

IBM JCL
Solve

Medium

Execution Order and Return Codes
Job Control
Execution Order
Return Codes

2 mins

IBM JCL
Solve

Medium

Decision Control
Arithmetic Operations
Decision Structures
Data Types

2 mins

COBOL
Solve

Medium

Multi Dimensional Arrays
Arrays
Data Processing
Subroutines

2 mins

COBOL
Solve

Medium

VSAM File Processing in COBOL
VSAM
File Handling

2 mins

COBOL
Solve
🧐 Question🔧 Skill💪 Difficulty⌛ Time
Disposition Parameters
JCL Syntax
Dataset Management
IBM JCL
Medium2 mins
Solve
Execution Order and Return Codes
Job Control
Execution Order
Return Codes
IBM JCL
Medium2 mins
Solve
Decision Control
Arithmetic Operations
Decision Structures
Data Types
COBOL
Medium2 mins
Solve
Multi Dimensional Arrays
Arrays
Data Processing
Subroutines
COBOL
Medium2 mins
Solve
VSAM File Processing in COBOL
VSAM
File Handling
COBOL
Medium2 mins
Solve

Test candidates on core JCL Hiring Test topics

JCL commands: JCL commands refer to the instructions given in JCL (Job Control Language) that define and control various tasks within a job, such as creating datasets, allocating files, executing programs, and managing system resources. This skill is measured in the test to evaluate a candidate's knowledge and proficiency in using JCL commands effectively to perform job-related tasks.

JCL statements: JCL statements are instructions written in JCL (Job Control Language) that specify the steps and parameters needed to execute a job. These statements define the job, job steps, input/output files, and other necessary details. Measuring this skill in the test helps determine a candidate's familiarity with JCL statement syntax and their ability to create error-free and efficient job control procedures.

JCL utilities: JCL utilities are predefined programs that perform specific tasks in the mainframe environment, such as copying, sorting, merging, and manipulating datasets. Evaluating a candidate's knowledge of JCL utilities in the test assesses their ability to utilize these tools effectively for data management and processing tasks, contributing to the overall efficiency of job execution.

JCL parameters: JCL parameters are values provided in the job control language that affect the behavior and execution of a job. These parameters define job-related attributes, such as dataset names, program options, system settings, and resource allocation. Assessing a candidate's understanding of JCL parameters in the test helps measure their capability to define and control job characteristics, ensuring successful job execution.

JCL job control: JCL job control refers to the skill of efficiently managing job execution in the mainframe environment. It involves organizing job steps, defining dependencies, specifying execution order, and monitoring resources to ensure optimal performance. Measuring this skill in the test helps identify candidates who can effectively handle job control tasks, ensuring timely and error-free execution of critical job workflows.

Job scheduling: Job scheduling entails creating a schedule for the execution of various jobs within a computing system. Scheduling involves determining the appropriate timing and sequencing of jobs to optimize system resources and meet organizational requirements. Evaluating a candidate's proficiency in job scheduling in this test enables recruiters to identify individuals who can effectively manage job schedules, ensuring the smooth operation of business processes.

Job dependency: Job dependency refers to the relationship between jobs, where the completion of one job is dependent on the successful execution of another job. Understanding and managing job dependencies is crucial for maintaining the proper order of job execution, avoiding conflicts, and ensuring job workflows are carried out accurately and efficiently. Assessing a candidate's knowledge of job dependency in the test helps determine their ability to manage interdependent jobs effectively, minimizing errors and delays.

Job execution: Job execution refers to the process of running jobs or tasks within a computing system, following the defined instructions and schedules. This skill encompasses managing resources, ensuring job completion within specified time frames, monitoring job statuses, and resolving any issues or errors that may occur during execution. Measuring a candidate's competence in job execution in this test helps gauge their ability to carry out job-related tasks efficiently, ensuring smooth workflow and meeting organizational goals.

Get started for free
Preview questions

Make informed decisions with actionable reports and benchmarks

View sample scorecard

Screen candidates in 3 easy steps

Pick a test from over 500+ tests

The Adaface test library features 500+ tests to enable you to test candidates on all popular skills- everything from programming languages, software frameworks, devops, logical reasoning, abstract reasoning, critical thinking, fluid intelligence, content marketing, talent acquisition, customer service, accounting, product management, sales and more.

Invite your candidates with 2-clicks

Make informed hiring decisions

Get started for free
Preview questions

Try the most advanced candidate assessment platform

ChatGPT Protection

Non-googleable Questions

Web Proctoring

IP Proctoring

Webcam Proctoring

MCQ Questions

Coding Questions

Typing Questions

Personality Questions

Custom Questions

Ready-to-use Tests

Custom Tests

Custom Branding

Bulk Invites

Public Links

ATS Integrations

Multiple Question Sets

Custom API integrations

Role-based Access

Priority Support

GDPR Compliance


Pick a plan based on your hiring needs

The most advanced candidate screening platform.
14-day free trial. No credit card required.

From
$15
per month (paid annually)
love bonito

With Adaface, we were able to optimise our initial screening process by upwards of 75%, freeing up precious time for both hiring managers and our talent acquisition team alike!

Brandon Lee, Head of People, Love, Bonito

Brandon
love bonito

It's very easy to share assessments with candidates and for candidates to use. We get good feedback from candidates about completing the tests. Adaface are very responsive and friendly to deal with.

Kirsty Wood, Human Resources, WillyWeather

Brandon
love bonito

We were able to close 106 positions in a record time of 45 days! Adaface enables us to conduct aptitude and psychometric assessments seamlessly. My hiring managers have never been happier with the quality of candidates shortlisted.

Amit Kataria, CHRO, Hanu

Brandon
love bonito

We evaluated several of their competitors and found Adaface to be the most compelling. Great library of questions that are designed to test for fit rather than memorization of algorithms.

Swayam Narain, CTO, Affable

Brandon

Have questions about the JCL Hiring Test?

How does pricing work?

You can check out our pricing plans.

Can I customize the test?

Yes, absolutely. Custom assessments are set up within 48 hours based on your job description, and will include questions on all must-have skills you specify. Here's a quick guide on how you can request a custom test. You can also customize a test by uploading your own questions.

Can I combine multiple skills into one test?

Yes, absolutely. Custom assessments are set up based on your job description, and will include questions on all must-have skills you specify. Here's a quick guide on how you can request a custom test.

What roles can I use the JCL Test for?

Here are few roles for which we recommend this test:

  • Mainframe Developer
  • Mainframe Operator
Can I see a sample test, or do you have a free trial?

Yes!

The free trial includes one sample technical test (Java/ JavaScript) and one sample aptitude test that you will find in your dashboard when you sign up. You can use it to review the quality of questions and the candidate experience of giving a test on Adaface.

You can preview any of the 500+ tests and see the sample questions to decide if it would be a good fit for your requirements.

How do I interpret test scores?

The primary thing to keep in mind is that an assessment is an elimination tool, not a selection tool. A skills assessment is optimized to help you eliminate candidates who are not technically qualified for the role, it is not optimized to help you find the best candidate for the role. So the ideal way to use an assessment is to decide a threshold score (typically 55%, we help you benchmark) and invite all candidates who score above the threshold for the next rounds of interview.

I'm a candidate. Can I try a practice test?

No. Unfortunately, we do not support practice tests at the moment. However, you can use our sample questions for practice.

customers across world
Join 1500+ companies in 80+ countries.
Try the most candidate friendly skills assessment tool today.
g2 badges
Ready to use the Adaface JCL Test?
Ready to use the Adaface JCL Test?
logo
40 min tests.
No trick questions.
Accurate shortlisting.
Terms Privacy Trust Guide
ada
Ada
● Online
Previous
Score: NA
Next
✖️