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 |
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
Explain the configuration section of a cobol program with examples of syntax.
how do you reference the ksds vsam file formats from cobol programs
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to open and see copy book ?
what is SYNCHRONIZATION?
diffrence between z(2) and z9(2)
What is perform what is varying?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is mean by maxcc
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans