Tag: mainframe

Questions Related to mainframe

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