Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Pass data in JCL as we cant use DD SYSIN * in procedures

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions
Author Message
arunswap

New User


Joined: 23 Mar 2006
Posts: 13

PostPosted: Mon Apr 17, 2006 10:30 am    Post subject: Pass data in JCL as we cant use DD SYSIN * in procedures
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
References
PostPosted: Mon Apr 17, 2006 10:30 am    Post subject: Re: Pass data in JCL as we cant use DD SYSIN * in procedures Reply with quote

prakash271082

Active User


Joined: 09 Sep 2005
Posts: 61

PostPosted: Mon Apr 17, 2006 11:50 am    Post subject:
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    Post subject: Re: Pass data in JCL as we cant use DD SYSIN * in procedures
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

Active User


Joined: 23 Dec 2005
Posts: 55

PostPosted: Mon Apr 17, 2006 4:49 pm    Post subject:
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: 1481

PostPosted: Tue Apr 18, 2006 4:16 am    Post subject:
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: 10
Location: bangalore

PostPosted: Thu Jul 03, 2008 6:07 pm    Post subject:
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

Global Moderator


Joined: 23 Nov 2006
Posts: 7471
Location: 221 B Baker St

PostPosted: Thu Jul 03, 2008 9:38 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions All times are GMT + 6 Hours
Page 1 of 1