Write down the divisions of cobol program?
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
What is difference between COBOL and VS COBOL II?.
What does the INITIALIZE verb do?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to read a 100 record from a file through cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What do you feel makes a good program?
what are decleratives in cobol?
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?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
What are the different rules for performing sort operation?