WebSphere MQ Workflow 3.4 Generic C API Test / Prototyping Tool
[prev][next][parent][TOC]
Test Tool Syntax Example
To retrieve the Test Tool Syntax, run the tool with the following arguments:
fmctjca1 Syntax <FileSpec>
or
fmctjca1 -x <FileSpec>
Example: fmctjca1 syntax d:\test\syntax.txt
Extract of the Test Tool Syntax:
FmcjExecutionServiceAllocate
ExecutionServiceHdl n
XpRc FMC_OK
End
FmcjExecutionServiceAllocateForSystem
System "value" | NULL
SystemGroup "value" | NULL
ExecutionServiceHdl n
XpRc FMC_OK
End
FmcjExecutionServiceDeallocate
ExecutionServiceHdl i
XpRc FMC_OK
End
FmcjExecutionServiceCopy
ExecutionServiceHdl i
ExecutionServiceHdl2 n
XpRc FMC_OK
End
FmcjExecutionServiceEqual
ExecutionServiceHdl i
ExecutionServiceHdl2 i
XpValue TRUE | FALSE
End
FmcjExecutionServiceLogon
ExecutionServiceHdl i
UserID "value" | NULL
Password "value" | NULL
SessionMode Fmc_SM_Default
| Fmc_SM_Present
| Fmc_SM_PresentHere
| (any integer)
AbsentIndicator Fmc_SA_NotSet
| Fmc_SA_Reset
| Fmc_SA_Leave
| (any integer)
XpRc FMC_OK
End
FmcjExecutionServiceLogoff
ExecutionServiceHdl i
XpRc FMC_OK
End