JCL - 2 Flashcards

1
Q

The JOB statement is used to identify the Job to OS

Identifies a job to OS using a job name
Indicates which user is responsible for the job
A & B
None are correct

A

A & B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What JCL job keyword parameter is used to identify the time and possibly resources required for the job to run?

MSGCLASS
PRTY
CLASS
MSGLEVEL

A

CLASS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Is the job card required in JCL?

True
False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What keyword would be used to start a job in a specific step?

START
RESTART
Both are correct
None are correct

A

RESTART

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What Keyword parameter could be used to check that the job is correctly coded?

TYPRUN=&SYSUID
TYPRUN=&SCAN
TYPRUN=SCAN
None are correct

A

TYPRUN=SCAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What JCL job keyword parameter is used to identify which jobs should run before others?’

MSGCLASS
PRTY
CLASS
MSGLEVEL

A

PRTY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If the programmer name doesn’t have two parts, then you don’t need the ‘.

True
False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

There are two job card positional parameters:

Group, Project
Sub group, User ID
Accounting Information, Programmer Name
Location, Type of Job

A

Accounting Information, Programmer Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What Keyword parameter should be used to notify the submitted that the job is submitted and completed when anyone submits the job?

NOTIFY=Z*****
NOTIFY=&SYSUID
NOTIFY=Z11780
None are correct

A

NOTIFY=&SYSUID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The Job syntax is the following //JOBNAME JOB

True
False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly