1.Functional Description
1.1Purpose
This function sends a message to the Scheduler Server.
1.2Setup Notes and Prerequisites
This function is to be used by the Scheduler Applications only. If another application attempts to
call this function for any reason, the Scheduler Server may become unstable.
1.3Special Logic
If the Scheduler is running on an enterprise server: This function calls the Scheduler's client side
dispatch function to send a message to the Scheduler kernel via JDENET.
If the Scheduler is running locally: This function will use inter-process communication to send a
message to the local Scheduler Server that is running inside of a UBE.
This function has Win32 specific code that is only compiled when the compiler definition, IAMASERVER
is not defined.
^
D91300O - Communicate With Scheduler Server
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szLogicalServerName | DATP | char | REQ | INPUT |
The name that identifies the data source. | ||||
cMode | EV01 | char | REQ | INPUT |
1 - Start Scheduler Server.
| ||||
szScheduledJobName | SCHJBNM | char | OPT | INPUT |
This must be populated when the parameter, cMode, equals 4.
| ||||
mnReturn | MATH01 | MATH_NUMERIC | OPT | OUTPUT |
'1' - ER_SUCCESS
|
B9800100 Get Audit Information |
F91300 Schedule Job Master | ||||
F98611 Data Source Master |