I have a file it contain 10 records.i got abend at 8th record
because of soc7.how do you know that perticular record got
abend?
Answer Posted / dileep
Checking the value of record Key in Sysdump or through
Xpeditor also you can find out at which record it got abend
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
What are declaratives and what are their uses in cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
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?
Name some of the examples of COBOl 11?
What are different data types in cobol?
What are the cobol coding sheets?
What are the access modes of START statement?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Differentiate between structured cobol programming and object-oriented cobol programming.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Name the sections present in data division.
How do you define a variable of comp-1 and comp-2?