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 pass the temp dataset form one JOB step to another?

Answer Posted / kumar

By coding DISP=PASS,Delete on dd statement,it passes the
dataset to
another dataset.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1522


how do you access an uncataloged dataset in a jcl?

1808


what is the use of JCL?

1209


Is there any command to check wether the ps file is in sorted order?

2953


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

1117


What is the function of //cntl statement?

1392


what is “Cond= even” and “Cond=only”?

1362


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

1468


what are the various stages of job processing?

1345


how to compare two datasets without using superce because output is limited to 133 bytes

2161


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

1437


What is one line to pass PARM from JCL to COBOL?

5010


what is a jcl?

1178


How to pass the parameter in parm using linkage section ? (syntax)?

1183


Explain the function of dd disp parameter?

1172