HP3000-L Archives

October 1997, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"GYSGT RILEY,STAFF PROGRAMMER,DSN 288-2356" <[log in to unmask]>
Reply To:
GYSGT RILEY,STAFF PROGRAMMER,DSN 288-2356
Date:
Fri, 17 Oct 1997 14:58:04 EDT
Content-Type:
text/plain
Parts/Attachments:
text/plain (29 lines)
I need help trying to get a UDC to work... or maybe there's a better way to
accomplish what I'm trying to do.  I'm in the process of documenting a legacy
system that has never been documented.  What I'd like to do perform a text
search on files in certain groups.  I can issue the vesoft %print command
without a problem. But I would like to automate this process... somewhat.

I would like to create a UDC that prompts me for a search string then goes off
and searches all the files in certain groups for a match.  Below is the UDC I
tried.  I'm very new at this HP stuff... your help will be very much
appreciated.

------------------
UDC
------------------
search
input searchstr;prompt="Enter search string "
mpex.pub.vesoft
print @.forms.myacct;search=caseless "searchstr";num
print @.job.myacct;search=caseless "searchstr";num
print @.prod.myacct;search=caseless "searchstr";num
print @.pub.myacct;search=caseless "searchstr";num
print @.source.myacct;search=caseless "searchstr";num
****
------------------


GySgt Michael J. Riley
[log in to unmask]

ATOM RSS1 RSS2