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

Pass data in JCL as we cant use DD SYSIN * in procedures


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
arunswap

New User


Joined: 23 Mar 2006
Posts: 13

PostPosted: Mon Apr 17, 2006 10:30 am
Reply with quote

How to pass data in JCL as we cant use DD SYSIN * in procedures?
Back to top
View user's profile Send private message
prakash271082

New User


Joined: 09 Sep 2005
Posts: 53

PostPosted: Mon Apr 17, 2006 11:50 am
Reply with quote

Hi,
This Could be solved in 2 ways,

1. You Could use PARM, I suppose.
2. You Could override SYSIN DD DUMMY statement of your proc during call time of that proc.

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

New User


Joined: 07 Apr 2006
Posts: 1

PostPosted: Mon Apr 17, 2006 3:28 pm
Reply with quote

If you want to pass dynamic data (like dates) in the proc, i believe you can use the K9801GCP program
Back to top
View user's profile Send private message
vidhyanarayanan

New User


Joined: 23 Dec 2005
Posts: 52

PostPosted: Mon Apr 17, 2006 4:49 pm
Reply with quote

hi,
to pass data externally, as far as jcl is concerned...PARM is the best choice.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Tue Apr 18, 2006 4:16 am
Reply with quote

In the proc code //sysin dd ddnam=anyddn
After the proc invoking exec stmt code //anyddn dd * followed by your sysin data. Not sure if you have to code //stpname.anyddn dd *.

You can test or look it up.
Back to top
View user's profile Send private message
ektaag

New User


Joined: 21 Mar 2007
Posts: 14
Location: bangalore

PostPosted: Thu Jul 03, 2008 6:07 pm
Reply with quote

hi

i am trying to implement thi s
In the proc code //sysin dd ddnam=anyddn
After the proc invoking exec stmt code //anyddn dd * followed by your sysin data. Not sure if you have to code //stpname.anyddn dd *.



but getting error

not able to locate my file ex-- anyddn
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jul 03, 2008 9:38 pm
Reply with quote

Hello,

If you post your proc and your execution jcl with the override, we can probably help.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top