0

mainframe Online Quiz - 116

Description: mainframe Online Quiz - 116
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0

Suppose TOTAL-OUT has a PIC of X(5) and we code move '0' to TOTAL-OUT. What would be the content of TOTAL-OUT be at the end of the move?

  1. 0bbbb

  2. 00000

  3. bbbb0

  4. 00b00


Correct Option: A

DIVIDE 130 BY 40 GIVING WS-TOTAL WS-TOTAL has a picture of 999. After the operation is performed, value placed in WS-TOTAL?

  1. 004

  2. 030

  3. 3

  4. 003


Correct Option: D

AI Explanation

To solve this question, we need to divide 130 by 40 and store the result in the WS-TOTAL variable.

The correct answer is D) 003.

Explanation: When we divide 130 by 40, the quotient is 3. The value placed in WS-TOTAL is 003.

WRITE PRINT-REC AFTER ADVANCING TWO LINES. The above statment is right unless TWO has been defined as field with value of 2.

  1. True

  2. False


Correct Option: A

How old is COBOL?

  1. 40

  2. 45

  3. 50

  4. 55


Correct Option: C

How many American know full form of COBOL?

  1. Less than 5%

  2. Less Than 25%

  3. 40%

  4. More than 50%


Correct Option: B

How many lines of COBOL code is in operation around the world?

  1. About 10 billion LOC

  2. About 50 billion LOC

  3. About 200 billion LOC

  4. About 500 billion LOC


Correct Option: C

What is a Root?

  1. Top of the Hierarchy

  2. Bottom of the Hierarchy

  3. Both

  4. None of the above


Correct Option: A

Control Interval is a unit of data that is transferred between auxilliary storage and virtual storage when an I/O request is made.

  1. True

  2. False


Correct Option: A

What is the maximum size of the Control Interval?

  1. 8k

  2. 16k

  3. 32k

  4. 64k


Correct Option: C

How many Alternate Indexes you can have on a dataset?

  1. 122

  2. 255

  3. 512

  4. 1024


Correct Option: B

How many data buffers are allocated to VSAM ESDS?

  1. 1

  2. 2

  3. 3

  4. 4


Correct Option: B

CIDF means

  1. control interval descriptor field

  2. control interval data field

  3. control interval defined field

  4. none of these


Correct Option: A

What is CICS ?

  1. Customer Interaction Control System

  2. Consumer Information Control System

  3. Consumer Interaction Control System

  4. Customer Information Control System


Correct Option: C

Can you access QSAM (seq) files from CICS?

  1. Yes

  2. Using AIX we can access in CICS

  3. Using Keys we can access QSAM in CICS

  4. No


Correct Option: D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Yes - This option is incorrect because QSAM (Sequential Access Method) files cannot be accessed directly from CICS (Customer Information Control System).

Option B) Using AIX we can access in CICS - This option is incorrect because AIX (Advanced Interactive eXecutive) is an operating system and is not directly related to accessing QSAM files in CICS.

Option C) Using Keys we can access QSAM in CICS - This option is incorrect because accessing QSAM files in CICS does not involve the use of keys.

Option D) No - This option is correct because QSAM files cannot be accessed from CICS.

The correct answer is D) No. QSAM (Sequential Access Method) files cannot be accessed directly from CICS.

What is the difference between physical map and symbolic map?

  1. The physical map is the load module and the symbolic map is the data structure

  2. The physical map is the data structure and the symbolic map is the load module

  3. Physical map is mapped with addresses and the symbolic map is the logical one.

  4. There is no difference


Correct Option: A

are the two outputs created as a result of generation of a map?

  1. The load module and DBRMLIB

  2. The map load and DBRMLIB

  3. The map copybook and the load module

  4. The MAPLIB and loadlib


Correct Option: C

What is CICS ?

  1. Customer Interaction Control System

  2. Consumer Information Control System

  3. Customer Information Control System

  4. Consumer Interaction Control System


Correct Option: C

What is CICS?

  1. Customer Interaction Control System

  2. Consumer Information Control System

  3. Customer Information Control System

  4. Consumer Interaction Control System


Correct Option: C

How do you use extended attributes?

  1. Define EXTATT=YES and the correct terminal type.

  2. Define EXTDATT=YES and the correct terminal type.

  3. Define EXTATRB=YES and the correct terminal type

  4. Define XTDATRB=YES and the correct terminal type.


Correct Option: A

What are the 3 working storage fields used for every field on the map?

  1. Length, attribute and input field

  2. Length, no.of fields and output field

  3. Length, attribute and input/output field

  4. Length, attribute and output field


Correct Option: C
- Hide questions