Ok, so if I were doing this in Korn or Bash I'd be done by now. :-D
I've found search, i've figured out how to redirect output and input, so i've
got some basics figured out.
What I need to figure out now is how to walk a text file line by line and pull out
specific records. Normally I would use awk for such a task.
How would I go about doing this from within a DCL script?
-brian