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

how to pass values to easytrieve program from JCL or PROC


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
tuvi_kp

New User


Joined: 09 Feb 2006
Posts: 4

PostPosted: Mon Sep 06, 2010 3:56 pm
Reply with quote

Hi,

I am new to easytrieve and need some information on passing values to an easytrieve program at runtime. I have written one program for generating summary report and the same should be used for multiple PROCs. But the summary report title should contain corresponding PROC name from which this program is invoked. Will be waiting for your valuable inputs.

Thanks.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Sep 06, 2010 5:09 pm
Reply with quote

Please learn to search the Forums and see if these earlier threads help you:

www.ibmmainframes.com/viewtopic.php?t=36905&highlight=parm+easytrieve
www.ibmmainframes.com/viewtopic.php?t=40830&highlight=parm+easytrieve
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Mon Sep 06, 2010 7:13 pm
Reply with quote

Sample (for an explanation read the manual(s))


Code:

//PRINTPDS EXEC  PGM=EZTPA00,PARM='your parameter'
//SYSIN    DD  *
PARMDATA   W    46 A                                                    00360081
PARMLENG   PARMDATA       2 B                                           00370081
PARMFIELD  PARMDATA +02  44 A                                           00380081
*
JOB INPUT(NULL) START STARTPROC                                         00460042
STOP
*
STARTPROC. PROC                                                         00520042
   CALL EZTPX01 USING(PARM-REGISTER PARMDATA)                           00530042
   your parameter processing   
END-PROC                                           
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
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
Search our Forums:

Back to Top