how do u indetify files succesfully executed or not ?
Answer Posted / kiran
00 coder
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the different data types in cobol?
What is length is cobol?
How do you reference the following file formats from cobol programs?
In COBOL, what is the different between index and subscript?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Which Search verb is equivalent to PERFORM…VARYING?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Describe the cobol database components?
What is the difference between goback, stop run and exit program in cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do you differentiate between cobol and cobol-ii?
How you can characterize tables in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?