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

Code to compile an easytrieve program


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

New User


Joined: 06 Jun 2007
Posts: 58
Location: Hyderabad

PostPosted: Fri Feb 29, 2008 1:40 pm
Reply with quote

Hi,
Can anybode help me with the code to compile an easytrieve program?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Feb 29, 2008 1:45 pm
Reply with quote

As far as I know, since Easytrieve is an interpreted language, there is no such thing as "EasytriEve compiler"...

O.
Back to top
View user's profile Send private message
ksk

Active User


Joined: 08 Jun 2006
Posts: 355
Location: New York

PostPosted: Fri Feb 29, 2008 5:40 pm
Reply with quote

No need to compile Easytrieve program, we can run it directly.

KSK
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Fri Feb 29, 2008 6:02 pm
Reply with quote

ofer71 wrote:
As far as I know, since Easytrieve is an interpreted language, there is no such thing as "EasytriEve compiler"...
Yes, it can be compiled and the executable module stored in a PDS, just like any other compiled executable....
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Feb 29, 2008 8:54 pm
Reply with quote

Is it stored as U format, like any other module? I know that with NATURAL, you can perform some kind of "compile", but it is not a real assembler, since it won't produce any Assembler instructions, just some kind of code that is invoked by the NATURAL interpreter....

O.
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: Fri Feb 29, 2008 9:00 pm
Reply with quote

Hello,

Easytrieve may be compiled and link-edited.

From the ezt doc:
Quote:
Executing a Compiled Program
This example illustrates the JCL necessary to execute a previously compiled and
link-edited Unicenter CA-Easytrieve program:
//jobname JOB accounting.info
//stepname EXEC PGM=TESTPGM
//STEPLIB DD ...
//SYSPRINT DD SYSOUT=A
//SYSSNAP DD SYSOUT=A
//SYSOUT DD SYSOUT=A
//SORTWKO1 DD UNIT=SYSDA,SPACE=(CYL,1)
//EZOPTBL DD DISP=SHR,DSN=your.ezt110.EZOPTBL
//EZTVFM DD UNIT=SYSDA,SPACE=(4096,(100,100))
//userfile DD dd-parms
//SYSIN DD * (optional CARD input)
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts C Compile time time stamps Java & MQSeries 10
Search our Forums:

Back to Top