Mainframe JCL and DCCS Development
Test your knowledge of mainframe JCL (Job Control Language), DCCS development system, job scheduling, and data management including GDGs
Questions
What is the maximum length of Accounting information Positional Parameter in JOB statement?
- 30
- 44
- 142
- 255
What is maximum level of nesting allowed in PROCs?
- Nesting Not Allowed
- 12
- 15
- 122
Maximum number of datasets that can be concatenated in one DD statement?
- 100
- 126
- 255
- 1024
Maximum amount of TIME for which JCL can use processor (CPU)?
- 244.5 Days
- 248.5 Days
- 255 Days
- No limit
How can you go to DCCS
- V;D
- V;P
- V;S
- V;R
If an element is added in you project, any other person would be able to add same element in his/her project or not
- No
- Cant Say
- Yes
- It is not advisable to do this.
How can you give access to other people for your project
- Type C and at security give TID
- Type S and at security give TID
- Type X and at security give TID
- Type O and at security give TID
What all options are there in Registration
- S
- R
- P
- O
Is it mandatory to add job responsibility for a new job
- No
- Yes
- Cant say
- It is advisable to add, but no\t mandatory
In my JCL check, I found error that my GDG base is not available. What should I do now to handle this error?
- Create GDG base in Production data centre
- Register GDG Base in DCCS.
- Ask Comman Centre to create GDG base
- Run Special to create GDG Base.
Which all element cannot be transferred at day time
- PSB
- MFS
- Batch
- Both A and B
How can you schedule a job
- R->2
- R->1
- R->3
- None of above
How can you add job responsibility for new JCL
- Option R
- Option X
- Option 7
- None of above
I have a project in MLDC, Do I need to create transfer project?
- No
- Cant Say
- Yes
- It is advisable to create, but not mandatory
How can you rename an element in your project
- Option R
- Option X
- Option Y
- Oprion S
Who all approves your project once it is finalized?
- TCS manager
- SME
- Requester
- None of above
How can you add an element in the project
- Option A
- Option X
- Option 7
- Option R
If you submit a program in a DCCS project what would be its library.
- PROD
- TEST
- PREP
- None of above
What is the version control tool for all the elements?
- SPUFI
- DCCS
- Panvelet
- SerV
Which statements concerning the JCLLIB statement are true ?
- There is either a JCLLIB statement for the entireJOB, or a separate one for EXEC statement, not both.
- A JCLLIB statement can not have a statement name.
- There can only be one JCLLIB statement per JOB.
- A JCLLIB statement must be coded before the first EXEC statement.