i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS

Answers were Sorted based on User's Feedback



i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS..

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

i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS..

Answer / gyothi n rao

no not at all i got errors on this.

Is This Answer Correct ?    2 Yes 1 No

i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS..

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

i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS..

Answer / sivaramakrishna

sivaramakrishna,
i think the answer for the above question is correct.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 Answers  


can I copy book which contain db2 statment in procedure divion?

2 Answers   Bank Of America,


what is subscript in cobol?give realtime example?

2 Answers   Wipro,


SIGN TRAILING SEPARATE field occupy ?

3 Answers  


how can we get current dat and time thru cobol pgm

3 Answers   DELL,






how would find total records in files using seqientional

1 Answers   HSBC,


How do you compile cobol program..?

1 Answers  


I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

1 Answers  


Write the code to count the sum of n natural numbers.

0 Answers  


What is the meaning of 'TALLING' verb in cobol?

5 Answers  


Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

1 Answers  


Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?

6 Answers   ABC, IBM, Mphasis, Wipro,


Categories