0

mainframe Online Quiz - 89

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

Consider the following piece of code: IF NOT INPUT-EOF IF INPUT-REC-TYPE = '55' PERFORM 2100-PROCESS-WTN ELSE NEXT SENTENCE END-IF ADD +1 TO INPUT-COUNT. PERFORM TEST-1 If the value INPUT-REC-TYPE = '00' then what will happen to the value of INPUT-COUNT?

  1. 01

  2. Will not change

  3. 56

  4. Will change


Correct Option: B

Which all among the following are the Special Registers?

  1. PR

  2. PSW

  3. PC

  4. SP


Correct Option: B,C,D

Using which option a input file can be split into equal no.of output files

  1. OUTREC FILES=(01,02,03,04,05,06,07,08,09,10),SPLIT

  2. OUTREC=(01,02,03,04,05,06,07,08,09,10),SPLIT

  3. OUTFIL FILES=(01,02,03,04,05,06,07,08,09,10),SPLIT

  4. ALL


Correct Option: C

Block size(BLKSIZE) of a file should be multiple of

  1. CYLINDERS of the file

  2. LRECEL of the file

  3. BUFSIZE of the file

  4. NONE


Correct Option: B

Which below utilities will be used for submitting the a job using another job.

  1. IEBR14, INTRDR

  2. IEBGENER, INTRDR

  3. IEBPTPCH, INTRDR

  4. IEHINITT, INTRDR


Correct Option: B

While reading a table in natural cobol do we have an option to read the specified number of records.

  1. True

  2. False


Correct Option: A

he below IF condition is valid or not. READ MYVIEW BY NAME ACCEPT IF SALARY >= 40000 AND SALARY < 45000 DISPLAY NAME JOB-TITLE SALARY END-READ

  1. True

  2. False


Correct Option: A
  1. #FIELDA (N3) = <100>

  2. #FIELDA (N3) INIT <100>

  3. #FIELDA (N3) INITIALISE <100>

  4. ALL


Correct Option: B

what does PS parameter signify

  1. determine whether page ejects are to be performed or not

  2. determine the maximum number of lines per (logical) page for a report

  3. determine the minimum number of lines per (logical) page for a report

  4. NONE


Correct Option: B

------ enables a program that is executing outside a particular BTS process to access an activity within the process.

  1. ACQUIRE

  2. ABEND

  3. ADDRESS

  4. ADD SUBEVENT


Correct Option: A

------ analyzes three different date and time stamp formats which are commonly used on the Internet, and converts them to the ABSTIME (absolute date and time) format.

  1. ASKTIME

  2. TIME

  3. CONVERTTIME

  4. FORMATTIME


Correct Option: C
  1. GDS ALLOCATE

  2. GDS ASSIGN

  3. ACQUIRE

  4. GDS ACQUIRE


Correct Option: A
  1. IGNORE CONDITION

  2. IGNORE

  3. IGNORE CONDITION

  4. CONDITION IGNORE


Correct Option: A
  1. LINK

  2. JOURNAL

  3. ISSUE JOURNAL

  4. LOAD


Correct Option: B
- Hide questions