Tag: mainframe

Questions Related to mainframe

A user with the SYSADM authority issue the following statement : GRANT ALL PRIVILEGES ON TABLE payroll.employee TO user1 WITH GRANT OPTION Which of the following statement is USER1 authorized to execute?

  1. GRANT CONROL ON TABLE payroll.employee TO user2

  2. GRANT UPDATE ON TABLE payroll.employee TO user2

  3. GRANT CREATE_EXTERNAL_ROUTINE ON TABLE payroll.employee TO user2

  4. GRANT LOAD ON TABLE payroll.employee TO user2


Correct Option: B

Which of the following can NOT be done using the ALTER TABLE statement

  1. Add a new column

  2. Drop a check constraint

  3. Change a columns name

  4. Change the length of VARCHAR column


Correct Option: C

Which of the following is a valid wildcard character in a like clause of a SELECT statement?

  1. ?

  2. %

  3. +

  4. \


Correct Option: B

which one of the following is not IBM mainframe utility programs

  1. IEBPTPCH

  2. IEHINITT

  3. IEBISAM

  4. IEBVSAM


Correct Option: D

Fill in the blank: IEBCOMPR _________ records in sequential or partitioned data sets

  1. creates

  2. compares

  3. copies

  4. none of the above


Correct Option: B

IEBGENER can't be used for

  1. Printing a sequential data set or a member of a PDS

  2. Creating partitioned output data set from sequential input data set

  3. Changing the physical block size or logical record length of a sequential data set.

  4. Copy and print ISAM datasets


Correct Option: D

IEBIMAGE manipulates character set definitions for the IBM 3800 printing subsystem

  1. True

  2. False


Correct Option: A