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

Compiling an Easy Trieve program


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

New User


Joined: 12 Sep 2005
Posts: 20
Location: USA

PostPosted: Thu Oct 12, 2006 11:34 pm
Reply with quote

Hi,

Previously I had easytrieve program instream in the job and hence would directly submit the job which executes the easytrieve program. Now i want to split the job and easy trieve program seperately so as to move in to panvalet and schedule them. so i would be calling the compiled easy trieve program in the job. Now, I would like to know how to compile the Easy trieve program. can anyone please provide any sample JCL that compiles the easy trieve program ?.

I am using the JCL and the source program from my personal PDS.

Thanks for your replies.
Anu Narayanan
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Fri Oct 13, 2006 12:54 am
Reply with quote

This is from EZTRIEVE manual, unfortunately i cannot paste the link, got this info from internal website. And there is link for Eztrieve manual in this forum and that is not working.

You would need to find specific LINKLIBs for EZTP in your shop and plug those in as STEPLIB.

//jobname JOB accounting.info
//STEPNAME EXEC PGM=EZTPA00,REGION=512K
//EZTVFM DD UNIT=SYSDA,SPACE=(4096,(100,100))
//SYSPRINT DD SYSOUT=A
//SYSLIN DD UNIT=SYSDA,SPACE=(400,(100,50)),DISP=(,PASS),
// DSN=&&SYSLIN
//SYSIN DD *
PARM LINK(TESTPGM)...
...CA-Easytrieve Plus source statements ....
//LKED EXEC PGM=IEWL
//SYSPRINT DD SYSOUT=A
//SYSLIN DD DSN=&&SYSLIN,DISP=(OLD,DELETE)
//SYSLMOD DD DSN=your.eztp.loadlib,DISP=SHR
//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,5))
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts After newcopy the CICS program user f... CICS 7
No new posts Starting a CICS Transaction from a Th... CICS 0
No new posts Problem moving a cobol program into E... COBOL Programming 3
No new posts Error to invoke MPP program through B... IMS DB/DC 4
No new posts Using API Gateway from CICS program CICS 0
Search our Forums:


Back to Top