Actually, this method has been in the documentation for at least 10 years. Though you'd think it would be documented in the UniVerse User Reference manual under 'uv', it's actually found under "UV.LOGIN". Go figure. At least it still appears in the rev10 documentation in the same place.


At 12:39 PM 4/23/2004, you wrote:



This is so simple. Wish we would have discovered it 4 years ago. We've
been doing it the hard way (batch/script file in Scheduler/cron in
Windoze/AIX) up to now. Why didn't UV Support ever tell us about this?
:-(


Thanks George!



Now, if you still want to use the batch file approach you may find you'll need the following command ahead of the execution line:

SET UNIVERSE_CONTROLLING_TERM=1

- it's been a while since we did this but I think this makes sure that
Universe sees the process as a "phantom" and not something else. We ran
into problems without it. Reported it as an issue to Universe a long
time ago....not sure if it's ever been fixed.

Also, don't know what "UDT" command does as indicated in Marty Benson's
reply - doesn't work on our systems. Here's a sample of what our batch
file might look like (as given to us by UniVerse Support)....

....The first line is needed if the UV data account is not on the same
drive as the system .... substitute drive letters as needed for your
system mappings....
  D:
  CD \path_to_UV_data_account
  SET UNIVERSE_CONTROLLING_TERM=1
  D:\path_to_UV_bin_directory\uv "tcl_command_line" >
D:\path_to_output_file ... Or NULL


Gary Eppel Cerner Corp



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of George Gallen
Sent: Friday, April 23, 2004 9:32 AM
To: U2 Users Discussion List
Subject: RE: How to schedule Pick basic programs

Another method would be:

ED VOC SCHEDULE-THIS

0001: PA
0001: LOOP (If you want this to repeat each day)
0002: SLEEP XX:XX (Time you want process to run)
0003: TCL COMMAND
0004: TCL COMMAND
0005: TCL COMMAND
0005: REPEAT (If you want this to repeat each day)


PHANTOM SCHEDULE-THIS LO


It works under all OS's, and doesn't care about the login scripts (unless you need to change accounts within the VOC).

George



>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Friday, April 23, 2004 8:38 AM
>To: [EMAIL PROTECTED]
>Subject: How to schedule Pick basic programs
>
>
>Hi,
>
>Can some one tell me how to schedule the pick basic programs.
>
>tx in advance for the help
>
>regards,
>Reddy
>--
>u2-users mailing list
>[EMAIL PROTECTED]
>http://www.oliver.com/mailman/listinfo/u2-users
>
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users



CONFIDENTIALITY NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sender of the delivery error by e-mail or you
may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
---------------------------------------- --
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to