0

mainframe Online Quiz - 41

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

if more than one sub-paramter or if there is any special character then enclose withing quotes/paranthesis. Max of 100 characters can be passed to cobol pgm including quotes/paranthesis

  1. True

  2. False


Correct Option: B

All the parameters suffixed by "=" are keyword parameter. except:

  1. LABEL=

  2. PGM=

  3. PROC=

  4. SKIP=


Correct Option: B,C

while concatenating input files if the block size is different then largest should be coded fisrt

  1. True

  2. False


Correct Option: A

S822 abend

  1. End of Volume

  2. Requested Region not available

  3. Crossing the print limit in spool

  4. Authorisation issue


Correct Option: B

S80A/S804 abend

  1. Load module not found

  2. End of Volume

  3. Requested region is not enough

  4. Attenpting to divide by 0 and not using ON SIZE ERROR


Correct Option: C

S722 abend is for

  1. The data set name in the JCL did not match the data set name on the tape

  2. A module requested by the program could not be found.

  3. The storage needed to execute the program was not available.

  4. The maximum number or output lines has been exceeded


Correct Option: D

S0CA abend

  1. The result of an arithmetic operation was too large for the receiving field.

  2. An invalid divide was attempted.

  3. The quotient exceeded the allowed data field size.

  4. A JCL DD statement was either invalid or missing.


Correct Option: A

A numeric field contained non-numeric data.

  1. S0C2

  2. S0C7

  3. S0C4

  4. S0C1


Correct Option: B

The wait time limit was exceeded for a job or job step.

  1. S522

  2. S322

  3. S722

  4. S222


Correct Option: A

What is the significance of first two digits of External card number :

  1. Country code

  2. Check digits

  3. Card speciality

  4. AMEX code


Correct Option: D

Protocol which used to trasfer data to mainframe in SFT

  1. HTTPS

  2. Connect Direct

  3. FTPS

  4. AS2


Correct Option: B

Retention period of a file in SFT outbox

  1. 10

  2. 40

  3. 30

  4. 15


Correct Option: C
  1. 5 & 11 respectively

  2. 10 & 12 respectively

  3. 10 & 15 respectively

  4. None of the above.


Correct Option: B

What is the maximum no of SSAs allowed in a CALL statement

  1. 99

  2. 33

  3. No limit

  4. 15


Correct Option: D

SFT

  1. Can Load jobs to Jobtrac

  2. Cannot trigger a job in Mainframe

  3. Cannot Load jobs to Jobtrac but it can trigger the job

  4. both b & c


Correct Option: C

What is the RC-ACCT-TYPE code for Corporate Basic Cards

  1. 5

  2. 1

  3. 4

  4. 2


Correct Option: A

What is the Significance of PLASTIC COLOUR & ASSET ID in ARQF02

  1. Significe actual colour of the Card

  2. Dummy Parameters

  3. Drives only Card Art & Description at MYCA level.

  4. None of the above


Correct Option: C

Query to fetch first 10 rows in DB2

  1. FETCH 10 ROWS ONLY

  2. GET FIRST 10 ROWS

  3. SELECT FIRST 10 ROWS

  4. FETCH FIRST 10 ROWS ONLY


Correct Option: D
- Hide questions