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
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How do we get current date from system with century in COBOL?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How you can read the file from bottom?
How do you define a variable of comp-1 and comp-2?
What are the cobol coding sheets?
How can you get the ksds file records into your cobol program?
What is a scope terminator give example?
What is report-item in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how to refer the data field?
How arrays can be defined in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how to access the file from prodution from changeman tool and to submit a file to production