Mainframe Systems and Programming Fundamentals

Covers IBM i/AS400 operations, Natural/ADABAS programming, VSAM data sets, and essential mainframe terminology including JCL, ISPF, TSO, and RACF.

20 Questions Published

Questions

Question 1 True/False

TSO - Time Sharing Option

  1. True
  2. False
Question 2 True/False

ISPF - Interactive System Productivity Facility

  1. True
  2. False
Question 3 True/False

JCL = Job Control Language

  1. True
  2. False
Question 4 True/False

VSAM = Virtual Storage Access Method

  1. True
  2. False
Question 5 True/False

PDS = Partitioned Data Set

  1. True
  2. False
Question 6 True/False

PO = Partitioned Organization

  1. True
  2. False
Question 7 True/False

RACF = Resource Access Control Facility

  1. True
  2. False
Question 8 True/False

KSDS = Key-Sequenced Data Set

  1. True
  2. False
Question 9 True/False

RRDS = Relative Record Data Set

  1. True
  2. False
Question 10 True/False

ESDS = Entry-Sequenced Data Set

  1. True
  2. False
Question 11 Multiple Choice (Multiple Answers)

Which of the below is (are) the use of edit mask?

  1. Use to convert Dates in one format to another format
  2. Use to display the numeric variables in formatted display
  3. Use to convert a alphanumeric variable to numeric variable
  4. Use to validate the inputs
Question 12 True/False

VVDS = VSAM (Virtual Storage Access Method) Volume Data Set

  1. True
  2. False
Question 13 True/False

SMS = Storage Management Subsystem

  1. True
  2. False
Question 14 True/False

VAL() function is used to get the numeric value in a alphanumeric variable.

  1. True
  2. False
Question 15 Multiple Choice (Single Answer)

"Data in the database ------------------------------- IDENT-ID IDENT-NAME IDENT-AGE IDENT-SEX 1234 AAAA 12 M 1234 AAAA 12 F 3456 CCCC 14 F 6879 DDDD 17 M 7625 EEEE 21 F HISTOGRAM IDENTIFICATION-TABLE BY SUPER-ID-NAME-AGE STARTING FROM '1234' WRITE IDENT-ID IDENT-NAME IDENT-AGE IDENT-SEX END-HISTOGRAM What will be the output of the job?"

  1. 4 records will be displayed
  2. 5 records will be displayed
  3. Job will fail abnormally
  4. Job will run successfully but will not display any records
Question 16 Multiple Choice (Single Answer)

"DEFINE DATA LOCAL 01 #A (N2) END-DEFINE RESET #A REPEAT UNTIL #A > 99 WRITE #A ADD 1 TO #A END-REPEAT END What is the output of the above program?"

  1. Program displays from 1 to 99 and terminate normally
  2. Program will not display anything and terminate abnormally
  3. Program displays from 1 to 99 and terminate abnormally
  4. Program displays from 0 to 99 and terminate abnormally
Question 17 Multiple Choice (Single Answer)

What is the default run priority of an interactive job s in the QINTER subsystem.

  1. 10
  2. 20
  3. 50
  4. 70
Question 18 Multiple Choice (Single Answer)

An operator needs a job to process from the job queue ahead of other jobs in the queue.Which of the following accomplish this goal.?

  1. JOBORD
  2. RUNPTY
  3. JOBPTY
  4. OUTPTY
Question 19 Multiple Choice (Single Answer)

The system operator wants to check the disk utilization in the system ASP .Which of the following command will do the tsak.?

  1. WRKSYSSTS
  2. WRKASPSTS
  3. WRKSYSSTG
  4. WRKASPSTG
Question 20 Multiple Choice (Single Answer)

Which of the following is the name for a "virtual" optical set.?

  1. MEDIA IMAGE
  2. VIRTUAL IMAGE
  3. VIRTUAL CATALOG
  4. IMAGE CATALOG