IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

regarding INTRDR


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajasekhar reddy

New User


Joined: 17 Jan 2006
Posts: 10

PostPosted: Mon Jan 30, 2006 8:10 pm
Reply with quote

hi ,
can i know what is the internal logic of 'intrdr'.
how it identifies to submit the particular job.

thanx in advance
Rajasekhar Reddy.K
Back to top
View user's profile Send private message
vicky10001
Warnings : 1

Active User


Joined: 13 Jul 2005
Posts: 136

PostPosted: Tue Jan 31, 2006 10:42 am
Reply with quote

Please find the below information

INTRDR - Internal Reader

The INTRDR statement specifies the characteristics of all JES2 internal
readers defined by the RDINUM= parameter on this statement. An internal
reader is a special SYSOUT data set that other programs can use to submit jobs, control statements, and commands to JES2. Jobs which allocate internal reader and time-sharing users use the internal readers to submit jobs. Internal reader characteristics are specified by the following
parameters:
>>--INTRDR--------------------------------------------------------------->
+--| Selection limiting keywords +--+

>-----------------------------------------------------------------------><
+--| Modification keywords +--+

Modification keywords:
+------------------------------------------------------------------------>
+-,Auth=(-| AUTHKWDS +-)-+ | +-Yes-+ |
+-,BATCH=---No-----+

>------------------------------------------------------------------------>
| +-A-+ | | +-No--+ | +-,HONORlim=---No-----+
+-,Class=---v----+ +-,Hold=---Yes----+ +-Yes-+

>------------------------------------------------------------------------>
>------------------------------------------------------------------------>
| +-0--+ | | +-15-+ |
+-,PRTYINC=---nn----+ +-,PRTYLIM=---nn----+

>------------------------------------------------------------------------|
| +-100---+ | | +-No--+ |
+-,RDINUM=---nnnnn----+ +-,TRace=-+-P---+--+
+-Yes-+

Selection limiting keywords:
+------------------------------------------------------------------------|
+-,-------Auth=(-| AUTHKWDS +-)-+
+-/-+

AUTHKWDS:
+-----/---Device---=-------No---------/---Job---=-------No--------------->
+-?=-+ +-Yes-+ +-?=-+ +-Yes-+


>-----/---System---=-------No--------------------------------------------|
+-?=-+ +-Yes-+

Note:
(1) Omit the comma between initialization statement and first keyword


Parameter Description for INTRDR:

Auth=(Job=Yes|No,Device=Yes| No,System=Yes|No)
Specifies the command authority for internal readers. These values
authorize certain JES2 commands to be submitted through an internal
reader.

Note: This parameter has no effect when the associated resource class
and profile in RACF(*) 1.9 or higher are active. For more
Back to top
View user's profile Send private message
dtalele
Currently Banned

New User


Joined: 25 Jan 2006
Posts: 13
Location: mumbai

PostPosted: Tue Jan 31, 2006 1:12 pm
Reply with quote

HI,
rajasekhar,

We use INTRDR in IEBGENER. its like simple copy
Code:

//STEP1 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=A.PDS (JCL),DISP=SHR
//SYSUT2 DD SYSOUT=(*,INTRDR)


ONLY THING IS THE jcl MEMBER CONTAINS THE JCL TO BE SUBMITTED.
THIS UTILITY COPIES THE INPUT TO INTRDR.
INTRDR TAKES THE JCL & SENDS IT TO THE JES2 OR JES3.
* REPRESENTS THE OUTPUT CLASS FOR THE EXECUTION.

THIS PROCESS IS SAME AS THAT OF THE ISPF SUBMIT COMMAND.

IN THIS ALSO THE JCL IS TAKEN & SUBMITTED TO THE JES

SO THE LOGIC IS THE SAME BEHIND BOTH THE THINGS ONLY THING IS WE CAN SUBMIT THE JCLS IN THE SEQUENCE WITH INTRDR
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts SPOOL commands for INTRDR CICS 8
No new posts Submit JCL to INTRDR and check the st... COBOL Programming 7
No new posts Query for invalid job in INTRDR JCL & VSAM 7
No new posts Post In conditions to ControlM from I... JCL & VSAM 10
No new posts Issue with job submited using INTRDR.. JCL & VSAM 11
Search our Forums:

Back to Top