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 |
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
sample code for read a 2nd record from last in flatfile how can do?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
what are the utilities for load and unload the DB2 tables
what is subscript in cobol?give realtime example?
can we use reference modification an arry.
What are the differences between OS VS COBOL and VS COBOL II?
88 class is used for
How can you add a particular field/coloumn in copybook?
if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.
is it possible to declare index in cobol program? if it is not why its tell me pls
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,