×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Nathan and Kevin,
Still no success. I created a CL program (named ND001) with the following two commands:
ADDENVVAR ENVVAR(QIBM_MULTI_THREADED) VALUE(Y)
SBMJOB CMD(QSH CMD('/DOT/NODE/START.SH')) +
JOB(NDWSA) USER(KCOOKSON)
I tried calling the ND001 CL program from a command line (CALL). I tried submitting the ND001 CL from a command line (SBMJOB). I'm still getting the signal 5 error in both cases.
I don't get the signal 5 error when I add the environmental variable in an interactive session and then use an interactive qshell session to start the node program. So I know it works in an interactive session.
Thanks,
Kelly Cookson
IT Project Leader
Dot Foods, Inc.
1.217.773.4486 ext. 12676
kcookson@xxxxxxxxxxxx
-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Nathan Andelin
Sent: Friday, August 21, 2015 1:13 PM
To: Web Enabling the IBM i (AS/400 and iSeries)
Subject: Re: [WEB400] Starting a node program so it keeps running without interactive jobs staying open.
Do I need to add the environment variable to the submitted job?
I would think so. Use SBMJOB to submit a CLLE program - set environment variables there - then call QSH from the CLLE program and pass the reference to your .sh file.
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/web400.
As an Amazon Associate we earn from qualifying purchases.