JCL - 1 Flashcards

1
Q

Most lines in JCL will start with the first two characters being the

//
\
/*
None are correct

A

//

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

If you put a // in the middle of the job, this will occur

The job will continue running all the steps
If there are additional steps, they won’t execute
Both are correct
None are correct

A

If there are additional steps, they won’t execute

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

Will you normally have to start JCL from beginning or is there JCL that you can modify?

True
False

A

True

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

What system takes the submitted job to run it?

JAS
RACF
JES
ISMF

A

JES

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

What is the maximum length of a single line of JCL?

71 bytes
60 bytes
80 bytes
55 bytes

A

80 bytes

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

What Identifier marks the end of a job but is not required?

  //* 
  ( 
  /* 
  //
A

//

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

What are the three main parts in JCL?

Job card, EXEC, DD
Job card, SPACE, Program
Job card, Program, null card
None are correct

A

Job card, EXEC, DD

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

What Identifier is used for marking the end of in-stream data in JCL?

  //* 
  ( 
  /* 
  //
A

/*

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

What Identifier is used for a comment in JCL?

  //* 
  { 
  /* 
  //
A

//*

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

What does JCL mean in mainframe world?

Job Controlling Language
Job Control Language
Both are correct
None are correct

A

Job Control Language

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