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 |
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
What are the divisions in a cobol program?
how do you define single dimensional array and multidimensional array in your cobol?
In an EVALUTE statement is the order of the WHEN clauses significant?
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
What are the pertinent COBOL
describe 805 error
Write a program to enter and display the names of students in a class using the occurs clause.
how to resolve the file status 47.......
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?