×
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.
It is an interactive job. I wanted the program to die, not the job.
snd-msg *escape is what I need.
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Javier
Sanchez
Sent: Sunday, January 8, 2023 3:10 PM
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Re: *INH1
Ok, I misunderstood your point. You want to end a whole job. Well, try to
submit (SBMJOB) a job with the ENDJOB command right after at the line where
you get the error. You can use the "system()" Unix-type API or the QCMDEXC
program.
Something like system("ENDJOB JOB(123456/YOURJOBUSR/YOURJOBNAME)")
and make sure to include the *IMMED option.
Use the QBATCH job queue to also make sure it will run.
Then use the exit(-1) API call.
I think this should work well.
Javier
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a
message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.