Summary: Hello, I want to write the System Output in an file and the System Errors in an another file. I write the following code: DEFINE SYS$ERROR "syserr.t...
Summary: Shari, I'm not sure I understand your wish....... To redirect errormessages you can redefine SYS$ERROR to point to file $ DEFINE SYS$ERROR ERRORLOG.LI...
Summary: Could someone help me? I'm not a real programmer, but I can understand the code above. Could I add a few lines of code after this line... $read/erro...
Summary: Hello, I am not a VMS user, but I need to change this procedure, in order to instead of reading the 2 prompts userID and Password, I want to pass them...
Summary: You may use the following for transferring multiple files from a directory. Include the directory name in file "myfile.dat" Modify to your requirement...
Summary: ZhongDai, printf is the C standard library routine. It does formatting functions as described in the C run time description. lib$put_output does not d...
Summary: Welcome to OpenVMS. The method you need for this search depends on whether you want to do this from in a command, a command file (or script), or a pr...
Summary: Dear sir, I have developed a ProC program using DBMS_PIPE to transact with oracle. When I run the image on Alpha,the program runs normally.But when I...
Summary: We recently bought a refurbished Alpha station 255 for our DCS. Machine has 2 hard drive; one for system software and the other for application softwa...
Summary: Thanks for your help. I'm still not getting set host to recognize node names. I tried "COPY KNOWN NODES FROM node-1" (substituting the appropriate n...
Summary: Niteoperator, The information can be recorded in a variety of places including the accounting file (if accounting is enabled), the audit log (if audi...
Summary: I've got an OpenVMS system which i admin, i am trying to write a memo system to remind me of forgotten tasks. to notify the user i am doing the next p...
Summary: $ START/QUEUE/MANAGER/NEW_VERSION Is supposed to create the server. Isn't that correct? I type: $ START/QUEUE/MANAGER/NEW_VERSION and it does not g...
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: We have a middleware application(C program) for the sales terminals to talk to our backend system, which is in OpenVMS. When a message comes in from t...
Summary: We have batch files to build printer queues when the Alpha's boot. If we do a directory of start*queues.com we get two different entries with differen...
Summary: There's a lot more on error handling. above possibilities are a brute_exit I would not suggest - nor allow them on my system! It won't tell me ANYTHIN...
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: SUBMIT file_transfer.com/que=sys$batch/- after=("TODAY+23") starts the file at 23:00h today. Similar after=("TOMORROW+6") to start tomorrow at 06:00h...
Summary: Well I will not go and make the full program for You, it is a good exercise in DCL programming. Something alongside the following: $! p1=input file ...
Summary: There are two issues here. One is trying to get rid of the pesky temporary file, the other is to sort a date field containing the month names. The lat...
Summary: Jan, If I understand well, the test system creates a file and then sends it to SYS$PRINT. That means, the file exists. Now, depending how the test sys...
Summary: Probably (not sure it covers all cases :-) the easiest is if f$type( symbol ) .eqs. "INTEGER" ... If the input has been read into DCL symbol "symbol...