What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
No Answer is Posted For this Question
Be the First to Post Answer
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
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?
Explain Restart Logic in Cobol?
What are various search techniques in cobol? Explain.
How to resolve the soc4 and soc7 errors?
tell me about examine inspect and evaluate ?
How do you set a return code to the JCL from a COBOL program?
What is the difference between external and global variables in COBOL?
What is the difference between a DYNAMIC and STATIC call in COBOL?
Can we change the password using ALTER? anyone tried and changed?