Define static linking and dynamic linking.
No Answer is Posted For this Question
Be the First to Post Answer
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
Name the sections present in data division.
How to read the last 100 records from a COBOL file. The file contains N number of records.
1) can we display the index?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
What is the difference between a binary search and a sequential search what are the pertinent cobol?
which is better comp or comp-3 in terms of memory utilization?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how can you identify wheather the program is using search or search all in the cobol program?
How do u write test cases?