I got user abend U4038 while compiling my runjcl..
can anyone help me?
Answer Posted / shrishail
During declaring the DCB parameters in the JCL we are
mentioning RECF=FB but during the creation of PS we are
specifying the RECF=V then U4038 abend will come.
I have got many times this abend in my company.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
Can we redefine the field of x(200) to less than 200?
) how do u code after getting data?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Which is not true about evaluate statement
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What rules are followed by the search verb.
What is link edit in cobol?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Why would you use find and get rather than to obtain?
Difference between array and sub-script ?
When is inspect verb is used in cobol?
What is the difference between Call and a Link?
What the difference is between continue and next sentence?