Hi,
product: VL-Web
LANSA version: V14SP1
EPC level: EPC141070
Web server: IBM Apache
OS400: V7R1
We would like to delay job with server module in IBMi. So, we tried to use OS400 command "DLYJOB" with RDML command "Exec_Os400".
The following code was added in server module.
Exec_Os400 Command('DLYJOB DLY(30)')
But, the processing is not delayed.
Can not we use "DLYJOB" with server module? Can not we delay job with server module in IBM i?
Thank you.
Best regards,
Rieko Saitoh
LANSA japan
VL-Web V14SP1: processing delay with Servermodule in IBMi
-
Rieko Saitoh
- Posts: 58
- Joined: Sat Apr 30, 2016 11:46 am
Re: VL-Web V14SP1: processing delay with Servermodule in IBMi
Hi
Try to create a cl-program where you have DLYJOB command and then call the cl-program from the server module.
/klaus
Try to create a cl-program where you have DLYJOB command and then call the cl-program from the server module.
/klaus
Re: VL-Web V14SP1: processing delay with Servermodule in IBMi
It should work. Anything in the job log?
-
Rieko Saitoh
- Posts: 58
- Joined: Sat Apr 30, 2016 11:46 am
Re: VL-Web V14SP1: processing delay with Servermodule in IBMi
Hi,
Thank you for your reply. My test method was wrong. I confirmed that I can pause with Exec_Os400 and DLYJOB command.
I'm sorry to cause you trouble. And I appreciate your help.
Best regards,
Rieko Saitoh
LANSA japan
Thank you for your reply. My test method was wrong. I confirmed that I can pause with Exec_Os400 and DLYJOB command.
I'm sorry to cause you trouble. And I appreciate your help.
Best regards,
Rieko Saitoh
LANSA japan