I got user abend U4038 while compiling my runjcl..
can anyone help me?
Answer Posted / abhishekd
Please check your input file. All the input should pass the
condition whatever may be imposed on them.
There may be one or more inputs which may be wrong as per
the criteria. this is also one case for u4038
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is amode(31)
What are the different rules to perform a Search?
How do define dynamic array in cobol.
What is a report item?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Why occurs cannot be used in 01 level in COBOL?
How do you reference the fixed block file formats from cobol programs
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how do you reference the esds vsam file formats from cobol programs
How you can read the file from bottom?
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 ......
explain sorting techniques in cobol program?
How arrays can be defined in COBOL?
what is amode(24), amode(31), rmode(24) and rmode(any)?