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

What is Generate in endover


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

Active User


Joined: 14 Mar 2005
Posts: 123

PostPosted: Tue Nov 15, 2005 10:18 pm
Reply with quote

What is Generate in endover ?
Back to top
View user's profile Send private message
BUS

New User


Joined: 08 Jul 2005
Posts: 1

PostPosted: Wed Nov 16, 2005 3:30 pm
Reply with quote

For a COBOL program the generate process is a compile. For other types of elements other processes take the source and create load modules, other output modules or simply scan (as in JCL, and procs).

Move, add, and update implicitly process (generate) an element when the change is made to the source. Under certain circumstances, it is necessary to recompile/reprocess an element when there are no changes to the element itself. The generate action exists for this purpose.

As an example consider a COBOL source program containing copy statements. When a change is made to a copybook used by the program, the program should be recompiled. This is done by generating the COBOL element after updating the copybook.
Generate does not alter the version and level and does not change the source. Only the outputs from processing the element are changed.
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 Generate random number from range of ... COBOL Programming 3
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
No new posts JSON Generate COBOL Programming 2
No new posts XML-GENERATE to render edited numeric COBOL Programming 0
No new posts recursive SQL to generate list DB2 5
Search our Forums:

Back to Top