By: TomLiotta
Why program runs in multi thread ? We can’t tell because you didn’t show us how you run the program nor how the program is coded. 2. Convert Spool file to PDF… What spool file? Where did it come...
View ArticleBy: sim400
Tom, Thanks for Reply…..We have Jobs generating reports (spool file) and they add the spool file to be sent out in email into a File. My SQLRPGLE running in batch picks entries from File (it will have...
View ArticleBy: ToddN2000
Is your program just for e-mailing the spool files or are you creating and e-mailing within the same program? If it is for e-mailing only, why not write it in CL? How are you getting the spool file...
View ArticleBy: TomLiotta
The Information Center File system considerations for multithreaded programming topic is clear: The QDLS file system is not threadsafe. You can’t use that programming to do that task in a subsystem...
View ArticleBy: sim400
Tom,What could I use to send email on iSeries? I know only SNDDST.Anyway, the problem is solved after using CHGQRYA DEGREE(*NONE) at the start of the program.
View ArticleBy: TomLiotta
The solution is temporary. There will be other problems. You can find a number of problems discussed in this forum and in just about any similar forum on the internet. There are a number of plain...
View Article