how to solve u4038 abbend?........
Answers were Sorted based on User's Feedback
Answer / gg
please mention the type of abend code lile s000,sco7..not u4038
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / vijayamala
U4038 is an user abend. you will get this when you fail to
code 'stop run' in cobol program.
| Is This Answer Correct ? | 14 Yes | 9 No |
Answer / vinay sonar
I got this error while KSDS random read using file handling
concept.
You get U4038 when you ACCEPT any variable in COBOL but you
are not passing any instreame data in JCL.
| Is This Answer Correct ? | 1 Yes | 3 No |
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
What are the difference between jcl and jes?
what is static and dynamic call with examples?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
What is the function of the dd dcb keyword?
How much space OS allocates when you create a PS or PDS?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How do you override a parameter in Positional parameters?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
Can we have a JOBSTEP without any EXEC ?
What is NOTCAT ?