× 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.



John,

Can you Override the Printer file to a Database file?... That too with
OVRDBF..?
Sounds strange to me...

Murugesh-Gurgaon.

-----Original Message-----
From: John Larimer [mailto:jklarimer@xxxxxxxxxxx]
Sent: Wednesday, July 16, 2003 3:35 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: output = *,*print,*outfile/DSPJOBJS


Murali:

You can redirect the output to a database file using the 'Overide with
Database File' (OVRDBF) command.

Create an output file:
CRTPF FILE(OUTPUT133) RCDLEN(133) LVLCHK(*NO)
(Needs 1 more character than the Print File.  Ignore the first character in
the file.)

Overide the Print File to the Database File:
OVRDBF FILE(QPIJSMST) TOFILE(MYLIB/OUTPUT133)

Issue the Command to generate the output:
DSPJOBJS OUTPUT(*PRINT)

Delete the overide:
DLTOVR FILE(QPIJSMST)

Good luck!

John

"Murali dhar" <hydchap1@xxxxxxxxxxxxxx> wrote in
message news:20030715110653.588.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hai all,
>
> Some commands like DSPJOBJS etc doesnt have all options *,*print
> ,*outfile for output when u expand the command.....DSPJOBJS has
> got only two options they are *,*print for output....
> Had *outfile was there i would ve given a file name and would ve
> got all the shceduled jobs created directly on to a file(from that
> file i would ve downloaded on to my xlsheet)..since i dont ve that
> *outfile option in output  i ve given *print,after completion it
> said"job information report is created"...
> 1)where should i go to see the report?(which should consists a
> report on all shceduled jobs)....
> 2)For the commands like this DSPJOBJS which doesnt ve *outfile for
> output ,how do i create an outputfile to list all the jobs
> shceduled?...
> any pointers in this regard wud really help me ....
>
> (If I take * for output for this command it will give all
> shceduled jobs displayed on the system but its very difficult to
> write one after another to xl sheet)...how do i get list without
> copying one after another...any suggestions?
> Thanks&BestRegards,
> Murali
> ___________________________________________________
> Click below to experience Sooraj R Barjatya's latest offering
> 'Main Prem Ki Diwani Hoon' starring Hrithik, Abhishek
>   & Kareena http://www.mpkdh.com
>
> _______________________________________________
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
> To post a message email:
MIDRANGE-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> or email: MIDRANGE-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/midrange-l.
>
>



_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

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.