× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: RE: Get the last job number for a job run everyday.
  • From: Peter Connell <peterc@xxxxxxxxxxxxx>
  • Date: Fri, 22 Dec 2000 09:35:15 +1300

Bob,
Here's a simple CLP that does the trick.

             PGM        PARM(&JOB)                                   
             DCL        VAR(&JOB) TYPE(*CHAR) LEN(10)                
             DCL        VAR(&MSGID) TYPE(*CHAR) LEN(7)               
             DCL        VAR(&MSGDTA) TYPE(*CHAR) LEN(128)            
             DCL        VAR(&NBR) TYPE(*CHAR) LEN(6)                 
             DCL        VAR(&LAST) TYPE(*CHAR) LEN(6)                
                                                                     
             MONMSG  MSGID(CPF1332 CPF1336 CPF1349) EXEC(GOTO GETJOB)
             CHGJOB     JOB(&JOB) OUTPTY(5) DUPJOBOPT(*MSG)          
             RLSJOB     JOB(&JOB)                                    
             RETURN                                                  
 GETJOB:     RCVMSG MSGTYPE(*EXCP) MSGDTA(&MSGDTA) MSGID(&MSGID)     
 LOOP:       IF (&MSGID = CPF0906 *OR &MSGID = CPF1332) +            
                 RCVMSG MSGTYPE(*DIAG) MSGDTA(&MSGDTA) MSGID(&MSGID) 
             IF (&MSGID *NE ' ') DO                                  
                  CHGVAR &NBR %SST(&MSGDTA 21 6)                     
                  IF (&NBR > &LAST) CHGVAR &LAST &NBR                
                  IF (&MSGID = CPF0906) GOTO LOOP                    
             ENDDO                                                   
                                                                     
             SNDPGMMSG  MSGID(CPI2401) MSGF(QCPFMSG) MSGDTA('Last +   
                          job is' *BCAT &LAST)                        
             ENDPGM 
Cheers, Peter                                                  

-----Original Message-----
From: Bob Buettel [mailto:bbuettel@udilink.com]
Sent: Friday, December 22, 2000 5:19 AM
To: 'RPG400-L@midrange.com'
Subject: Get the last job number for a job run everyday.



        I need to get a jobs last run number. The job name will always be
the same.
        I was looking at API QWCRJBST but that returns the status of a job
but you must pass it                    
        JOB/USER/NUMBER. I want to pass a job name to a API and get the last
/NUMBER.
..........................................................thanks Happy
Holidays to the
list.................................................................

+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator:
david@midrange.com
+---

This communication is confidential and may be legally privileged. 
If it is not addressed to you, you are on notice of its status. 
Please immediately contact us at our cost and destroy it.  
Please do not use, disclose, copy, distribute or retain any of it 
without our authority - to do so could be a breach of confidence. 
Thank you for your co-operation.  
Please contact us on (09) 356 5800 if you need assistance.
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.