Tag: mainframe

Questions Related to mainframe

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