i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
Post New Answer View All Answers
Whats the difference between search & search ALL?
Write a program that uses move corresponding.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are various search techniques in cobol? Explain.
What is Pic 9v99 Indicates in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is redefines clause in COBOL?
When is inspect verb is used in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How are the next sentence and continue different from each other?
how do you reference the esds vsam file formats from cobol programs
What is rmode(any) ?
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.
What are the different rules of SORT operation?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc