No, CL does not have the capability of updating database files. It is possible to indirectly update a file by creating a Query Manager Query and passing it parameters at run time.
Last Wiki Answer Submitted: November 17, 2004 10:15 am by Rchevalier0 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.
I have a sql statement in a source type SQL that updates a db. From the CL:
RUNSQLSTM SRCFILE(mich/MICHwork) SRCMBR(SQLPPRST) +
COMMIT(*NONE)
I have been reading some about stored procedures…but haven’t had the opportunity to use them. You might see if that would help.