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



Jeff,

I get a slightly different output on this. Is there anything in the copy
below that looks hazardous?

Thanks,

Alan

============================================================================
======

   8/05/03               Display Program References

DSPPGMREF Command Input

  Program . . . . . . . . . . . . . . . . . . :   ICF706CL

    Library . . . . . . . . . . . . . . . . . :     IPGCFP4

  Output  . . . . . . . . . . . . . . . . . . :   *

  Object types  . . . . . . . . . . . . . . . :   *PGM

Program . . . . . . . . . . . . . . . . . . . :   ICF706CL

  Library . . . . . . . . . . . . . . . . . . :     IPGCFP4

  Text 'description'. . . . . . . . . . . . . :     Common Functions Day-end
Driver
  Number of objects referenced  . . . . . . . :         8

  Object  . . . . . . . . . . . . . . . . . . :     XA004CLP

    Library . . . . . . . . . . . . . . . . . :       *LIBL

    Object type . . . . . . . . . . . . . . . :       *PGM

  Object  . . . . . . . . . . . . . . . . . . :     *LDA

    Library . . . . . . . . . . . . . . . . . :

    Object type . . . . . . . . . . . . . . . :       *DTAARA

  Object  . . . . . . . . . . . . . . . . . . :     ICF710         
    Library . . . . . . . . . . . . . . . . . :       *LIBL        
    Object type . . . . . . . . . . . . . . . :       *PGM         
  Object  . . . . . . . . . . . . . . . . . . :     ICF706         
    Library . . . . . . . . . . . . . . . . . :       *LIBL        
    Object type . . . . . . . . . . . . . . . :       *PGM         
  Object  . . . . . . . . . . . . . . . . . . :     ICF04PHY       
    Library . . . . . . . . . . . . . . . . . :       *LIBL        
    Object type . . . . . . . . . . . . . . . :       *FILE        
    File name in program  . . . . . . . . . . :       ICF04PHY     
    File usage  . . . . . . . . . . . . . . . :       Input        
  Object  . . . . . . . . . . . . . . . . . . :     *NONE          
    Library . . . . . . . . . . . . . . . . . :                    
    Object type . . . . . . . . . . . . . . . :       *FILE        
    File name in program  . . . . . . . . . . :       *NONE        
    File usage  . . . . . . . . . . . . . . . :       Input        
  Object  . . . . . . . . . . . . . . . . . . :     ICF03PHY           
    Library . . . . . . . . . . . . . . . . . :       *LIBL            
    Object type . . . . . . . . . . . . . . . :       *FILE            
    File name in program  . . . . . . . . . . :       ICF03PHY         
    File usage  . . . . . . . . . . . . . . . :       Input            
  Object  . . . . . . . . . . . . . . . . . . :     QCMDEXC            
    Library . . . . . . . . . . . . . . . . . :       *LIBL            
    Object type . . . . . . . . . . . . . . . :       *PGM

============================================================================
======          

-----Original Message-----
From: Jeff Klipa [mailto:jklipa@xxxxxxxxxxx]
Sent: Tuesday, August 05, 2003 1:48 PM
To: system21@xxxxxxxxxxxx
Subject: Re: [SYSTEM21] Common Functions Dayend


I am running the August 2000 edition of the System Manager code over the top

of V3.5.1 Applications code...  It works fine...  To find out what it does 
without a job log we can guess based on what objects are used...  The first 
layer of objects are all I will check at this time...

Using DSPPGMREF we find:

Program . . . . . . . . . . . . . . . . . . . :   ICF706CL
   Library . . . . . . . . . . . . . . . . . . :     IPGCFP4
   Text 'description'. . . . . . . . . . . . . :     Common Functions 
Day-End Driver            2000AUG
   Number of objects referenced  . . . . . . . :        11
Programs used:
ICF710 -----  Verify Application Users Driver and CLNUSRALC
ICF706 -----  Clear finished Records from User Register       2000AUG
Files used:
ICF03PHY  -----  Application Detail Header
ICF04PHY  -----  Application Details
ICF05PHY  -----  User licence registration
ICF07PHY  -----  User Licence Log
ICF15PHY  -----  Licence Active Session

So based on those objects I'd say the CF day end job actually attempts to 
clean up the allocations of the users seats or licenses...  I know it resets

the count in ICF03PHY and clears bogus ICF04PHY records
left over from jobs that did not deallocate normally for whatever reason...

You can run the command CLNUSRALC from the command line at any time to 
"refresh" those files...  This can come in handy if you're close to the 
upper limit of your seats...

I'd say you can run CF day end with no worries...  Just do it at a time when

no users are signed on...

You do realize that there is a Applications Manager Day End and a Common 
Functions Day End and they both should be running with no users logged in...

  And they both do very different jobs...  AM day end actually gets it's 
jobs to run from the Application definition where it says:
Library list code   0001
Description  . . .  Manufacturing MPS v3.0
Day end program  .  MS999CLP                        <---------------  This 
runs in AMDAYEND...
You can actually see the source code for these programs (if you have source 
code that is...).

Regards.

----Original Message Follows----
From: "Brunk, Kevin" <KBrunk@xxxxxxxxxxxx>
Reply-To: System 21 Users <system21@xxxxxxxxxxxx>
To: <system21@xxxxxxxxxxxx>
Subject: [SYSTEM21]   Common Functions Dayend
Date: Tue, 5 Aug 2003 12:02:03 -0400

After reviewing some of our System Manager file sizes, I realized that we 
are not running the Common Functions Dayend.  Before I just knee-jerk start 
to schedule it, I was curious if anyone knew in a little more detail what 
things happen during Common Functions Dayend.  I've looked through the 
System 21 Redbook, the InfoBase documentation as well as the System21 
listserve (midrange.com) and can't find anything that explains in any detail

what files it cleans/resets or flags it updates.

I guess I'm being a little cautious that after so many years of it not being

run, running it might suddenly produce an adverse effect!

Does anyone have knowledge of what it exactly does?

==Kevin Brunk
The Butler Company
5600 Blazer Parkway
Dublin, OH 43017-7545
TEL: 614-659-1666
FAX: 614-659-1667

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

_______________________________________________
This is the System 21 Users (SYSTEM21) mailing list
To post a message email: SYSTEM21@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/system21
or email: SYSTEM21-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/system21.


=== [ KI (USA) Corporation - http://www.kiusa.com ]
====================================== 
Tel. 859.986.1420  --  Fax. 859.986.1485 
This e-mail, including any attachments, contains information from KI (USA)
Corporation that may be confidential or privileged. Mail is intended only
for those to whom it is addressed. If you are not the intended recipient do
not copy, distribute, or take any action in reliance on the contents of this
message. 
If you have received this e-mail in error notify the sender immediately then
delete or destroy all electronic and hard copies of this communication,
including attachments. 
KI (USA) Corporation's anti-virus system checks for known viruses. However
you are advised to run your own virus check before opening any attachments
received. KI (USA) Corporation will not accept any liability once an e-mail
and/or any attachment is received. 
Views expressed in the e-mail are those of the author and not necessarily
those of KI (USA) Corporation. 
============================================================================



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.