I meant SBMJOB.
Yes, you can. Use the system() call to execute a CL command in a C program. It can be found in the ILE C/C++ Run-Time Library Functions manual. SC41-5607-02. You can use it to execute your SBMJOB command. Works great.
//////////////////////////////////////////
Hi,
An alternative is to use Spawn() to submit a child JOB. You can found this function in the same manual.
Last Wiki Answer Submitted: May 4, 2009 10:22 pm by mrlchile50 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Hi
Can you use a call to QCMDEXC – that should be able to do a SBMJOB for you.
Regards,
Martin Gilbert.