I'm executing a CL procedure on the iSeries that uploads several .txt files from a network server. All but one of them works fine but the DOS pop-up screen for that one appears with some sort of message. Problem is it pops up and disappears so fast that I can't read it. Is there a way of stopping...
Thanks! We'll email you when relevant content is added and updated.
Inside of a CL procedure, I want to retrieve the printer name being used by the designated query. I need to do this without any prompting, therefore using WRKQRY, option 6 to print definitions will NOT work. What is the alternative. I simply need to know the printer name used in all of the queries...
Thanks! We'll email you when relevant content is added and updated.
We have an AS/400 Version V5.R4. We had a CL procedure that used SNDNETSPLF to send spooled files from one queue to another queue on the same system and keep the spooled in both queues. We can no longer use SNDNETSPLF because we have two systems (production and backup) with the same system name. Do...
Thanks! We'll email you when relevant content is added and updated.
Hi, I have to compute the duration it takes to execute a batch process. So I need to compute the difference between Start Time & End Time and display it in HH:MM:SS format. So is there any command in CL which can compute the time difference? Thanks
Thanks! We'll email you when relevant content is added and updated.