1.

What Is The Difference Between The Positional And Keyword Parameters? Give Examples?

Answer»
  • Positional Parameters are placed in a specific POSITION.
  • It needs to be positioned within the operand field.
  • EXAMPLE: Employee name in the JOB card is a positional parameter at the Job level.
  • Keyword Parameters are not placed in a specific position or ORDER.
  • Example: MSGLEVEL=(X,Y)



Discussion

No Comment Found