Answer Posted / deepak joshi
Application Programmer Response: Check register 15 of the
SDWA section 'General Purpose Registers at Time of Error',
and locate the accompanying reason code. In addition, check
the information displayed at the user's terminal, and in
the corresponding logrec data set entry.
System Programmer Response: If the error recurs and the
program is not in error, look at the messages in the job
log for more information. Search problem reporting data
bases for a fix for the problem. If no fix exists, contact
the IBM Support Center. Provide the SYSOUT output for the
job and the logrec data set error record.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Are you comfortable in cobol or jcl?
how to access the file from prodution from changeman tool and to submit a file to production
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is length is cobol?
How do get the result of your program directly on your pc?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Name the divisions, which are available in a cobol program?
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?
Define static linking and dynamic linking.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the local-storage section?
explain sorting techniques in cobol program?