0

mainframe Online Quiz - 4

Description: mainframe Online Quiz - 4
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. Perform Para-1

  2. Perform Para-1 Thru Para-2

  3. Perform Section-2 Section

  4. Perform Para-1 20 times


Correct Option: C

How can you reference an element of a 3 dimensional table?

  1. Indexes

  2. Subscripts

  3. Search

  4. Search-all


Correct Option: B

IF NOT AGE LESS THAN 30 AND 40 GOTO PARA-AGE-MIDDLES. The controls will go to the paragraph named PARA-AGE-MIDDLES

  1. if AGE is greater than or equal to 30

  2. if AGE is greater than or equal to 40

  3. if AGE is less than or equal to 30

  4. if AGE is greater than or equal to 30 but less than 40


Correct Option: D

AI Explanation

To answer this question, let's analyze the given statement:

IF NOT AGE LESS THAN 30 AND 40 GOTO PARA-AGE-MIDDLES

This statement can be understood as "If the age is not less than 30 and also not equal to 40, then go to the paragraph named PARA-AGE-MIDDLES."

Let's go through each option to determine the correct answer:

Option A) if AGE is greater than or equal to 30 This option suggests that the control will go to the paragraph if the age is greater than or equal to 30. However, this option does not consider the condition that the age should not be equal to 40, as stated in the given statement. Therefore, this option is incorrect.

Option B) if AGE is greater than or equal to 40 This option suggests that the control will go to the paragraph if the age is greater than or equal to 40. However, this option does not consider the condition that the age should not be less than 30, as stated in the given statement. Therefore, this option is incorrect.

Option C) if AGE is less than or equal to 30 This option suggests that the control will go to the paragraph if the age is less than or equal to 30. However, this option does not consider the condition that the age should not be equal to 40, as stated in the given statement. Therefore, this option is incorrect.

Option D) if AGE is greater than or equal to 30 but less than 40 This option suggests that the control will go to the paragraph if the age is greater than or equal to 30 but less than 40. This option correctly considers both conditions stated in the given statement: the age should not be less than 30 and not equal to 40. Therefore, this option is correct.

Therefore, the correct answer is Option D) if AGE is greater than or equal to 30 but less than 40.

What does DPS stand for?

  1. Display Programming System

  2. Data Presentation System

  3. Display Processing System

  4. Data Processing System


Correct Option: C

Identify the components of DPS 2200?

  1. Form Language Definition Processor

  2. Form Design

  3. D$DEF Routines

  4. Interaction to application programs


Correct Option: A

What is the purpose of DPS 2200?

  1. It helps to run a batch program.

  2. It is used to write the application programs.

  3. It helps to access the database.

  4. It helps to create the forms and its run-time system communicates with application program.


Correct Option: D
  1. Application Environment

  2. Demand Session

  3. Program Session

  4. Command Session


Correct Option: B
  1. Identifies & describes a dataset

  2. Delimits a DO loop

  3. Marks the start of a declarative section

  4. Delimits the start of an inline include section


Correct Option: A

What does FLMU stands for?

  1. Form Language Manipulation Utility

  2. Form Language Method utility

  3. Front-end Language Manipulation Utility

  4. Front-end Language Method Utility.


Correct Option: A

What statement assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step ?

  1. DD

  2. EXEC

  3. JOB

  4. PROC


Correct Option: B

Read the functionality below and identify the function in DPS: "This command clears your workspace, but does not affect the form library."

  1. DEL

  2. ERA

  3. SAV

  4. REP


Correct Option: A
  1. PIC S9(3).999

  2. PIC 9(3).999

  3. PIC S9(3)V999

  4. PIC 9(3)V999


Correct Option: C

Which option is used to create the form layout ?

  1. A

  2. Z

  3. L

  4. W


Correct Option: C
  1. Logical- FILE-1, Physical- INFILE

  2. Logical- INFILE, Physical- FILE-1

  3. Logical- None, Physical-ASSIGN

  4. None of them


Correct Option: A
  1. Identification

  2. Procedure

  3. Data

  4. Environment


Correct Option: C
- Hide questions