On Sat, 2010-07-31 at 08:18 -0500, Eric Bielefeld wrote:
> What is the new JEW Spool data set browse?  Is that a new command, or a 
> vendor product?  I've never heard of it before or remember it mentioned on 
> this list.
> 
> Eric Bielefeld
> Sr. Systems Programmer
> 

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/HAS2C300/CCONTENTS

<quote>
Spool data set browse (SDSB) is a function application program that can
be invoked to process spool data sets. JES provides an interface that
application programs can use for this purpose. SDSB can be used to
access data sets that are still open in running address spaces. Any full
data buffers that have been written to SPOOL can be read and optionally,
data that has not been written (unwritten buffer support) can also be
accessed (provided the application is running on the same system where
the target data set is open).

Programs can use SDSB to allocate SPOOL data sets. The data set being
requested is specified by passing the JES data set name along with a
SPOOL browse token to MVS(TM) dynamic allocation. When the data set is
allocated, the data set can be read using one of two methods:

     1. Using the compatibility interface (DCB, GET). 
        
     2. Using the ACB/RPL interface. 
        

You use the compatibility interface when synchronous sequential access
is required. You use the ACB/RPL interface when random access to the
spool file is required, or when asynchronous processing is required.

</quote>

-- 
John McKown
Maranatha! <><

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to