![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The SW_GETCASE_STATUS procedure returns the status of a case of a procedure.SW_GETCASE_STATUS (
case_num in integer,
case_status out varchar(10),
proc_type out varchar(10),
case_started out date)
• case_num is the number of the case that you want to get the status of.
• case_status (output) is the name of a variable, defined in the calling program, into which SW_GETCASE_STATUS will return the status of the specified case.
• proc_type (output) is the name of a variable, defined in the calling program, into which SW_GETCASE_STATUS will return the procedure type of the specified case (for example, Main or Sub).
• case_started (output) is the name of a variable, defined in the calling program, into which SW_GETCASE_STATUS will return the date that the case was started.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |