To stop a Seim JOB running using SBMJOB
create a CL with this command

============
CPY OBJ('/Eforward/bin/as400/readme.txt') TOOBJ('/Eforward/stop.txt')
============

Then to stop the JOB run the CL

Note that the file name /Eforward/stop.txt is the name
from the -q parameter in the original SBMJOB that started Seim.

Once the CL with the copy command above is run the file
created ('/Eforward/stop.txt')  will be in the IFS for a
short time. When it disappears the Seim JOB will be stopped.

