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

Passing of parameters from JCL to PL/1 program.


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
asadullah

New User


Joined: 28 Jul 2005
Posts: 9

PostPosted: Thu Mar 02, 2006 4:18 pm
Reply with quote

Hi

How to pass parameters from JCL to PL/1 program.

Kindly help me out in this issue.

Thanks
Asadullah.
Back to top
View user's profile Send private message
ARIVUMR

New User


Joined: 21 Apr 2006
Posts: 11
Location: Chennai

PostPosted: Fri Apr 21, 2006 2:31 pm
Reply with quote

hi

u can pass parameter using PARM parameter from jcl and its received in PL/1

proc name: procedure (parameter list from jcl) options (main)


u should be declared reciving parameter variable in ur pl/1 program.

regards
hari
Back to top
View user's profile Send private message
tejdeesh

New User


Joined: 19 Oct 2006
Posts: 1

PostPosted: Thu Oct 19, 2006 2:04 pm
Reply with quote

want to know the syntax how exactly the passing of JCL parameters to PL/1 will be done. Suppose that if we are passing in JCL as code char (4) then how we can declare it in PL/1.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
Search our Forums:

Back to Top