What compiler option would you use for dynamic linking?
Answers were Sorted based on User's Feedback
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
I want to declare a field with data type Double in my COBOL program. how shall i do that ?
Mention the guidelines to write a structured cobol program?
What is a SSRANGE and NOSSRANGE?
At the minimum, which division of COBOL is enough to be coded?
What is static and dynamic call in cobol?
wht is load module and object module ?
How we copy a program from production region to development region.What is the process & syntax ?
COMP-3 field occupy ?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.