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
Write a program to enter and display the names of students in a class using the occurs clause.
How do we get current date from system with century in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Define static linking and dynamic linking.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Are you comfortable in cobol or jcl?
What are the cobol coding sheets?
how do you reference the variable block file formats from cobol programs
how do you define single dimensional array and multidimensional array in your cobol?
How do you reference the fixed block file formats from cobol programs
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How to know whether the module is dynamical or statistical?
what is difference between cobol and cobol/400
What is the use of intialize verb?