Summary: I have an application that outputs a file consisting of a list of files specs. For example: DISK$TEST1:[INTH_TESTS.PAM.682.REPORTS.V12.SIGTRAN]PAM_19_...
Summary: I have to write a little DCL script: It can sort the line of a file, which is determined by parameter. If the two lines in the files is similar, the s...
Summary: Hi, I need a DCL script in VMS to set ent/after a date I want for a queue name "BACKUP_BATCH" and job name "BACKUP". Is any one could help ? :) Tom ...
Summary: Hello Sethu, I don't know of a way to use / as a command parameter when you invoke a DCL script. But I have heard that there are other ways to emulate...
Summary: Are you asking how to convert an OpenVMS DCL script to a Unix shell script? If so, I am not aware of any tool that would do this automatically. If n...
Summary: I have a big shell script to be ported to DCL com script. The shell script contains commands like "head -100" , sed and awk which does lots of things ...
Summary: I'm trying to pass a var into F$SEARCH. What is wrong with this: $ FILNAM = "INFOPLUS$ROOT:[SITE.RUNTEST]*.TST" $ T_STR := "is testing" $ T_SP := " " ...
Summary: The OpenVMS system has a native batch facility which can be used to automate the process, what is missing is an FTP server for your Wxx systems. You c...
Summary: Without looking at the lexicals or any deeper investigation....... another quick and dirty DCL-script $10: $ file=f$search("disk:<000000...>*.*;*")...
Summary: Don't know if it is possible directly. In fact, i'm quite sure this is not... But what i do is a DCL script which takes a NT username and a message, a...
Summary: Dear Sir/Madam, Im working with a telecom based company. I would like to bring a problem into ur notice. Here I'll explain briefly We are submitting ...
Summary: In a quick exercise I made a library routine from the above example program, which takes an input VMS quadword time, and returns the epoch: http://ww...
Summary: Hi Michael, I simulated your procedure to try to reproduce your situation. Whether or not the "set noverify" is shown in the target file or at the ter...
Summary: Hello friends, i am new to openVMS, i want to know that how to run any script automatically at 30 minute time interval. that means i want to run my sc...
Summary: leng, Probably, these messages are being generated from inside a command file, or script. It is difficult to determine the true problem without knowin...
Summary: Any script to delete this file? As good for this script can automatic delete when the target specific disk space be set. HSIBD1::D_PROD:> dir Directo...
Summary: As I told You, I have only experience with Oracle sql, the corresponding Ingres isql You should lookup in Ingres docu. "spool file" in Oracle sql dire...
Summary: <quote> !the file script.com select bcci.id, max(bcci.no) from info bci,inf bcci where bci.no= '&1' </quote> No DCL, but SQL. Quite a differe...
Summary: Hello, First, please note that version 6.2 is an very old version. A little terminology - in OpenVMS lingo, "scripts" are called "command files", hav...
Summary: Hi, We have an Ingres Procedure which does some database updations. We are running the Ingres database on VAX/VMS system. Now we want to schedule the...
Summary: Hello, i'm new to DCL and writing a program that will return the status of a completed disk after its backup. An example of a disk would be "sysbak...