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 |
what happens if we dont close cursor in db2-cobol pgm?
What is the linkage section?
what is the maximum error code in mainframe
What is COMP SYNC?
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
how can i see junk values in dclgen or in hostvariable of comp ?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
Define static linking and dynamic linking.
I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.
How to read the last 100 records from a COBOL file. The file contains N number of records.
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,