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 |
Must tape dataset definitions include vol=ser specifications?
How to skip first step of a job? Can we use COND on the first step?
What are the differences between JES2 & JES3 ?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
how to resolve sb37,sd37 se37 abends
What is the significance of addrspc parameter in exec statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
How can a jobs execution priority be modified?
Give the syntax of job specifying jcl statement.