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

In SORT utility by using which option we will generate the sequence number

  1. NUMGEN

  2. GENNUM

  3. SEQNUM

  4. ALL


Correct Option: C

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

How to initialise the values while declaring the variable

  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

Is the following Evaluate clause with no WHEN phrase coded syntactically valid?? (True-YES/False-No) EVALUATE A ALSO B END-EVALUATE.

  1. True

  2. False


Correct Option: B

For successful execution of REWRITE stmt, the direct access file must be opened in ____ mode. (Fill in the blank with the right answer from the options)

  1. INPUT

  2. OUTPUT

  3. INPUT-OUTPUT

  4. OUT-INPUT


Correct Option: C

The result of SEARCH ALL is predictable only when the table is defined with ASCENDING or DESCENDING KEY and the key should uniquely identify an occurrence of the table entry.

  1. True

  2. False


Correct Option: A

CONFIGURATION SECTION in COBOL must be present.

  1. True

  2. False


Correct Option: A

------ 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

------ acquires a session to a remote system.

  1. GDS ALLOCATE

  2. GDS ASSIGN

  3. ACQUIRE

  4. GDS ACQUIRE


Correct Option: A

-------- causes an APPC basic conversation to end immediately, regardless of the conversation state. The partner transaction is informed.

  1. GDS ABEND

  2. ABEND

  3. GDS ISSUE ABEND

  4. ISSUE ABEND


Correct Option: C

Syntax for IGNORE CONDITION

  1. IGNORE CONDITION

  2. IGNORE

  3. IGNORE CONDITION

  4. CONDITION IGNORE


Correct Option: A

Which command creates the JOURNAL Record.?

  1. LINK

  2. JOURNAL

  3. ISSUE JOURNAL

  4. LOAD


Correct Option: B
- Hide questions