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

doubt on internal reader.


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mijanurit
Currently Banned

New User


Joined: 26 Aug 2005
Posts: 33
Location: bangalore

PostPosted: Mon Dec 19, 2005 10:57 pm
Reply with quote

hi friends,

i have doubt on internal reader. can any one plz clearly explain this?

and what is the meaning of the following jcl statement.
//sysout dd sysout=(*,INTDR)

regards
mijanur
Back to top
View user's profile Send private message
aklima

New User


Joined: 25 Nov 2005
Posts: 18
Location: uae

PostPosted: Mon Dec 19, 2005 11:13 pm
Reply with quote

hi,
* say its temporary dataset and internal reader is that the dataset and read and the instructions given in that ds is done like if u want to run another jcl then provide the jcl in that give internal reader for that
Back to top
View user's profile Send private message
mijanurit
Currently Banned

New User


Joined: 26 Aug 2005
Posts: 33
Location: bangalore

PostPosted: Mon Dec 19, 2005 11:22 pm
Reply with quote

hi aklima,
thanks for ur information.

i need more information.if u give any example then it will be easy to understand. would u tell me about any study materials or books or any link so that i can get details info.


regards
mijanur
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Dec 19, 2005 11:25 pm
Reply with quote

See this previous post:

ibmmainframes.com/viewtopic.php?t=2948&highlight=intrdr
Back to top
View user's profile Send private message
iknow

Active User


Joined: 22 Aug 2005
Posts: 411
Location: Colarado, US

PostPosted: Tue Dec 20, 2005 11:58 am
Reply with quote

Hi All,

As a follow up to Superk's post,

Quote:
//sysout dd sysout=(*,INTDR)


Records that are written by the application to SYSOUT will be written to the "internal reader". This is the system facility for submitting new batch jobs to the operating system for execution. In this fashion, jobs and dynamically build and submit jobs.


Hope this helps.
Back to top
View user's profile Send private message
vidhyanarayanan

New User


Joined: 23 Dec 2005
Posts: 52

PostPosted: Fri Dec 23, 2005 8:48 pm
Reply with quote

hi...
internal reader is to execute d set of jcl statements thro cobol. To make ur view more clear...in ur cobol program for eg., i ll let me explain wit an example. MOVE 'UR JCL STATEMENT' TO OUTREC .WRITE it nd see...in ur run jcl,give intrdr statement..this ll execute ur jcl statements thro cobol.hope
u understand.....
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sat Dec 24, 2005 10:45 pm
Reply with quote

An intrdr can be used by any language or utility that can produce JCL in its O/P dataset(s).
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 Search substring in internal table of... COBOL Programming 2
This topic is locked: you cannot edit posts or make replies. Internal Autonomous Stored Procedure ... DB2 6
No new posts Doubt about pl/1 (job offer) General Talk & Fun Stuff 5
No new posts Getting error S000 U0016 (Cn Internal... JCL & VSAM 4
No new posts "Output" internal table (OD... COBOL Programming 0
Search our Forums:

Back to Top