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 |
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
how to split a file
Explain about ISPF/TSO Commands
wht is step lib n job lib ? where can we code joblib n steplib ?
what is fixed length and variable length and difference between them
What is GDG?
how do u define a file in cobol and jcl ?
What parameter directs the output of the job log dataset?
how to skip the steps in JCl
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
Explain about CBL/PROCESS statement syntax
What is the purpose of dd * statement in jcl?