hp_wlmtk_goals_report man page on HP-UX

Man page or keyword search:  
man Server   10987 pages
apropos Keyword Search (all sections)
Output format
HP-UX logo
[printable version]

hp_wlmtk_goals_report(1M)			     hp_wlmtk_goals_report(1M)

NAME
       hp_wlmtk_goals_report  -	 Macro for SAS jobs with their durations being
       managed to report "percent complete"  to	 the  HP-UX  Workload  Manager
       utility wlmdurdc

SYNOPSIS
       percent_complete is an integer value ranging from 1 to 99 inclusive.

DESCRIPTION
      ======================> NOTE ON DEPRECATION <=======================
       WLM  Toolkit  for  Base	SAS  Software  (SASTK) will be deprecated in a
       future release; however, a new and improved SASTK will be  made	avail‐
       able. It will include a white paper and example configuration files.
	====================================================================

       Use  the	 macro to instrument your SAS jobs. Place the macro throughout
       the source code to report percent complete to the HP-UX	Workload  Man‐
       ager duration management data collector

       Using  this  macro  is optional. If you are satisfied with your current
       duration management, do not use the macro. If, however, you prefer more
       precise	duration  management, use this macro to guide to more accurate
       management. With accurate input from can fine-tune its estimates on how
       much  CPU  a  job  needs	 to finish in the desired duration. Using this
       macro is especially beneficial when there are fluctuations in data  set
       size.  For  example, the macro can inform when the job is 25% complete,
       despite the fact that the time to complete 25% of the  job  changes  as
       the size of the data set changes.

       Each invocation of in a SAS job collects the following data:

	      ·	 percent_complete, as read from the user-supplied argument

	      ·	 The job's PID

       This data is then passed to makes the information available in syslog.

       Each  macro  invocation is numbered in syslog. This allows you to match
       the data in the file to the invocation in the SAS job, which is helpful
       in debugging. For example, assume syslog has an entry including:

       Percent update: 79, Tag: 5 (pid 20179)

       From  this,  we know that the 5th invocation (Tag: 5) of in the SAS job
       running with PID 20179 claims that the job  is  79%  complete.  If  the
       application  is	not  actually  79%  complete at this point, adjust the
       value in the invocation.

NOTES
       If the percent_complete value is invalid (not an integer from 1	to  99
       inclusive),  the value is logged to syslog but ignored for the purposes
       of duration management.

EXAMPLE
       The following example code fragment shows how to insert calls into your
       SAS  job. After the first run statement, we know the job is 6% done. We
       also know that after the second run statement, it is 53% done.  Placing
       the macro in the code, we provide that information to

       /*  Fit a stepwise linear regression.	    */
       proc reg data=sample;
	 model netresp= &indepent /selection=STEPWISE sle=.15 sls=.05 vif collin stb;
       run;

       %hp_wlmtk_goals_report(6);

       /*  Fit a stepwise logistic regression.	    */
       proc logistic data=sample;
	 model netresp= &indepent / maxiter=200 risklimits selection=S
	 lackfit;
       run;

       %hp_wlmtk_goals_report(53);

       /*  Fit a stepwise logistic regression.	    */
       proc logistic data=sample;
	 model netresp= &indepent / maxiter=200 risklimits selection=S
	 lackfit;
       run;

AUTHOR
       was developed by HP.

FEEDBACK
       If  you would like to comment on the current WLM Toolkits functionality
       or make suggestions for future releases, please send email to:

       wlmfeedback@rsn.hp.com

FILES
       The SAS macro for reporting "percent complete" to
SEE ALSO
       syslogd(1M), wlmd(1M), wlmdurdc(1M), wlm(5), wlmtk(5)

       HP-UX Workload Manager User's Guide
       (/opt/wlm/share/doc/WLMug.pdf)

       HP-UX Workload Manager Toolkits User's Guide
       (/opt/wlm/toolkits/doc/WLMTKug.pdf)

       Example WLM configuration files
       /opt/wlm/toolkits/duration/config/
       /opt/wlm/toolkits/sas/config/

       Example discovery commands
       /opt/wlm/toolkits/duration/examples/
       /opt/wlm/toolkits/sas/examples/

       http://www.hp.com/go/wlm/
       WLMTK updates and information

						     hp_wlmtk_goals_report(1M)
[top]

List of man pages available for HP-UX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net