Answer Posted / helennixa
You would use Display statements before the abend so you know what record was corrupted.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a cobol program making use of the redefine clause.
Write some characteristics of cobol as means of business language.
What is rmode(24)
What is the Purpose of Pointer in the string?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Mention the guidelines to write a structured cobol program?
A table has two indexes defined. Which one will be used by the SEARCH?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How do u write test cases?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is a scope terminator give example?
Write a program that uses move corresponding.
What is static and dynamic call in cobol?
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?
What are declaratives and what are their uses in cobol?