× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Greg,
I would be interested in seeing what you have. If you don't want to post it to 
the board, you can send it to the following if you wouldn't mind. It sounds 
very interesting. I have seem similar commands 
in the past but would like to see how you have done it.

Bill Megenity             bmegenity@ruskin.com            twinstar@sound.net

-----Original Message-----
From:   MIME :gregvp@xtra.co.nz 
Sent:   Tuesday, October 20, 1998 4:29 PM
To:     MIDRANGE-L@midrange.com
Subject:        Multiple commands at at time

I am new to this list, so please excuse me if posting code is not the done
thing.
When the FAQ appears in my in-tray I shall read it most assiduously.

Is anyone interested in a command to execute a sequence of commands?
I have written such a command.  I find it useful for user-defined options
in PDM, for overriding files in batch jobs, and for all sorts of things in
combination with another command/capability missing from the OS/400 shell:
the FOR...DO command.

A typical batch job command goes something like:-
        sbmjob cmd( exccmdlst 'ovrdbf ... ovrscope(*JOB); call <test-program>' )

In PDM I have used it in a variety of ad-hoc ways.

FOR is useful for all kinds of things. For example, to start journalling
for a set of files, I use DSPOBJD to produce an outfile, LIST, and then run
        For ODOBNM in( *FILE ) file( *LIST ) do( 'strjrnpf odobnm jrn( jrn )' )

The "do" uses EXCCMDLST to execute the command(s) for each record in LIST,
replacing occurrences of "ODOBNM" with the contents of the field ODOBNM in
the record. So if record one of LIST has "CUSTMAST" as the object name
(odobnm field), the command executed is "strjrnpf CUSTMAST jrn( jrn )" .

I should point out that I am a journeyman programmer, not a corporation, so
this is "use at your own risk" material.

If any-one's interested I'll post the code.

Cheers -- Greg
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.