I got user abend U4038 while compiling my runjcl..
can anyone help me?
Answer Posted / rp
Please check the LRECL, if wrong record lengths are given U4038 abend comes.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
how do you reference the printer file formats from cobol programs
Which mode is used to operate the sequential file?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the use of intialize verb?
Difference between cobol and cobol-ii?
Name some of the examples of COBOl 11?
Describe the cobol database components?
What are the cobol coding sheets?
How do define dynamic array in cobol.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How many bytes S(8) comp field occupy and its maximum value?
Write the code to count the sum of n natural numbers.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the utilization of copybook in cobol?
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 ......