What is the difference between structured cobol programming and object alternativelyiented cobol programming?
No Answer is Posted For this Question
Be the First to Post Answer
When would you use in-line perform?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
How to increase the logical record length of existing PS file?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between NEXT SENTENCE and CONTINUE?
What is the difference between comp and comp-3?
In an EVALUATE statement, can I give a complex condition on a when clause?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is an in-line perform ?
what is scope terminator
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?