Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
No Answer is Posted For this Question
Be the First to Post Answer
Can anyone please give the example of Inline Perform.
How do define dynamic array in cobol.
what is the diff b/w select stsmt and cursor ?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
COMP?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you define single dimensional array and multidimensional array in your cobol?
When is inspect verb is used in cobol?
waht is inspect verb? where it can be in real time?
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?
how to change picture class of copy book variable inside program?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.