1 INFO-VAX	Sun, 14 May 2000	Volume 2000 : Issue 269       Contents: How I can redirect output? Re: How I can redirect output?1 RE: Where is the lexical f$getjpi("","Connectim") $ Re: Which is the language of VAX/VMS$ Re: Which is the language of VAX/VMS  F ----------------------------------------------------------------------  % Date: Sun, 14 May 2000 17:44:10 +0700 ) From: Denis Shadrin <shadrin@novosoft.ru> # Subject: How I can redirect output? + Message-ID: <391E837A.B656AF03@novosoft.ru>    Hi all!   * I am working under VAX/VMS version V5.5-2.> So I need to redirect output to file, the known ways to me is:  a 1. RUN/OUTPUT=filespec program-exefile,    but ... it also creates a subprocess as opposed to the ^ RUN    program-exefile which runs the program within current process. But the system locks thed output file and keeps it as a locked during a long time after end of execution (something like 1/1.5b hour), that is not acceptable, I don't know how I can fix it. So can anybody advise? Note that the9 size of the file output is something like several Mbytes.   Z 2. The folowing commands allow redirection output to a file without creating a subprocess.    DEFINE SYS$OUTPUT  filespec    RUN program-exefile] But in that way the output have a more unneeded line feed, spaces and stuffs like that, so it U differs from the output file which can be get by first way. It is not acceptable too.        --   With best regards 
 Denis Shadrin    ------------------------------  % Date: Sun, 14 May 2000 09:04:28 -0500 : From: "John E. Malmberg" <malmberg@columbia.total-web.net>' Subject: Re: How I can redirect output? 7 Message-ID: <053401bfbdad$5a3de1a0$020a0a0a@xile.realm>   # Denis Shadrin <shadrin#novosoft.ru> , > I am working under VAX/VMS version V5.5-2.& > So I need to redirect output to file   $outfile = "FILESPEC"  $CREATE 'outfile' " $DEFINE/USER SYS$OUTPUT  'outfile' $RUN program-exefile $purge 'outfile'  L Note the /USER on the redefinition of SYS$OUTPUT.  This restricts it to just the next Image executed.   -John  wb8tyw@qsl.network   ------------------------------  # Date: Sat, 13 May 2000 14:23:19 GMT = From: system@SendSpamHere.ORG (Brian Schenkenberger, VAXman-) : Subject: RE: Where is the lexical f$getjpi("","Connectim")0 Message-ID: <009EA04D.B8E1A9ED@SendSpamHere.ORG>  i In article <MPG.1386e30bac7bec02989775@news.ma.ultranet.com>, John Santos <jasantos@ultranet.com> writes:  >In article C ><F02D5A46B8AED311BE4F0090279FA2401E8332@ppnt41.physics.ox.ac.uk>,  ( >J.Macallister1@physics.ox.ac.uk says...N >> The "SHOW PROCESS/ACC" command will give you an item "Connect time:" in itsJ >> output which you can easily access with a simple read and string search> >> sequence but you may be looking for something more compact? > D >Is this accurate across daylight savings time (summer time in UK?) I >changes?  The other proposed solution - subtract login time from current E >time - could give a negative answer early in the morning of the last  >Sunday in October!   H "The other proposed solution - subtract login time from current time" isH exactly how it is computed (Ref: [...CLIUTL.LIS]PROCTIME.LIS) within VMSI to provide the output when issuing a '$ SHOW PROCESS/ACCOUNTING' command.    --N VAXman- OpenVMS APE certification number: AAA-0001           VAXman@TMESIS.COM  L GNU Freeware -- What does the GNU *really* stand for?  Garbage!  Not Usable!   ------------------------------  # Date: Sun, 14 May 2000 17:33:31 GMT 1 From: Pat Jankowiak <vaxhackery@worldnet.att.net> - Subject: Re: Which is the language of VAX/VMS 0 Message-ID: <39281E7F.F8119A0F@worldnet.att.net>  I Umm... DCL is the command line 'language', Cobol runs under VMS. POSIX, a C unix-like shell, also runs on VMS. Does this answer this question?     moises_hernandez wrote:  > D > Do you know which is the lenguage of the VAX/VMS operating system? > Is Cobol or Unix? 	 > Regards  > Moises Hernandez   ------------------------------  # Date: Sun, 14 May 2000 17:32:20 GMT 1 From: Pat Jankowiak <vaxhackery@worldnet.att.net> - Subject: Re: Which is the language of VAX/VMS 0 Message-ID: <5D35F3C5.99CCC762@worldnet.att.net>  I Umm... DCL is the command line 'language', Cobol runs under VMS. POSIX, a H unix-like shell, also runs on VMS. Does this answer this very futuristic
 question?    moises_hernandez wrote:  > D > Do you know which is the lenguage of the VAX/VMS operating system? > Is Cobol or Unix? 	 > Regards  > Moises Hernandez   ------------------------------   End of INFO-VAX 2000.269 ************************