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 |
Can you code instream data in a PROC ?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
How do you find which GDG is using which dataset?
which utility is used to sort a file in jcl?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
can we write a proc with in a proc
Which storage devices are grouped under DASD and SYSDA ?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain the hierarchy levels in jcl?