Tag: mainframe

Questions Related to mainframe

  1. Directed Inheritance

  2. Pattern Inheritance

  3. Class Inheritance

  4. Genetic Inheritance


Correct Option: B

Which of the following directives ‘comments out’ authoring notes in a PegaRULES Process Commander HTML object?

  1. /* This is a comment */

  2. // This is a comment

  3. {COMMENT This is a comment /}

  4. {COMMENT} This is a comment {/COMMENT}


Correct Option: D

Local Flow Actions are added to which task form?

  1. Assignment

  2. Utility

  3. Decision

  4. Connector


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of Local Flow Actions and their relationship to task forms.

Local Flow Actions are a type of action that can be added to a task form in a flow. They allow users to perform specific actions within the flow, such as submitting a form, saving the form, or canceling the task.

Based on the given options, Local Flow Actions are added to the Assignment task form. The correct answer is A) Assignment.

Option A) Assignment - This option is correct because Local Flow Actions are added to the Assignment task form, allowing users to perform actions specific to that task.

Option B) Utility - This option is incorrect because Local Flow Actions are not added to the Utility task form. Utility tasks are used for system-level actions and do not have associated task forms.

Option C) Decision - This option is incorrect because Local Flow Actions are not added to the Decision task form. Decision tasks are used to make decisions within a flow and do not have associated task forms.

Option D) Connector - This option is incorrect because Local Flow Actions are not added to the Connector task form. Connector tasks are used to integrate with external systems and do not have associated task forms.

The correct answer is A) Assignment. Local Flow Actions are added to the Assignment task form to allow users to perform specific actions within the flow.

If you were working in a production Rule set Version Company X: 03-04-02, what Rule set version would you use for your next minor release?

  1. 03-05-01

  2. 04-01-01

  3. 03-05-02

  4. 03-04-03


Correct Option: A

AI Explanation

To answer this question, you need to understand how rule set versions are typically structured and incremented.

In the given scenario, the current rule set version is "03-04-02". The format of the rule set version is typically in the form of "major.minor.patch", where the major version represents significant changes, the minor version represents smaller updates or enhancements, and the patch version represents bug fixes or patches.

For the next minor release, you would increment the minor version by 1 while keeping the major and patch versions the same. Therefore, the next minor release would be "03-05-01".

Let's go through each option to understand why it is correct or incorrect:

Option A) 03-05-01 - This option is correct because it follows the rule of incrementing the minor version by 1 for the next release.

Option B) 04-01-01 - This option is incorrect because it increments the major version, not the minor version.

Option C) 03-05-02 - This option is incorrect because it increments both the minor and patch versions, not just the minor version.

Option D) 03-04-03 - This option is incorrect because it increments the patch version, not the minor version.

The correct answer is A) 03-05-01. This option is correct because it follows the rule of incrementing the minor version by 1 for the next release.

What is the screen size in CICS BMS?

  1. 32 x 72

  2. 24 x 72

  3. 32 x 80

  4. 24 x 80


Correct Option: D

AI Explanation

To answer this question, you need to understand the concept of screen size in CICS BMS (Basic Mapping Support).

In CICS BMS, the screen size is specified by two dimensions: the number of rows and the number of columns. The screen size determines the maximum number of characters that can be displayed on the screen.

Let's go through each option to understand why it is correct or incorrect:

Option A) 32 x 72 - This option is incorrect because the correct answer is 24 x 80, not 32 x 72.

Option B) 24 x 72 - This option is incorrect because the correct answer is 24 x 80, not 24 x 72.

Option C) 32 x 80 - This option is incorrect because the correct answer is 24 x 80, not 32 x 80.

Option D) 24 x 80 - This option is correct because the screen size in CICS BMS is typically defined as 24 rows and 80 columns. This means that the maximum number of characters that can be displayed on the screen is 24 rows multiplied by 80 columns, which equals 1920 characters.

The correct answer is D) 24 x 80. This option is correct because it represents the standard screen size in CICS BMS.

What do we understand by BMS in CICS?

  1. Building Maintanance System

  2. Basic Mapping Support

  3. Bio Medical System

  4. Basic Mapping System


Correct Option: B
  1. Interactive System Product Facility

  2. Interaction Support Productivity Facility

  3. Interactive System Productivity Facility

  4. Interactive System Production Facility


Correct Option: C

Which of the PICture clauses (data types) are correct?

  1. P, S9, X, A, 9

  2. P, R, X, A, 0

  3. Z, X, S, B, 9

  4. Z, 9, A, R, SP


Correct Option: A

What is the full form of JCL?

  1. Job Circuit Language

  2. JCL Control Language

  3. Job Control Language

  4. JCL Course Language


Correct Option: C