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

Compiling Cobol-IDMS code


IBM Mainframe Forums -> IDMS/ADSO
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nirmal.poikaikumaran

New User


Joined: 29 Nov 2005
Posts: 66
Location: Bangalore

PostPosted: Wed Apr 26, 2006 8:19 pm
Reply with quote

Hi ,

Can anyone help me in explaining how the Cobol(embedded with IDMS) code gets compiled.What are all the compilers,precompilers used.

If anyone can get me The flow of compiling this Cobol-IDMS code, that would be grateful

thanks

Nirmal
Back to top
View user's profile Send private message
vijayakumar.yellala

New User


Joined: 19 Apr 2006
Posts: 63
Location: Chennai

PostPosted: Thu Apr 27, 2006 3:30 pm
Reply with quote

Hi Nirmal

In ur shop, to compile COBOL-IDMS we are using Endevor, for here there is no precompilation process, it will take are the things...........

if i am wrong please correct me.......

Regards
Back to top
View user's profile Send private message
nirmal.poikaikumaran

New User


Joined: 29 Nov 2005
Posts: 66
Location: Bangalore

PostPosted: Thu Apr 27, 2006 8:19 pm
Reply with quote

Hi,

I asked about what is happening at the backend..?

the compiler name atleast if you can give me would be helpful

Thanks in advance
Back to top
View user's profile Send private message
Logi

New User


Joined: 25 Jan 2006
Posts: 1
Location: Chennai

PostPosted: Fri Apr 28, 2006 12:47 pm
Reply with quote

Hi Nirmal,

Compilation of COBOL-IDMS code happens in this way:

1. First the Source pgm (COBOL with IDMS statements) is first read by a DML processor.
2. The DML processor validates the DML statements and creates a translated version of the source program in which DML statements have been replaced by appropriate calls to IDMS/R.(translated version is a COBOL pgm with call to IDMS/R statements, all the DB records are copied from Data dictionary, DML statements will be commented & replaced by CALL statements)
3. Output from the DML processor is a new source program, which serves as the input to the COBOL compiler.
4. After the translated source program has been compiled, the resulting object module is processed by the linkage editor to create an executable load module.


Thanks
Logi
Back to top
View user's profile Send private message
nirmal.poikaikumaran

New User


Joined: 29 Nov 2005
Posts: 66
Location: Bangalore

PostPosted: Fri Apr 28, 2006 5:23 pm
Reply with quote

hi Logi

thanks for the information.

Nirmal Kumar
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 -> IDMS/ADSO

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts run rexx code with jcl CLIST & REXX 15
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top