Have you used comp and comp-3 in your project? And how?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Restart Logic in Cobol?
wht is the diff b/w if and evaluate stmts ?
Which Search verb is equivalent to PERFORM…VARYING?
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
How can you add a particular field/coloumn in copybook?
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
How to display string in the reverse order using occurs clause?
wht is structured cobol pgm and non structred cobol pgm ?
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?