× 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.



Thanks Rob.
 
The was a TCP/IP job called QSYSWRK in sbs QSYSWRK which did not end ,causing the problem.IBM recommends putting an EXIT program just prior to start of backup that will do the follwoing:
 
ENDTCPSVR  
MONMSG MSGID(CPF0000)
DLYJOB DLY(30)
 
ENDHOSTSVR  
MONMSG MSGID(CPF0000)
DLYJOB DLY(30)
 
ENDTCP      
MONMSG MSGID(CPF0000)
DLYJOB DLY(30)
 
We have the related BRMS backup control group configured as follows:
      Backup                                                        
Seq   Items       Exit command                                      
                                                                    
  10  *EXIT       SNDMSG MSG('Backup will begin now .. Please sign o
  20  *SAVSYS                                                       
  30  *IBM                                                          
  40  *ALLUSR                                                       
  50  *ALLDLO                                                       
  60  *LINK                                                         
  70  *EXIT       CALL PGM(CDSLIB/CC1981UC)                         
  80  *EXIT       SBMJOB CMD(CALL PGM(QGPL/MSG2)) JOB(MSG2) JO
 
Can I insert the the IBM recommended commands between sequence number 10 and 20.
 
Off course,I will compile a CL (containing the commands) and insert that CL between sequence number 10 and 20.After insertion,I will change the sequence numbers for the commands starting from *SAVSYS and below.
 
Also is the delayjob parameter of 30 seconds or each of the commands ENDTCPSVR/ENDHOSTSVR and ENDTCP ok.
 
Please advice asap as I have to schedule this to avoid further issues
 
Regards
Sneha


--- On Fri, 16/4/10, rob@xxxxxxxxx <rob@xxxxxxxxx> wrote:


From: rob@xxxxxxxxx <rob@xxxxxxxxx>
Subject: Re: Server Hung
To: "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
Date: Friday, 16 April, 2010, 2:53 PM


What job was hung in QSYSWRK?

This is what I fear.  The job would not end with ENDJOB, ENDSBS or any
such combination.  Your remaining alternatives are ENDJOBABN or IPL.  In
general, ENDJOBABN should not be something you code into a CL program to
automatically try 5 minutes after the failure of ENDJOB or ENDSBS.  Note:
Read the help on ENDJOBABN.  It does require a 5 minute delay between
ENDJOB and ENDJOBABN and will enforce that.

If you find that job, then a google search on it may show you something.
Could be anything from:
get this ptf
to
do this function to end the job politely prior to shutdown

Time to start thinking about moving to a supported version of the OS.


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.