State the various causes of s0c1, s0c5 and s0c7.
No Answer is Posted For this Question
Be the First to Post Answer
how can we code index in an array of cobol pgm?
db2 variable decimal(15,2) what is the equalent size of cobol variable
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
What is an in-line perform ?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
diffrence between renames and redifnes with examples
How do u know what version of cobol u are using?
study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10
How to open and see copy book ?
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
What is difference between static and dynamic call in cobol?