i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
Answers were Sorted based on User's Feedback
Answer / rama krishna
for cobol you can compile a program to get all warnings,
errors, severe errors and fatal errors.
IDENTIFICATION DIVISION.
PROGRAM-ID. ERRMSG.
compile the above two statements and you will see the magic.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vasanth
Rama krishna,
The conventional program name suggested by you is already
configured in your system, it doesnot happen to all.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sivaramakrishna
sivaramakrishna,
i think the answer for the above question is correct.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we get current dat and time thru cobol pgm
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
How can we know that cobol program is using report file or simple file....?
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.
how you will define variables length in cobol.
db2 variable decimal(15,2) what is the equalent size of cobol variable
How do you reference the following file formats from cobol programs?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are options have been removed in COBOL 11?
What is the reference modification.
How many divisions we have in Cobol ?