What is INTRDR ? - Internal Reader
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> JCL/SORT

#1: What is INTRDR ? - Internal Reader Author: PhantomLocation: The Blue Planet PostPosted: Tue Nov 29, 2005 12:15 pm
    —
Internal Reader - INTRDR

INTRDR is an IBM-reserved name identifying the internal reader. The system places the output records for the internal reader into a buffer in your address space. When this buffer is full, JES places the contents on the spool; later, JES retrieves the new job from the spool.

Internal reader routines allow TSO jobs or application programs to submit job streams to JES3 using output data sets. When a job stream enters the system, data management assigns the data sets directly to an internal reader. If an internal reader is not available, the system dynamically creates one. When JES3 schedules the internal reader, input service can proceed to process the data set as an input stream.

As mentioned, an application program can create a job and pass it to the JES3 internal reader. To pass the job to the internal reader, the program must write the job to a data set for which SYSOUT=(class,INTRDR) has been specified. The internal reader reads the job, then gives it to JES3 where the job is processed like other reader-submitted jobs.

If the submitter of an internal reader job is either a TSO user or has an associated TSO userid, the TSO userid will be propagated to the submitted job.

To display a list of all the internal readers in the system at any one time, issue the *INQUIRY,A,D=INTRDR command. As the workload slows, input service will automatically terminate internal readers when they are no longer required. The operator can also stop the internal reader by issuing a *CANCEL,INTRDR or a *CANCEL,J=jobno command

Links:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IAT2A640/4.1.5.6?DT=20050713022356


Cics Interface to JES
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DFHCAP34/4.6?DT=19990319124947

Invoke JCL from UNIX
http://www.mvsforums.com/helpboards/viewtopic.php?t=1597&highlight=intrdr

Submit Jobs from COBOL / CICS
http://www.mvsforums.com/helpboards/viewtopic.php?t=1871&highlight=intrdr
http://www.mvsforums.com/helpboards/viewtopic.php?t=3148&highlight=intrdr

Submit Jcl from IMS DC
http://www.mvsforums.com/helpboards/viewtopic.php?t=590&highlight=intrdr

Other Useful links:
http://www.mvsforums.com/helpboards/viewtopic.php?t=3620&highlight=intrdr
http://www.mvsforums.com/helpboards/viewtopic.php?t=1637&highlight=intrdr
http://www.mvsforums.com/helpboards/viewtopic.php?t=3342&highlight=intrdr
http://www.mvsforums.com/helpboards/viewtopic.php?t=1529&highlight=intrdr

Thanks,
Phantom



MVSFORUMS.com -> JCL/SORT


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group