0

mainframe Online Quiz - 107

Description: mainframe Online Quiz - 107
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. Generated Sequential Access Method

  2. Generalized Sequential Access Method

  3. Generalized Servicing Access Method

  4. Generalized Sequential Authendication Method


Correct Option: B

GSAM is a

  1. unordered and non hierarchical data base

  2. sequential and hierarchical data base

  3. sequential and non hierarchical data base

  4. unordered and hierarchical data base


Correct Option: C
  1. Queries

  2. Function calls

  3. DL/I calls

  4. DL/1 calls


Correct Option: C
  1. CALL 'CBLTDLI' USING call-func, pcb-name, ioarea

  2. CALL 'CBLTDLI' USING call-func, Ioarea

  3. CALL 'CBLTDLI' USING pcb-name, Ioarea

  4. CALL 'CBLTDLI' USING call-func, pdb-name pcb-name, Ioarea


Correct Option: A

In GSAM we can insert records

  1. At the beginning only

  2. At the specified position

  3. At random position

  4. At the end only


Correct Option: D

We can add records randomly to GSAM data sets

  1. True

  2. False


Correct Option: B
  1. add and edit the record

  2. Add and delete the record

  3. Modify and delete the record

  4. insert and delete the record


Correct Option: C
  1. Only fixed length record

  2. only variable length record

  3. both fixed length and variable length records

  4. only specified length record


Correct Option: C
  1. last 2 bytes of the record

  2. First 2 bytes of the records

  3. 3rd and 4th bytes of the record

  4. The record length will not be specified in the record


Correct Option: B
  1. the data begins in byte 1

  2. the data begins in byte 0

  3. control character in byte 0 and data begins in byte 1

  4. control character is specified at the end


Correct Option: C

When the GSAM detected a variable length record with an invalid format it returns

  1. AF

  2. AH

  3. AI

  4. AO


Correct Option: A
  1. the data begins in byte 1

  2. byte 0 and byte 1 contains 2 byte length field

  3. byte 0 contains control character and byte 1 and 2 contains the length field

  4. byte 0 and 1 contains the 2 byte length field and byte 3 contains control character


Correct Option: D
  1. Actual record

  2. Address of the next record

  3. Address of the record retrieved

  4. Address of the previous record


Correct Option: C

When an invalid request is issued against GSAM database it returns

  1. AI

  2. AJ

  3. AM

  4. AH


Correct Option: C
- Hide questions