What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
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??
What is the point of the REPLACING option of a copy statement?
What is LENGTH in COBOL II?
Can a Search can be done on a table with or without Index?
What is rmode(24)
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
Can you please let me know the centre name of INS certification in Kolkata.
What are the functions like c or c++ in cobol?
What do you do to resolve SOC-7 error?
how the control comes back from subprogram to mainprogram