i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
Answer Posted / 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 |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the different rules to perform a Search?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the pertinent COBOL
What is amode(31)
What are the different open modes available in cobol?
how to access the file from prodution from changeman tool and to submit a file to production
Write down the divisions of cobol program?
Why occurs cannot be used in 01 level in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are different data types in cobol?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the use of intialize verb?