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 |
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
Why do you want to specify the REGION parameter in a JCL step?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
what is use of disp parameter in dd statement?
what is meant by jobtrac?
How is a GDG base created?
read all error codes like SB07?
How to empty the records in jcl
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?