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

How to call a cobol program from EZT


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

New User


Joined: 09 Jul 2005
Posts: 31
Location: Pune, India

PostPosted: Thu Nov 23, 2006 9:12 pm
Reply with quote

Hey Guys...
Can some one tell me how to call a cobol program from EZT.
Where to include sourcelib and syntax to call it. etc..

An example would be great help...

Thanks in advance..

Regards,
Prem Kumar
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Nov 23, 2006 11:31 pm
Reply with quote

Try googleing for "ca easytrieve plus reference guide", the first response was:

[PDF] CA-Easytrieve/Plus 6.2, SP3 Reference GuideFile Format: PDF/Adobe Acrobat
This Reference Guide is designed for use by you, the CA-Easytrieve/Plus. programmer. ... CA-Easytrieve/Plus Reference Guide) and operation, ...
Use [URL] BBCode for External Links

which is the manual you need.
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Fri Nov 24, 2006 4:57 pm
Reply with quote

CALL cobol-prog-name USING (linkage-item1 +
linkage-item2 +
linkage-item3)
Back to top
View user's profile Send private message
Pollyannaish

New User


Joined: 09 Jul 2005
Posts: 31
Location: Pune, India

PostPosted: Sat Nov 25, 2006 10:28 pm
Reply with quote

thanks a lot guys....
it was a great help...

what i understood is :

1. its the call same as in COBOL...
2. but yeah it does not need any linkage section ( it has all in working storage variables only..)

thanks again for the help...

Prem
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Sun Nov 26, 2006 12:00 am
Reply with quote

correct
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top