Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain the hierarchy levels in jcl?

1722


Can an individual step be restricted from using all the jobs allowed cpu time?

1600


Is it possible to left uncode disp?

1247


what is a jcl?

1178


How does jcl act on code(if you take a cobol program)?

1346


What is jcl in mainframe?

1257


Are there any set of rules for the names of the steps used in a job?

1169


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?

2340


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

1520


Explain how can the disposition of sysout datasets be set for an entire jobstream?

1147


Explain dfsort utility?

1401


how to run batch program without jcl?

11686


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5596


State the uses of syspring, sysin, sort fields, sum fields and dummy.

1133


How gdg are concatenated?

1166