Define static linking and dynamic linking.
No Answer is Posted For this Question
Be the First to Post Answer
What is EIBCALEN? Why it is used?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
What is report-item?
how to display the dataset information?
can you declare redefine in level 01?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
How can we increase the size of an existing PDS to include more no. of modules.
what is rediffine clause?in what situation it can use?give me real time example?
Explain fixed length record in cobol? with suitable example
how do you define single dimensional array and multidimensional array in your cobol?
What are the differences bitween cobol and cobol-2?