0

mainframe Online Quiz - 138

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

NAME1 = "JHON" NAME2 = " JHON " IF NAME1 == NAME2 THEN SAY " MATCHED " ELSE SAY " NOT MATCHED " Result: NOT MATCHED

  1. True

  2. False


Correct Option: A
  1. ONE = " " ; TWO = "HOW" ; THREE = "ARE YOU"

  2. ONE = "HOW" ; TWO = "ARE"; THREE = "YOU"

  3. ONE = "HOW ARE YOU" ; TWO = NULL ; THREE = NULL

  4. ONE = " " ; TWO = "HOW" ; THREE = "ARE"


Correct Option: B
  1. VAR1 = ABCDE ; VAR2 = GHE

  2. VAR1 = ABCD ; VAR2 = GH

  3. VAR1 = ABCDE ; VAR2 = GHIJKLMNOP

  4. VAR1 = ABCDEFG; VAR2 = HI


Correct Option: B
  1. set to the line number of the REXX program from which the transfer of Control statment

  2. set to the command of the REXX program causes error

  3. set to the subroutine name of the REXX program causes error

  4. set to the return code that was set by an environment command


Correct Option: A

Pick the REXX reserved variables from the following list?

  1. RC

  2. RESULT

  3. ADDRESS

  4. SIGL


Correct Option: A,B,D
  1. 1234.5

  2. 1234.500

  3. 123

  4. 234


Correct Option: B
  1. Defines the dataset name in system Catalog

  2. Uncatalog the dataset name given

  3. Tells if a dataset name exists

  4. none


Correct Option: C
  1. " MUCH BLANK SPACE "

  2. " MUCH BLANK SPACE"

  3. "MUCH BLANK SPACE "

  4. "MUCH BLANK SPACE"


Correct Option: D

CALL LISTDSI dataset name?

  1. Retrieves complete information about dataset name

  2. Retrivess list of dataset names similar to the given dataset name

  3. Retrives RACF details of dataset name

  4. Retrives the attributes of a dataset


Correct Option: A,C,D
  1. " 123.450"

  2. "123.45"

  3. "00123.450"

  4. "00123.45"


Correct Option: A

say C2X('A123')?

  1. C1F1F2F3

  2. A1010203

  3. A2010203

  4. C2010203


Correct Option: A

COMPARE ('APPLES', APPLESAUCE')?

  1. 7

  2. 8

  3. 9

  4. 10


Correct Option: A
  1. Allow Variable-1 through variable-n to be shared with the main part of the program

  2. Used with the PROCEDURE instruction

  3. suppress Variable-1 through variable-n not to be share with main part of the program

  4. All the above


Correct Option: A,B
- Hide questions