GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Mainframe  >  COBOL

 Print  |  
Question:  How will you connect any Database to MicroFocus COBOL?

Answer: have idea about How the flow. But i wanted to know this code and explanation.


July 07, 2009 01:54:38 #1
 abhi_srk   Member Since: July 2009    Total Comments: 1 

RE: How will you connect any Database to MicroFocus COBOL?
 
From Microfocus COBOL you cannot connect to database. You need to 'CALL' any Pro-Cobol program which is coded with EXEC-SQL, END-EXEC statement within it by giving the appropriate Call-Code's(read, write etc), Table name etc.
     

 

Back To Question