I got user abend U4038 while compiling my runjcl..
can anyone help me?
Answer Posted / rk
Please check the lengths declearsd in JCL(DCB parameters)
and Cobol program
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
Which is not true about evaluate statement
how do you reference the ksds vsam file formats from cobol programs
Write a program that uses move corresponding.
What is the difference between comp and comp-3?
Explain the configuration section of a cobol program with examples of syntax.
How do define dynamic array in cobol.
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
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is inspect in cobol ?
Write some characteristics of cobol as means of business language.
What the difference is between continue and next sentence?
How you can characterize tables in cobol?
what are decleratives in cobol?
What are the different rules for performing sort operation?