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



heres the dds below:

1. create a physical file defining the layout of the spool:

(SPLFILEPF)

     A          R SPLREC                                                
     A            FILLER1        1A                                     
     A            FMFILE        10A                                     
     A            FILLER2        1A                                     
     A            FMUSR         10A                                     
     A            FILLER3        1A                                     
     A            FMUSRDATA     10A                                     
     A            FILLER4        2A                                     
     A            FMSTATUS       3A                                     
     A            FILLER5        2A                                     
     A            FMPAGES        6S 0                                   
     A            FILLER6        4A                                     
     A            FMCOPIES       2A                                     
     A            FILLER7        2A                                     
     A            FMTYPE        10A                                     
     A            FILLER8        1A                                     
     A            FMPTY          2A                                 
     A            FILLER9        5A                                 
     A            FMSPLFNBR      4S 0                               
     A            FILLER10       5A                                 
     A            FMJOB         10A                                 
     A            FILLER11       1A                                 
     A            FMNUMBER       6A                                 
     A            FILLER12       1A                                 
     A            FMDATE         8A                                 
     A            FILLER13       1A                                 
     A            FMTIME         8A                                 
     A            FILLER14      17A                                 

2. then create a logical file over the physical file:

(SPLFILELF)

     A          R SPLREC                    PFILE(SPLFILEPF)            
     A            FMFILE        10A                                     
     A            FMUSR         10A                                     
     A            FMUSRDATA     10A                                     
     A            FMSTATUS       3A                                     
     A            FMPAGES        6S 0                                   
     A            FMCOPIES       2A                                     
     A            FMTYPE        10A                                     
     A            FMPTY          2A                                     
     A            FMSPLFNBR      4S 0                                   
     A            FMJOB         10A                                     
     A            FMNUMBER       6A                                     
     A            FMDATE         8A                                     
     A            FMTIME         8A                                     
     A          K FMFILE                                                
     A          O FMTYPE                    COMP(EQ 'eue       ')      
     A          O FMTYPE                    COMP(EQ 'Form Type ')      
     A          O FMTYPE                    COMP(EQ ' * * *    ')      

-----Original Message-----
From: MWalter@hanoverwire.com [mailto:MWalter@hanoverwire.com]
Sent: Wednesday, January 29, 2003 10:31 AM
To: Midrange Systems Technical Discussion
Subject: Re: Display file attributes - in combination



It would help to see the DDS.


Thanks,

Mark


Mark Walter
Sr. Programmer/Analyst
Hanover Wire Cloth a div of CCX, Inc.
mwalter@hanoverwire.com
http://www.hanoverwire.com
717.637.3795 Ext.3040
/"\
\ /
 X
/ \


_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo.cgi/midrange-l
or email: MIDRANGE-L-request@midrange.com
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.