Home > Archive > Cobol > May 2006 > COBOL calling EZT
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| himu_abhi@yahoo.com 2006-05-24, 3:55 am |
| hi ppl ,
I have COBOL program which Needs to call EZT macro by passing a
variable to it and then receive modified varible.
Can i do it in COBOL ?
if yes plz do let me know as soon as possible .
my email id is himanshu_kashiwar@infosys.com
| |
| Frederico Fonseca 2006-05-24, 9:55 pm |
| On 24 May 2006 00:13:07 -0700, himu_abhi@yahoo.com wrote:
>hi ppl ,
>
>I have COBOL program which Needs to call EZT macro by passing a
>variable to it and then receive modified varible.
>
>Can i do it in COBOL ?
>
>if yes plz do let me know as soon as possible
What OS you are running your COBOL programs.
What is the vendor name, and what is the vendor compiler version, and
vendor runtime version used? (if applicable)
and what is EZT, and do they supply a list of the interface functions
and parameter types?
Frederico Fonseca
ema il: frederico_fonseca at syssoft-int.com
| |
| William M. Klein 2006-05-24, 9:55 pm |
| My guess is that "EZT" is "Easytreive" - (IBM mainframe product) - but that is
only a guess (and I don't know the answer)
--
Bill Klein
wmklein <at> ix.netcom.com
"Frederico Fonseca" <real-email-in-msg-spam@email.com> wrote in message
news:qd597217uop0i3aod3k5dj4ioau2u83j45@
4ax.com...
> On 24 May 2006 00:13:07 -0700, himu_abhi@yahoo.com wrote:
>
>
> What OS you are running your COBOL programs.
> What is the vendor name, and what is the vendor compiler version, and
> vendor runtime version used? (if applicable)
>
> and what is EZT, and do they supply a list of the interface functions
> and parameter types?
>
>
>
> Frederico Fonseca
> ema il: frederico_fonseca at syssoft-int.com
| |
| Howard Brazee 2006-05-24, 9:55 pm |
| On Wed, 24 May 2006 20:50:28 GMT, "William M. Klein"
<wmklein@nospam.netcom.com> wrote:
>My guess is that "EZT" is "Easytreive" - (IBM mainframe product) - but that is
>only a guess (and I don't know the answer)
An EasyTrieve macro is basically the same thing as a CoBOL copy
member.
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
| |
|
| himu_abhi@yahoo.com wrote:
> hi ppl ,
>
> I have COBOL program which Needs to call EZT macro by passing a
> variable to it and then receive modified varible.
>
> Can i do it in COBOL ?
>
> if yes plz do let me know as soon as possible .
>
> my email id is himanshu_kashiwar@infosys.com
>
I believe, but will not guarantee, that the normal operation of
Easytrieve [CA product that runs on IBM Mainframe] is with EZT as the
main program and EZT does the CALLing to COBOL. In this context, yes,
it is possible to interface EZT and COBOL.
Carl
|
|
|
|
|