Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
dcl script help
Name: rem Date: November 28, 2004 at 15:16:00 Pacific OS: win xp CPU/Ram: P4 2.8c HT 512MB
Comment:
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 script must send an individual error message. If the parameter is "mail", the script must send it-self to a given e-mail adress. Thx for the help!
Name: Bob Gezelter Date: November 28, 2004 at 17:13:48 Pacific
Reply:
rem,
First, I would take a look at the SORT utility description, both online in the help text and in the documentation set (a copy of the documentation set can be found on the HP www site at http://www.hp.com/go/openvms.
If you can be more specific, it easier to be more specific in assisting you.
- Bob Gezelter, http://www.rlgsc.com The OpenVMS Consultant, http://www.OpenVMS.org
0
Response Number 2
Name: rem Date: November 29, 2004 at 06:55:15 Pacific
Reply:
Thx Bob Gezelter for your help!
This is description of the script that i have to write. No more information, specification.
The SORT command is good, i can use it. How can i compare two or more lines in the same file? How can i write the MAIL command in a DCL script?
reM
0
Response Number 3
Name: rem Date: November 29, 2004 at 11:43:01 Pacific
Reply:
How can i list lines of a file in reverse (from last line to first line) to standard output?
reM
0
Response Number 4
Name: cycy Date: November 30, 2004 at 02:17:55 Pacific
Reply:
reM, ELTE? :)
0
Response Number 5
Name: Hakan Andersson (by HakAnd) Date: November 30, 2004 at 10:49:40 Pacific
Reply:
reM,
There are no easy answer to your questions.
To compair two strings.
$ string_1 = "ABC" $ string_2 = "DEF" $ if string_1 .eqs. string_2 then .....
to list a file from bottom to top, you need a script.......
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 UNIX. HP hosts a set of freeware programs called ...