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?

Answers were Sorted based on User's Feedback



How to pass the temp dataset form one JOB step to another?..

Answer / guest

By specifying the DISP as PASS for the temp dataset

Is This Answer Correct ?    14 Yes 2 No

How to pass the temp dataset form one JOB step to another?..

Answer / devang

By coding DISP=(,PASS,) on DD statement the dataset is
passed to the next step.

Is This Answer Correct ?    6 Yes 1 No

How to pass the temp dataset form one JOB step to another?..

Answer / kumar

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

Is This Answer Correct ?    3 Yes 1 No

How to pass the temp dataset form one JOB step to another?..

Answer / satyasivaji.ch

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

Is This Answer Correct ?    4 Yes 3 No

How to pass the temp dataset form one JOB step to another?..

Answer / shridhar

DISP=(NEW,PASS)

DISP=SHR/(MOD,DELETE,DELETE) ETC.

Is This Answer Correct ?    0 Yes 1 No

How to pass the temp dataset form one JOB step to another?..

Answer / kiran

What is the meaning of 'Passing from one step to another step'?

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More JCL Interview Questions

which utility is used to run a cobol-db2 program?

0 Answers   IBM,


what is XSUM in some fields= none, xsum ??

7 Answers   Xansa,


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

0 Answers   CGI, Verizon,


Given a input file with duplicates how to remove the duplicate records from the file using JCL?

6 Answers   CDS, Convergys, TCS,


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

0 Answers  


Explain about File Tailoring

1 Answers  


Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?

1 Answers  


which parameter is use to declare the name of dataset in dd statement?

0 Answers   IBM,


My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)

11 Answers   HCL, IBM, L&T, TCS,


How do you access a file that had a disposition of KEEP?

3 Answers  


i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)

1 Answers  


what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.

6 Answers   HCL,


Categories