You can also use set -e to force the shell to exit whenever a non-zero
   return code is found:
    
   qsh cmd('set -e; ls notfound; ls found')
    
   qsh cmd('ls notfound && ls found')
    
    
     ----- Original message -----
     From: Jack Woehr <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
     Sent by: "OpenSource" <opensource-bounces@xxxxxxxxxxxxxxxxxx>
     To: IBMi Open Source Roundtable <opensource@xxxxxxxxxxxxxxxxxx>
     Cc:
     Subject: Re: [IBMiOSS] QIBM_QSH_CMD_ESCAPE_MSG
     Date: Wed, Apr 17, 2019 12:24 PM
      
     Stack your commands
     dothis && dothat && doanother
     && means "proceed If the previous code was 0" in Unix
     On Wed, Apr 17, 2019 at 11:21 AM Craig Richards <craig@xxxxxxxxxxxxxxxx>
     wrote:
     > Hi All,
     >
     > In order to trap QSH errors, I've been setting QIBM_QSH_CMD_ESCAPE_MSG
     to Y
     > as a Job level Environmental Variable and it works swimmingly when I
     call
     > QSH with a single command.
     >
     > But my testing seems to indicate that if I pass several semicolon
     separated
     > commands to QSH (directly in the CMD parameter),  the Escape Message
     is
     > based on whether the LAST command had exit status 0 or not.
     >
     > So my simple cunning plan, that at the first sign of trouble, QSH
     would
     > stop executing commands and send me a nice Escape Message I could
     monitor
     > for has fallen at the first hurdle.
     >
     > I can see the errors in STDOUT which I've overridden.
     >
     > I'm guessing that to get the behaviour I want (stop executing commands
     and
     > notify the caller via an escape message at the first error), I'll need
     to
     > use a script instead?
     >
     > Thanks kindly,
     > Craig
     > --
     > This is the IBMi Open Source Roundtable (OpenSource) mailing list
     > To post a message email: OpenSource@xxxxxxxxxxxxxxxxxx
     > To subscribe, unsubscribe, or change list options,
     > visit: [1]
https://lists.midrange.com/mailman/listinfo/opensource
     > or email: OpenSource-request@xxxxxxxxxxxxxxxxxx
     > Before posting, please take a moment to review the archives
     > at [2]
https://archive.midrange.com/opensource.
     >
     > Help support midrange.com by shopping at amazon.com with our affiliate
     > link: [3]
https://amazon.midrange.com
     >
     --
     Jack Woehr
     Absolute Performance, Inc.
     12303 Airport Way, Suite 100
     Broomfield, CO 80021
     NON-DISCLOSURE NOTICE:  This communication including any and all
     attachments is for the intended recipient(s) only and may contain
     confidential and privileged information.  If you are not the intended
     recipient of this communication, any disclosure, copying further
     distribution or use of this communication is prohibited.  If you
     received
     this communication in error, please contact the sender and
     delete/destroy
     all copies of this communication immediately.
     --
     This is the IBMi Open Source Roundtable (OpenSource) mailing list
     To post a message email: OpenSource@xxxxxxxxxxxxxxxxxx
     To subscribe, unsubscribe, or change list options,
     visit: [4]
https://lists.midrange.com/mailman/listinfo/opensource
     or email: OpenSource-request@xxxxxxxxxxxxxxxxxx
     Before posting, please take a moment to review the archives
     at [5]
https://archive.midrange.com/opensource.
     Help support midrange.com by shopping at amazon.com with our affiliate
     link: [6]
https://amazon.midrange.com
      
    
References
   Visible links
   1. 
https://lists.midrange.com/mailman/listinfo/opensource
   2. 
https://archive.midrange.com/opensource
   3. 
https://amazon.midrange.com/
   4. 
https://lists.midrange.com/mailman/listinfo/opensource
   5. 
https://archive.midrange.com/opensource
   6. 
https://amazon.midrange.com/
As an Amazon Associate we earn from qualifying purchases.