what is the difference between COBOL2 AND COBOL390?
No Answer is Posted For this Question
Be the First to Post Answer
is this below syntax correct? CALL 'subprg' using A,B Please help
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
Differentiate COBOL and COBOL-II?
what are the steps to sort in a cobol program?
Why we should use cursor ?
can we declare occurs in 01 level?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
how to access vsam files in cobol and how to differentiate that this is ESDS file
What is the difference between static call & Dynamic call?
What is LENGTH in COBOL II?
What are the pertinent COBOL
how the control comes back from subprogram to mainprogram