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

Why two timestamp there and what is the use of both of them


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
soumyaranjan007

New User


Joined: 30 Aug 2006
Posts: 30
Location: mumbai

PostPosted: Wed May 30, 2007 12:30 pm
Reply with quote

hi,


in db2 program load module have two timestamp. could any one explain why two timestamp there and what is the use of both of them and which one come first( dbrm time stamp or loadmodule)

Thanks
Soumya
Back to top
View user's profile Send private message
kussu
Warnings : 1

New User


Joined: 16 May 2007
Posts: 33
Location: India

PostPosted: Wed May 30, 2007 4:28 pm
Reply with quote

While executing the COBOL_DB2 program, precompiler comments all the sql statements and assign that to DBRM, and only the cobol statements will be assigned to compiler

sql related issues wil be handeled by DBRM and the Cobol related issues will be handled by Cobol compiler. and finally these two will be combined to give a Cobol-Db2 program.

At this time precompiler assigns 2 timestamps
[One for DBRM and another for load module] , in order to identify the sql statements related to that particular cobol program.

Based on the time stamp matching only finally it will combine both SQL statements and Cobol statements.

Thanks
Kussu
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts To get the count of rows for every 1 ... DB2 3
No new posts Insert system time/date (timestamp) u... DFSORT/ICETOOL 5
No new posts Timestamp difference and its average ... DB2 11
No new posts To get previous month from current ti... SYNCSORT 7
No new posts Calculate with timestamp PL/I & Assembler 19
Search our Forums:

Back to Top