Questions Related to mainframe

Multiple choice technology mainframe
  1. Can have Letters, 0 - 9, Hyphen and cannot start or end with Hyphen, Maximum of 30 characters

  2. Can have Letters, 0 - 9 and should start with Letter, Maximum of 30 characters

  3. Can have Letters, 0 - 9 and should start with Letter, Maximum of 8 characters

  4. Can have Letters, 0 - 9, Hyphen and cannot start or end with Hyphen, Maximum of 8 characters

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology mainframe
  1. contain at least one character, but not more than 30 character

  2. contain at least one alphabetic character

  3. Can begin or end with a hyphen

  4. Names are not case-sensitive: TotalPay is the same as totalpay, Totalpay or TOTALPAY

  5. constructed from the Letters, 0 - 9, and hyphen

Reveal answer Fill a bubble to check yourself
A,B,D,E Correct answer
Multiple choice technology mainframe
  1. A PGM parameter can be overriden

  2. If a parameter, which does not exist, is coded on the EXEC statement, the parameter will be added

  3. The parameter for each step need to be coded in the same order as they appear on the procedure EXEC statement

  4. All parameters for each step must be coded in order.

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Multiple choice technology mainframe
  1. The overriding DD statement need not be in a same order as the concatenated DD staements.

  2. To override only last DD statement in a concatenation, code only one overriding statement

  3. to leave a concatenated staetement unchanged, code its corresponding DD statement with a blank operand field

  4. Code a DDname against all the overiding DD statements.

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer