Mainframe Programming and Systems Fundamentals

Comprehensive quiz covering mainframe technologies including Natural programming language, Adabas database, CICS, JCL, and IBM mainframe systems like MVS, IMS, RACF, and DASD.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What does DASD stand for?

  1. Direct Access Storage Device
  2. Data Systems Authorization Directory
  3. Data Systems Storage Device
  4. Digital's Attempted Storage Domination
Question 2 Multiple Choice (Single Answer)

What does IMS stand for?

  1. Initially Managed Storage
  2. IBM's Management Scenario
  3. Information Management System
  4. Infrastructure Managed Services
Question 3 Multiple Choice (Single Answer)

What does RACF stand for?

  1. Remote Access Computing Facility
  2. Resource Allocation Control Facility
  3. Really Alarming Computing Fact
  4. Resource Access Control Facility
Question 4 Multiple Choice (Single Answer)

What does MIPS stand for?

  1. Many Important Selling Points
  2. Meaningless Indicator of Processor Speed
  3. Multiple Instructions Per Session
  4. Million Instructions Per Second
Question 5 Multiple Choice (Single Answer)

What does MVS stand for?

  1. Multiple Virtualization System
  2. Multiple Virtual Storage
  3. Mainframe Virtualization System
  4. Mainframe Virtual System
Question 6 Multiple Choice (Single Answer)

What does Rexx stand for?

  1. Reactived Extendable Exchange language
  2. Restructured Extended Executor language
  3. Reactive Enforcement Execution Exchange language
  4. None of the above
Question 7 Multiple Choice (Single Answer)

Everyone knows IBM stands for "International Business Machine" but what does the BMC in BMC Software come from?

  1. Business Management and Control
  2. Binding Mainframes and Commerce
  3. Building Mainframe Control
  4. None of the above -- BMC Software was named after its founders: Scott Boulett , John Moores and Dan Cloer.
Question 8 Multiple Choice (Single Answer)

Natural is a ------ GL language.

  1. 2
  2. 3
  3. 4
  4. 5
Question 9 Multiple Choice (Single Answer)

*DATN displays the current date in ------- format.

  1. YYYYMMDD
  2. DDMMYYYY
  3. DD/MM/YYYY
  4. MM/DD/YYYY
Question 10 Multiple Choice (Multiple Answers)

What are the two modes of Natural programming ?

  1. Structured
  2. Hierarchical
  3. Reporting
  4. onject oriented
Question 11 Multiple Choice (Single Answer)

Which of the following statement is used to call a subprogram ?

  1. CALLNAT
  2. CALL Sub-routine
  3. CALL
  4. FETCH
Question 12 Multiple Choice (Single Answer)

The ---- statement interrupts the linear flow of execution of processing loop or routine.

  1. EXIT
  2. DO
  3. ESCAPE
  4. FOR
Question 13 Multiple Choice (Single Answer)

____ command adds a record to the database.

  1. STORE
  2. ADD
  3. INSERT
  4. UPDATE
Question 14 Multiple Choice (Single Answer)

ISN is ------.

  1. Internal Subscript Number
  2. Internal Storage Number
  3. Internal Sequence Number
  4. Internal Storage Name
Question 15 Multiple Choice (Single Answer)

The ----- statement scans the contents of alphanumeric field or range of fields for a character string.

  1. INSPECT
  2. EXAMINE
  3. SEARCH
  4. SCAN
Question 16 Multiple Choice (Single Answer)

The ----- statement is used to specify input and output parameter settings.

  1. INPUT
  2. FORMAT
  3. IO
  4. DEFINE
Question 17 Multiple Choice (Single Answer)

The ----- statement sets the value of operand(s) to null value or to initial value as defined in DEFINE DATA statement.

  1. RESET
  2. SET
  3. MOVE
  4. ASSIGN
Question 18 Multiple Choice (Single Answer)

When you have less that 20 elements in table, then which among the below is preferred

  1. Search
  2. Search ALL
  3. In-Line Perform
  4. All of the above
Question 19 Multiple Choice (Single Answer)

How the CICS was called initially

  1. CICS
  2. PUCICS
  3. CUCICS
  4. MUCICS
Question 20 Multiple Choice (Single Answer)

How many positional parameters are there in a JCL

  1. 1
  2. 2
  3. 3
  4. 4