IBM TSO/ISPF Knowledge Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By SaranyaMurugesan
S
SaranyaMurugesan
Community Contributor
Quizzes Created: 1 | Total Attempts: 237
| Attempts: 237 | Questions: 30
Please wait...
Question 1 / 30
0 %
0/100
Score 0/100
1. Changes can be made to a PS/PDS member when opened in browse mode

Explanation

Changes cannot be made to a PS/PDS member when opened in browse mode. Browse mode is a read-only mode that allows users to view the content of a member without making any modifications. To make changes to a member, it needs to be opened in edit mode. Therefore, the correct answer is False.

Submit
Please wait...
About This Quiz
IBM TSO/ISPF Knowledge Quiz - Quiz

This IBM TSO\/ISPF Knowledge Quiz assesses proficiency in using TSO\/ISPF, focusing on commands, interfaces, and functionalities. It evaluates understanding of scroll values, ISPF interfaces, and dataset management, crucial for efficient mainframe operations.

Personalize your quiz and earn a certificate with your name on it!
2. The value to be given in DIRECTORY BLOCKS to create a PS is

Explanation

The value to be given in DIRECTORY BLOCKS to create a PS is 0. This means that no directory blocks are needed to create a PS. This could be because the PS does not require any separate directory structure to organize its files, or it may use a different method to manage its files without the need for directory blocks.

Submit
3. If autosave is on ,changes are made to a dataset but not explicitly saved and exited,  then the changes are not saved.

Explanation

If autosave is on and changes are made to a dataset but not explicitly saved and exited, then the changes are automatically saved. Therefore, the statement is false.

Submit
4. MVS does not provide address space for user

Explanation

MVS does provide address space for user.

Submit
5. What is the command to see what is the MAINFRAME USERID?

Explanation

The command "WHO" is used to see the MAINFRAME USERID. This command displays the user ID of the currently logged in user on the mainframe system.

Submit
6. The FLIP command is used to

Explanation

The FLIP command is used to revert the excluded and unexcluded lines. This means that it allows the user to switch between displaying the lines that have been excluded and displaying the lines that have been unexcluded. It provides a way to toggle the visibility of these lines, making it easier to analyze and manipulate the data.

Submit
7. In the utility option,option 14 refers to

Explanation

not-available-via-ai

Submit
8. ISPF is __________ interface

Explanation

ISPF stands for Interactive System Productivity Facility, which is a software utility used in mainframe computers. It provides a user-friendly interface for interacting with the mainframe system. The correct answer, "MENU DRIVEN," indicates that ISPF uses a menu-based interface, where users can navigate through various options and select the desired actions from a list of choices presented in menus. This allows users to easily access and execute different functions without the need to remember specific commands or syntax.

Submit
9. Valid scroll values are   a) Data b) Page c) Csr d) Half

Explanation

The correct answer is a,b,c & d. This means that all the options a, b, c, and d are valid scroll values. The question is asking which scroll values are valid, and the correct answer states that all of them are valid.

Submit
10. The default comparison done thru option 3.12 does the comparison of the cols up to

Explanation

The default comparison done through option 3.12 compares the columns up to 1:72.

Submit
11. The command FIND P'$' does

Explanation

The command FIND P'$' is used to find special characters.

Submit
12. SuperC compare is an extended compare utility

Explanation

SuperC compare is not an extended compare utility.

Submit
13. C ALL 1 60 P '=' "  "

Explanation

The correct answer is "Change all characters in 1 60 to BLANK". This is because the given code "’=’ “  “" represents a blank space and the instruction is to change all characters in the range 1 to 60 to this blank space.

Submit
14. A PS file can be compressed

Explanation

A PS file, also known as a PostScript file, is a type of file format used for printing and document exchange. PS files are already compressed by default, using a compression algorithm called LZW (Lempel-Ziv-Welch). Therefore, it is not necessary to compress a PS file further. Therefore, the correct answer is False.

Submit
15. When files are transferred between pc to mainframe using emulator , pc data is converted

Explanation

When files are transferred between a PC and a mainframe using an emulator, the data from the PC, which is typically in ASCII format, needs to be converted to EBCDIC format, which is the character encoding used by mainframes. This conversion ensures that the data can be properly understood and processed by the mainframe system.

Submit
16. SELECT PROG1,NEWPROG2:OLDPROG2,PROG3 which of the following was true?

Explanation

The given query is comparing the value of PROG1 in the new dataset with the value of PROG1 in the old dataset. This can be inferred from the syntax "NEWPROG2:OLDPROG2" which indicates that the value of PROG2 in the new dataset is being compared with the value of PROG2 in the old dataset. Therefore, the correct answer is "compares PROG1 of new dataset with PROG1 of old dataset".

Submit
17. Commands in primary option menu of SDSF a) DA b) END c) HO

Explanation

The correct answer is "a and b". This means that the primary option menu in SDSF includes the commands "DA" and "END". These commands are used for different purposes in SDSF. "DA" stands for Display Active and is used to display the status of active jobs and tasks. "END" is used to end a job or task. Therefore, both "DA" and "END" are included in the primary option menu of SDSF.

Submit
18. Secondary Extent is allocated when the dataset is allocated

Explanation

Secondary extent is not allocated when the dataset is allocated. In mainframe systems, primary extent is allocated when a dataset is created, and additional secondary extents are allocated only when the primary extent is filled. This allows for efficient use of storage space, as secondary extents are only allocated as needed. Therefore, the given statement is false.

Submit
19. CMPCOLM 30:60,75                                                            

Explanation

The correct answer is "Compares columns 30 through 60 and column 75 in both data sets" because the given statement clearly states that the comparison is being made in both data sets.

Submit
20. All the rexx commands & tso commands can be executed in _____ option of ISPF primary menu screen

Explanation

All the rexx commands & tso commands can be executed in option 6 of the ISPF primary menu screen. This option is typically labeled as "Command" or "Command Shell" and allows users to enter and execute various commands directly. It provides a command-line interface where users can interact with the system and perform tasks using rexx and tso commands.

Submit
21. What is the total number of secondary extents available per data set

Explanation

The correct answer is 16. This means that there are a total of 16 secondary extents available per data set. Secondary extents are additional storage space allocated to a data set when the primary extent is full. Having a larger number of secondary extents allows for more data to be stored in the data set.

Submit
22. The OWNER column in the ST screen indicates

Explanation

The OWNER column in the ST screen indicates the user id who has run the job. This means that the user identified in the OWNER column is the one responsible for initiating and executing the job. The owner may not necessarily be the one who has written the job, as it could have been created by someone else but executed by the owner.

Submit
23. .....................is the name of the program that is executed to create a TSO environment.

Explanation

IKJEFT01 is the correct answer because it is the name of the program that is commonly used to execute TSO (Time Sharing Option) commands and create a TSO environment. TSO is an interactive time-sharing operating system used on IBM mainframe computers. IKJEFT01 is responsible for initializing the TSO environment and providing a command prompt where users can enter TSO commands to interact with the system.

Submit
24. Which of the text handling command and its corresponding functionis incorrect  ?

Explanation

The command "TI-to split a text line at the cursor to allow insertion" is incorrect because the correct command for splitting a text line at the cursor to allow insertion is "TS" and not "TI".

Submit
25. The possible editing options available in SuperC

Explanation

In SuperC, the possible editing options available are "view" and "browse". These options allow the user to view and browse through the content without making any edits. The "view" option allows the user to simply view the content, while the "browse" option allows the user to navigate through the content and explore different sections. These options are useful when the user wants to review the content or gather information without making any changes to the original document.

Submit
26. In the PREFIX command of ST panel If it was coded as TCOM069

Explanation

The correct answer is "it displays the job with the name TCOM069". This is because the PREFIX command in the ST panel is used to filter and display only the job with the specified name.

Submit
27. What is the process option to be given to exclude cobol comment lines during SuperCE?

Explanation

The correct answer is DPCBCMT. In SuperCE, DPCBCMT is the process option that can be used to exclude COBOL comment lines. This option allows users to filter out any lines in the input file that are identified as COBOL comment lines, ensuring that only the desired lines are processed.

Submit
28. Unexclude a data set:....

Explanation

The correct answer is "Nx" because it is the only option that starts with the letter "N" and is a valid term in the context of unexcluding a data set. The other options do not make sense in this context.

Submit
29. Which of the following is related to word comparison?

Explanation

MC, DC, and IC are all abbreviations related to word comparison. It is likely that each abbreviation represents a different method or approach to comparing words. Without further context, it is difficult to determine the specific meaning of each abbreviation. However, it can be inferred that these abbreviations are commonly used in the field of linguistics or computational linguistics to refer to different techniques or algorithms for comparing words.

Submit
30. SET DISPLAY is used for show setting for -----,-------- and ------?

Explanation

The SET DISPLAY command is used to show the settings for the PREFIX, DEST, and SORT options.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 14, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 14, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 06, 2012
    Quiz Created by
    SaranyaMurugesan
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Changes can be made to a PS/PDS member when opened in browse mode
The value to be given in DIRECTORY BLOCKS to create a PS is
If autosave is on ,changes are made to a dataset but not explicitly...
MVS does not provide address space for user
What is the command to see what is the MAINFRAME USERID?
The FLIP command is used to
In the utility option,option 14 refers to
ISPF is __________ interface
Valid scroll values are   a) Data b) Page c) Csr d) Half
The default comparison done thru option 3.12 does the comparison of...
The command FIND P'$' does
SuperC compare is an extended compare utility
C ALL 1 60 P '=' "  "
A PS file can be compressed
When files are transferred between pc to mainframe using emulator , pc...
SELECT PROG1,NEWPROG2:OLDPROG2,PROG3 which of the following was true?
Commands in primary option menu of SDSF a) DA b) END c) HO
Secondary Extent is allocated when the dataset is allocated
CMPCOLM...
All the rexx commands & tso commands can be executed in _____...
What is the total number of secondary extents available per data set
The OWNER column in the ST screen indicates
.....................is the name of the program that is executed to...
Which of the text handling command and its corresponding functionis...
The possible editing options available in SuperC
In the PREFIX command of ST panel If it was coded as TCOM069
What is the process option to be given to exclude cobol comment lines...
Unexclude a data set:....
Which of the following is related to word comparison?
SET DISPLAY is used for show setting for -----,--------...
Alert!

Advertisement