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

Why can't we code instream data in a PROC


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

New User


Joined: 06 May 2005
Posts: 20
Location: Bangalore

PostPosted: Mon May 23, 2005 6:28 pm
Reply with quote

Hi all,

Why can't we code instream data in a PROC.?

Thanks in advance.
Back to top
View user's profile Send private message
MGIndaco

Active User


Joined: 10 Mar 2005
Posts: 432
Location: Milan, Italy

PostPosted: Mon May 23, 2005 7:16 pm
Reply with quote

But you can... just override in JCL the DD you desire!

In PROC you cannot specify JOBLIB,DD *, DD DATA, Delimiters( as /* and //) and EXEC statement referring other PROC(i.e. PROC.... EXEC PROC2)
But you can do everything you want just override the PROC in a correct way from your JCL!
Back to top
View user's profile Send private message
Avinash_Gupta

New User


Joined: 11 May 2005
Posts: 26
Location: Hyderabad

PostPosted: Wed Jul 20, 2005 6:09 pm
Reply with quote

MGIndaco you say that
In PROC you cannot specify JOBLIB,DD *, DD DATA, Delimiters( as /* and //) and EXEC statement referring other PROC(i.e. PROC.... EXEC PROC2)
But you can do everything you want just override the PROC in a correct way from your JCL!
But i found a document which says that we can call one proc from another proc which negates your statement above.
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B650/5.3?SHELF=&DT=20040712170508&CASE=
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 Store the data for fixed length COBOL Programming 1
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top