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: 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: 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: 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: Hi, I don't know much about shell scripts. But I remember that sed is a kind of programmable editor. There is a programmable editor edit/tpu on VMS. I...
Summary: Instead of doing that, why don't you create a generic queue that points at both queues. When a job is submitted to the generic queue, VMS will send it...
Summary: Welcome to VMS world. Your first line of knowlegde is HELP on the commandline ;-). Other sources for help are www.openvms.org and the OpenVMS forum on...
Summary: Hello joseph, thanks for reply But i have got one error in this. i simply first testing this with printing system time at 1 minute interwal as below $...
Summary: thanks it was very usefull I have another doubt hi, I trying to write the following sql script for one of my application !the file script.com select ...
Summary: I would like to prepare a scripts for writing a string (longer than 255 chars) into a file. However, a error prompted due to 'element too long'. Scrip...
Summary: I need to execute some scripts/programs from DBMS_Scheduler, and I'm receiving ORA-27369: job of type EXECUTABLE failed with exit code: error 9638456...
Summary: You're almost there. Biggest problem is in the line with f$locate. - f$locate() returns an integer of the position where it finds the specified substr...
Summary: I'm writing a program to calculate epoch time from a date stamp. I used the f$integer lexical to convert the values to numeric so I could add them. Ot...
Summary: i am a student.....i am learning openvms.....i was given given an assignment ......this was one of the questions.....i did not understand the help for...
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: OpenVMS is now owned by hp (see "h71000.www7.hp.com/" or "www.hp.com/go/vms") and is actively supported on Alpha and Integrity. This site will have li...
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: 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...