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

How to create IGZEOPT


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rpenner

New User


Joined: 26 Apr 2006
Posts: 22
Location: Canada

PostPosted: Fri Dec 17, 2010 10:20 pm
Reply with quote

Anyone have experience is using IGZEOPT for runtime options? I have an application with a mix of OS/VS COBOL and VS COBOL II in a VSE environment and want to use IGZEOPT to specify the MIXRES runtime option. There's some info in the Application Programming Guide but not specific enough for me to know the steps I need to take.

Manual says I need to create an assembler program with the macro IGZOPTV, assemble and link it. That program is supposed to generate the IGZEOPT module which is then linked into the main program of my run unit.

Not sure how to structure the assembler routine with the IGZOPTV macro? Any examples out there? Do I need to link edit it and then run it to create the IGZEOPT?

Appreciate any help or steering in the right direction.

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

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Dec 17, 2010 10:46 pm
Reply with quote

the customization manual and the COBOL MRM
( Machine readable material - AKA the cobol libraries )

should give You a fair hint on how to proceed

But we cannot do it for You... the older cobol manuals are no longer available
Back to top
View user's profile Send private message
Jose Mateo

Active User


Joined: 29 Oct 2010
Posts: 121
Location: Puerto Rico

PostPosted: Tue Dec 21, 2010 12:48 am
Reply with quote

If you have LE environment than it will be the CEEUOPT that needs to be modify. If not, check in your library chain for a library that starts with IGZ or in your PRDLIB for the module IGZEOPT.A this should an assembler module with macro entries. Then you need to import it into your editor and find the entry that you need to modify (use the IBM manuals or google the topic for reference). Then assemble the module with a different name and include this module in your linkedit.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts create rexx edit Macro that edits the... CLIST & REXX 3
No new posts COBOL - create and write to output fi... COBOL Programming 0
No new posts Best way to create an automated line ... TSO/ISPF 3
No new posts FD Section to Create FB or Vb File Dy... COBOL Programming 1
Search our Forums:

Back to Top