how to solve u4038 abbend?........
Answer Posted / 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 |
Post New Answer View All Answers
Explain the hierarchy levels in jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
Is it possible to left uncode disp?
what is a jcl?
How does jcl act on code(if you take a cobol program)?
What is jcl in mainframe?
Are there any set of rules for the names of the steps used in a job?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain dfsort utility?
how to run batch program without jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How gdg are concatenated?