Mainframe JCL and DCCS Development

Test your knowledge of mainframe JCL (Job Control Language), DCCS development system, job scheduling, and data management including GDGs

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the maximum length of Accounting information Positional Parameter in JOB statement?

  1. 30
  2. 44
  3. 142
  4. 255
Question 2 Multiple Choice (Single Answer)

What is maximum level of nesting allowed in PROCs?

  1. Nesting Not Allowed
  2. 12
  3. 15
  4. 122
Question 3 Multiple Choice (Single Answer)

Maximum number of datasets that can be concatenated in one DD statement?

  1. 100
  2. 126
  3. 255
  4. 1024
Question 4 Multiple Choice (Single Answer)

Maximum amount of TIME for which JCL can use processor (CPU)?

  1. 244.5 Days
  2. 248.5 Days
  3. 255 Days
  4. No limit
Question 5 Multiple Choice (Single Answer)

How can you go to DCCS

  1. V;D
  2. V;P
  3. V;S
  4. V;R
Question 6 Multiple Choice (Single Answer)

If an element is added in you project, any other person would be able to add same element in his/her project or not

  1. No
  2. Cant Say
  3. Yes
  4. It is not advisable to do this.
Question 7 Multiple Choice (Single Answer)

How can you give access to other people for your project

  1. Type C and at security give TID
  2. Type S and at security give TID
  3. Type X and at security give TID
  4. Type O and at security give TID
Question 8 Multiple Choice (Single Answer)

What all options are there in Registration

  1. S
  2. R
  3. P
  4. O
Question 9 Multiple Choice (Single Answer)

Is it mandatory to add job responsibility for a new job

  1. No
  2. Yes
  3. Cant say
  4. It is advisable to add, but no\t mandatory
Question 10 Multiple Choice (Single Answer)

In my JCL check, I found error that my GDG base is not available. What should I do now to handle this error?

  1. Create GDG base in Production data centre
  2. Register GDG Base in DCCS.
  3. Ask Comman Centre to create GDG base
  4. Run Special to create GDG Base.
Question 11 Multiple Choice (Single Answer)

Which all element cannot be transferred at day time

  1. PSB
  2. MFS
  3. Batch
  4. Both A and B
Question 12 Multiple Choice (Single Answer)

How can you schedule a job

  1. R->2
  2. R->1
  3. R->3
  4. None of above
Question 13 Multiple Choice (Single Answer)

How can you add job responsibility for new JCL

  1. Option R
  2. Option X
  3. Option 7
  4. None of above
Question 14 Multiple Choice (Single Answer)

I have a project in MLDC, Do I need to create transfer project?

  1. No
  2. Cant Say
  3. Yes
  4. It is advisable to create, but not mandatory
Question 15 Multiple Choice (Single Answer)

How can you rename an element in your project

  1. Option R
  2. Option X
  3. Option Y
  4. Oprion S
Question 16 Multiple Choice (Single Answer)

Who all approves your project once it is finalized?

  1. TCS manager
  2. SME
  3. Requester
  4. None of above
Question 17 Multiple Choice (Single Answer)

How can you add an element in the project

  1. Option A
  2. Option X
  3. Option 7
  4. Option R
Question 18 Multiple Choice (Single Answer)

If you submit a program in a DCCS project what would be its library.

  1. PROD
  2. TEST
  3. PREP
  4. None of above
Question 19 Multiple Choice (Single Answer)

What is the version control tool for all the elements?

  1. SPUFI
  2. DCCS
  3. Panvelet
  4. SerV
Question 20 Multiple Choice (Multiple Answers)

Which statements concerning the JCLLIB statement are true ?

  1. There is either a JCLLIB statement for the entireJOB, or a separate one for EXEC statement, not both.
  2. A JCLLIB statement can not have a statement name.
  3. There can only be one JCLLIB statement per JOB.
  4. A JCLLIB statement must be coded before the first EXEC statement.