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



Try 
DSPOBJD OBJ(YOURLIB/*ALL)     
        OBJTYPE(*ALL)         
        OUTPUT(*OUTFILE)      
        OUTFILE(DSPOBJ)       

Then 

CPYTOIMPF FROMFILE(DSPOBJ)                          
           TOSTMF('/yourdirectory/dspobj.csv')       
           STMFCODPAG(*PCASCII)                      
           RCDDLM(*CRLF)                             
           DTAFMT(*DLM)                              
           STRDLM('"')                               
           FLDDLM(',')                               

Joe Giusto II
Programmer/Analyst
Ritz Camera
Beltsville, MD
301-419-3209 x347
410-813-2812 x347

 -----Original Message-----
From:   midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx]  On Behalf Of Murali  dhar
Sent:   Thursday, June 26, 2003 7:00 AM
To:     Midrange Systems Technical Discussion
Subject:        No. of objects in a  library,I want all the list to be
printed in an xl sheet

Hai friends,
Thanks so much for ur valuable answers on my question...I ve got 
more than 20000 objects in one production library on which i ve to 
do analysis...I want to prepare an xl sheet with this 
objects...instead of entering manually each object into xlsheet, 
is there anyway i can print this spool file directly onto an xl 
sheet..Please kindly provide me steps how to do this?
Thanks&Best Regards,
Murali

On Thu, 26 Jun 2003 Jones, John (US) wrote :
>Of course if you don't need the info in a program, DSPLIB libname 
>and
>look in the upper right corner of the screen.
>
>-----Original Message-----
> From: Vern Hamberg [mailto:vhamberg@xxxxxxxxxxxxxxxxxxxxxxxxx]
>Sent: Wednesday, June 25, 2003 2:59 PM
>To: Midrange Systems Technical Discussion
>Subject: Re: No. of objects ina library
>
>
>Murali
>
>Easy way is
>
>dsplib libname output(*print)
>
>The number of libs is at the bottom of the report.
>
>There's also an API for retrieving library information.
>
>HTH
>
>Vern
>
>At 05:35 AM 6/25/2003 +0000, you wrote:
> >Can anybody tell me,
> >how to find out the number of objects in a library?
> >TIA,
> >Murali
>
>
>_______________________________________________
>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 e-mail is for the use of the intended recipient(s) only.  If 
>you have received this e-mail in error, please notify the sender 
>immediately and then delete it.  If you are not the intended 
>recipient, you must not use, disclose or distribute this e-mail 
>without the author's prior permission.  We have taken precautions 
>to minimize the risk of transmitting software viruses, but we 
>advise you to carry out your own virus checks on any attachment 
>to this message.  We cannot accept liability for any loss or 
>damage caused by software viruses.
>
>
>
>_______________________________________________
>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.
>

___________________________________________________
Click below to experience Sooraj Barjatya's latest offering
'Main Prem Ki Diwani Hoon' starring Hrithik Roshan,
Abhishek Bachchan & Kareena Kapoor 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.



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.