⟩ How do you submit JCL via a COBOL program?
Use a file //dd1 DD sysout=(*, intrdr)write your JCL to this file. Pl some on try this out.
Use a file //dd1 DD sysout=(*, intrdr)write your JCL to this file. Pl some on try this out.
Can a COM interface be implemented by more than one COM class in the same COM component?
When you call CoInitialize(NULL) function how it works internally?
Differentiate normal DLL to COM DLL?
How do you know it is general dll or com dll?
how to call a dll as a COM dll?
What is a moniker?
Define and explain about COM?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C? What?s the difference between aggregated and contained objects?
What is In-proc?
What is the difference, if any, between OLE and COM?