Write down the divisions of cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
how to convert vsam table into DB2 table?
Which is not true about evaluate statement
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
how can we code index in an array of cobol pgm?
What is LENGTH in COBOL II?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
What is the meaning of 'Eject' verb in cobol?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.