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

Help needed to create Eztrieve v11.5 Compile JCL


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

New User


Joined: 26 Feb 2011
Posts: 8
Location: Chennai, India

PostPosted: Tue Mar 01, 2011 12:36 pm
Reply with quote

Hi all,
I need to compile a Eztrieve Program. I don't have compile JCL for it. Compiler is available in the Changeman, we are using. for Testing purpose, i need to compile a Eztrieve program outside Changeman.

So please help me in creating it.

or If we have any option to take it from Changeman, please suggest the same also.

Thanks,
Dinesh
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Mar 01, 2011 12:40 pm
Reply with quote

compilation process is site dependent.
good sense dictates to use only procedures approved by Your organization
If You have the business need to do such a thing Your support will be glad to help You!
Back to top
View user's profile Send private message
Dinesh Babu MP

New User


Joined: 26 Feb 2011
Posts: 8
Location: Chennai, India

PostPosted: Tue Mar 01, 2011 12:45 pm
Reply with quote

Thanks for the Quick Responce Enrico..

got your point
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


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

PostPosted: Tue Mar 01, 2011 1:20 pm
Reply with quote

Code:

//XIBFEZTC JOB 01,MSGCLASS=G,CLASS=D,NOTIFY=XIBF                        00010000
//XIBFEZTC PROC                                                         00020000
//XIBFEZTC EXEC  PGM=EZTPA00                                            00030000
//EZTVFM   DD  UNIT=SYSDA,SPACE=(CYL,(10,10))                           00040000
//SYSLIN   DD  DSN=&&SYSLIN,DISP=(,PASS),                               00050000
//             UNIT=SYSDA,SPACE=(CYL,(100,50))                          00060000
//SYSPRINT DD  SYSOUT=*                                                 00070000
//XIBFLINK EXEC  PGM=IEWL                                               00080000
//SYSLIN   DD  DSN=&&SYSLIN,DISP=(OLD,DELETE)                           00090000
//SYSLMOD  DD  DSN=XIBF.AMBAI.LOAD,DISP=SHR                             00100000
//SYSUT1   DD  UNIT=SYSDA,SPACE=(CYL,(1,5))                             00110000
//SYSPRINT DD  SYSOUT=*                                                 00120000
//         PEND                                                         00130000
//STEP01   EXEC  XIBFEZTC                                               00140000
//XIBFEZTC.SYSIN DD *
LIST OFF                                                                00160002
PARM DEBUG(NOXREF) LIST(NOFILE NOPARM) LINK(load module name R)         00170002                                       
your easytrieve statements
Back to top
View user's profile Send private message
Dinesh Babu MP

New User


Joined: 26 Feb 2011
Posts: 8
Location: Chennai, India

PostPosted: Tue Mar 01, 2011 4:22 pm
Reply with quote

Thankyou Verymuch Pete
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Tue Mar 01, 2011 6:46 pm
Reply with quote

Eztrieve programs are executable right away and if you just want to execute some tests outside Chageman - why compilation is q probelm at first place, just execute it.
Back to top
View user's profile Send private message
Dinesh Babu MP

New User


Joined: 26 Feb 2011
Posts: 8
Location: Chennai, India

PostPosted: Tue Mar 01, 2011 6:55 pm
Reply with quote

Anuj, we are upgrading EZT 6.4v to 11.5v. We have some prob compiling it against 11.5v. There are code changes required in the old code. So compilation is required. I'm not doing it in Changeman is bcoz the job is abending and i could not getting necessary information from the Changeman job submitted, even Sysprint and Sysout. So i'm planning to test the code outside changeman, fix it and put it in changeman.
Back to top
View user's profile Send private message
Dinesh Babu MP

New User


Joined: 26 Feb 2011
Posts: 8
Location: Chennai, India

PostPosted: Tue Mar 01, 2011 6:57 pm
Reply with quote

One more thing, the job we have is having Easytrieve load modules. Thats y compilation we require.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Tue Mar 01, 2011 7:23 pm
Reply with quote

Not to discourage you, however, I belive your approach might not end-up fruitful. ChangeMan generates it's own JCL during compile which is not similar to execute just IEWL.

Quote:
the job we have is having Easytrieve load modules
Which Job you're talking about here? And if you already have load-module, why to link-edit again (IEWL)? icon_confused.gif

And if upgrade is in place, there should be someone from CA assisting you in this - suggest you contact them too.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Mar 01, 2011 7:25 pm
Reply with quote

Quote:
They have employed some clerks, given them PCs, made them sit in-front of PC for 8-hrs and called this set-up as IT companies!


please, please Anuj ...
c /clerks/monkeys/*

icon_biggrin.gif
Back to top
View user's profile Send private message
Dinesh Babu MP

New User


Joined: 26 Feb 2011
Posts: 8
Location: Chennai, India

PostPosted: Tue Mar 01, 2011 8:51 pm
Reply with quote

Anuj,
The load module we have are 6.4v. We have EZtrieve jobs which uses the load module to run the Job which is very similar to COBOL Module. So i'm trying out this way.

anyways.. thanks for your time..
Back to top
View user's profile Send private message
Dinesh Babu MP

New User


Joined: 26 Feb 2011
Posts: 8
Location: Chennai, India

PostPosted: Tue Mar 01, 2011 8:53 pm
Reply with quote

Enrico,

This is the Way you treat people who asks help in your forum..


Goodbye to your Forum..
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Mar 01, 2011 8:57 pm
Reply with quote

great sense of humor around there icon_biggrin.gif

could have been on any other topic with a post from Anuj... it just happened here!
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 Compile rexx code with jcl CLIST & REXX 6
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts C Compile time time stamps Java & MQSeries 10
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
Search our Forums:

Back to Top