Answers to Getting Started on Mainframe with z/OS Commands and Panels > Module 3 > graded quiz
The questions and answers listed here were checked to be correct on January 04, 2025
Getting Started on Mainframe with z/OS Commands and Panels > Module 3 > graded quiz
Question 1
What are the three methods of entering TSO commands?
- On the command option line of the Dialog panel, ISPF Primary Option Menu-Option 5, and from the command prompt
- On the command option line of the ISPF panel, from the command prompt, and on the ISPF Primary Option Menu-Option 5
* ISPF Primary Option Menu-Option 6, on the command option line of the ISPF panel, and from the command prompt
- ISPF Primary Option Menu-Option 6, on the command option line of the Dialog panel, and from the command prompt
Question 2
Select the correct statement(s) regarding TSO commands
* TSO commands contain positional and required operands
* TSO command HELP LISTDS ALL provides all information regarding the LISTDS command
- TSO commands are case sensitive
* TSO commands are not case sensitive
* TSO commands can be entered from any ISPF screen
Question 3
Which TSO command will deallocate data sets no longer needed?
- REMOVE
- CLEAN
* FREE
- UNALLOCATE
Question 4
Which TSO command is used to inform the system how you want to use your terminal?
- TERM
- CLIST
* PROFILE
- EDIT
Question 5
What is the correct syntax of the TSO command to list the basic attributes of data set IBM.INVENTORY.RESULTS?
- LISTALC IBM.INVENTORY.RESULTS
- LIST 'IBM.INVENTORY.RESULTS'
- 'LISTDS IBM.INVENTORY.RESULTS'
* LISTDS (IBM.INVENTORY.RESULTS)
Question 6
Using the following information, what is the correct syntax of the TSO command to allocate a new PDS?
User ID: IBM
Data set name: BUILDS.SERVERS
Block length: 100 bytes
Logical record length: 80
Data control block size: 300
2 directory block
Fixed block records
- ALLOC DA(BUILDS.SERVERS) DSORG(PDS) BLOCK(100) LRECL(80) BLKSIZE(300) DIR(2) RECFM(F,B) NEW TRACKS SPACE(2,3)
- ALLOC DA(BUILDS.SERVERS) DSORG(PDSE) BLOCK(100) LRECL(80) BLKSIZE(300) DIR(2) RECFM(F,B) NEW TRACKS SPACE(2,3)
* ALLOC DA(BUILDS.SERVERS) DSORG(PO) BLOCK(100) LRECL(80) BLKSIZE(300) DIR(2) RECFM(F,B) NEW TRACKS SPACE(2,3)
- ALLOC DA(IBM.BUILDS.SERVERS) DSORG(PO) BLOCK(100) LRECL(80) BLKSIZE(300) DIR(2) RECFM(F,B) NEW TRACKS SPACE(2,3)
Question 7
What is the correct syntax of the command to display the alias enter associated with HLQ of STUDENT?
- LIST ALL ALIAS ('STUDENT')
* LISTCAT ENT('STUDENT') ALIAS ALL
- LISTCAT ENT(STUDENT) ALIAS ALL
- LISTALC ENT('STUDENT') ALAIS ALL
This page was last updated on March 04, 2025