×
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.
Interactively, you should use a real shell.
For batch, see:
How to Call PASE Commands/Scripts from a Command Line, CL Program, or in a Submitted Job
https://www.ibm.com/support/pages/node/684869
HTH
-----Original Message-----
From: Robert Rogerson [mailto:rogersonra@xxxxxxxxx]
Sent: Wednesday, February 26, 2020 7:04 PM
To: IBMi Open Source Roundtable <opensource@xxxxxxxxxxxxxxxxxx>
Subject: [IBMiOSS] Difference between STRQSH and running in start.sh
I'm on the IBM i v7r3
When I run a command/program interactively in Qshell it runs successfully.
But when I try to run this in start.sh it fails with Command serve not found.
I start an interactive Qshell session.
STRQSH
$ cd node/vlegacireactjs
$ serve -s build -l 8010
The above starts a react server which I confirm is reachable when I point my browser at port 8010. I am trying to run a program that will start the server in batch.
SBMJOB CMD(QSH CMD('/home/RROGERSON/node/vlegacireactjs/start.sh')) +
JOB(NODE_REACT) JOBQ(QS36EVOKE) CPYENVVAR(*YES)
And then start.sh contains
#1/usr/bin/sh
cd /home/RROGERSON/node/vlegacireactjs
serve -s build -l 8010
The job NODE_REACT fails (as seen in the QPRINT spool file) with Command serve not found .
Does anyone know what I have to add to start.sh to get this to run?
Thanks,
Rob
As an Amazon Associate we earn from qualifying purchases.