1.

What Is Program Status Data Structure?

Answer»

A Program status DS can DEFINED to make program exception/error information available to an RPG program.

DS is defined as program status DS by an S in POSITION 18 of the DS statement.
*STATUS contains status code.
*ROUTINE : contains name of routine in which the exception/error occurred
*PARMS : contains the NUMBER parameters passed to this program from the calling program.

A Program status DS can defined to make program exception/error information available to an RPG program.

DS is defined as program status DS by an S in position 18 of the DS statement.
*STATUS contains status code.
*ROUTINE : contains name of routine in which the exception/error occurred
*PARMS : contains the number parameters passed to this program from the calling program.



Discussion

No Comment Found