View previous topic :: View next topic
|
Author |
Message |
Dinesh Babu MP
New User
Joined: 26 Feb 2011 Posts: 8 Location: Chennai, India
|
|
|
|
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 |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
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 |
|
|
Dinesh Babu MP
New User
Joined: 26 Feb 2011 Posts: 8 Location: Chennai, India
|
|
|
|
Thanks for the Quick Responce Enrico..
got your point |
|
Back to top |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
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 |
|
|
Dinesh Babu MP
New User
Joined: 26 Feb 2011 Posts: 8 Location: Chennai, India
|
|
|
|
Thankyou Verymuch Pete |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
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 |
|
|
Dinesh Babu MP
New User
Joined: 26 Feb 2011 Posts: 8 Location: Chennai, India
|
|
|
|
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 |
|
|
Dinesh Babu MP
New User
Joined: 26 Feb 2011 Posts: 8 Location: Chennai, India
|
|
|
|
One more thing, the job we have is having Easytrieve load modules. Thats y compilation we require. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
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)?
And if upgrade is in place, there should be someone from CA assisting you in this - suggest you contact them too. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
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/*
|
|
Back to top |
|
|
Dinesh Babu MP
New User
Joined: 26 Feb 2011 Posts: 8 Location: Chennai, India
|
|
|
|
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 |
|
|
Dinesh Babu MP
New User
Joined: 26 Feb 2011 Posts: 8 Location: Chennai, India
|
|
|
|
Enrico,
This is the Way you treat people who asks help in your forum..
Goodbye to your Forum.. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
great sense of humor around there
could have been on any other topic with a post from Anuj... it just happened here! |
|
Back to top |
|
|
|