IBM MAINFRAME HELP & SUPPORT FORUMS
Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
 

Compiling Cobol-IDMS code

THIS IS AN ARCHIVE FORUM: CLICK HERE TO GO TO THE ORIGINAL TOPIC

 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> IDMS/ADSO
View previous topic :: View next topic  
Author Message
nirmal.poikaikumaran



Joined: 29 Nov 2005
Posts: 50
Location: Bangalore

Posted: Wed Apr 26, 2006 8:19 pm    Post subject: Compiling Cobol-IDMS code  

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  
vijayakumar.yellala



Joined: 19 Apr 2006
Posts: 47
Location: Chennai

Posted: Thu Apr 27, 2006 3:30 pm    Post subject:  

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  
nirmal.poikaikumaran



Joined: 29 Nov 2005
Posts: 50
Location: Bangalore

Posted: Thu Apr 27, 2006 8:19 pm    Post subject:  

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  
Logi



Joined: 25 Jan 2006
Posts: 1
Location: Chennai

Posted: Fri Apr 28, 2006 12:47 pm    Post subject: Re: Compiling Cobol-IDMS code  

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  
nirmal.poikaikumaran



Joined: 29 Nov 2005
Posts: 50
Location: Bangalore

Posted: Fri Apr 28, 2006 5:23 pm    Post subject:  

hi Logi

thanks for the information.

Nirmal Kumar
Back to top  
 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> IDMS/ADSO
Page 1 of 1
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM