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 can we see data in TEMPARARY DATA SET in JCL ?

Answers were Sorted based on User's Feedback



How can we see data in TEMPARARY DATA SET in JCL ?..

Answer / praveen bejjanki

Some info regarding Temporary dataset:
1) They start with '&&'
2) They can be a maximum of 8char's, The first character
should be a Alphabet or National character remaining char's
can be numeric also.
3) These dataset's will usually have the disp parm
as 'Pass' Which indicates that the dataset is passed to the
subsequent steps in the jcl. But at the end of the jcl the
dataset will be deleted.
So, It's impossible to view the data in Temporary dataset.

@All: Correct me if i'm wrong.

Is This Answer Correct ?    7 Yes 1 No

How can we see data in TEMPARARY DATA SET in JCL ?..

Answer / paddu

//job1 job a123,paddu
// step1 exec pgm=program1,
//dd1 dd dsn=&&temp.

temporary dataset names are indicated by &&.

Is This Answer Correct ?    12 Yes 8 No

How can we see data in TEMPARARY DATA SET in JCL ?..

Answer / shriram10

- No, you can not see data in temporary data set.
- Because temporary data sets are created during jobs
execution and terminated after completion of the job.
- It is used to release the space utilized by the data set
after termination of the job.

correct me if i am wrong
thanks

Is This Answer Correct ?    1 Yes 0 No

How can we see data in TEMPARARY DATA SET in JCL ?..

Answer / siva

Temporary dataset are recognized by &&

They are created during the time of  job execution once the job is executed they get deleted.

Is This Answer Correct ?    0 Yes 0 No

How can we see data in TEMPARARY DATA SET in JCL ?..

Answer / eswaran

//FSS127A JOB NOTIFY=&SYSUID,PRTY=15
//STEP1 EXEC PGM=IEFBBR14
//DD1 DD DSN=&&DATASETNAME
//
TEMPORARY DATASET NAME SPECIFIED BY &&

Is This Answer Correct ?    6 Yes 7 No

How can we see data in TEMPARARY DATA SET in JCL ?..

Answer / harsha

Yes, we can read data from Temporary dataset as long as job
is running. Once the job is executed, temporary datet is
deleted.

Is This Answer Correct ?    1 Yes 2 No

How can we see data in TEMPARARY DATA SET in JCL ?..

Answer / rahul

We cannot browse temp datasets, rest to see the tem
datasets , above answers are correct.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

How to copy one PS file to multiple PS files with same data?

1 Answers  


i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

2 Answers  


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


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

1 Answers  


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

0 Answers   IBM,


How do you skip a particular step in a proc/JOB?

5 Answers   CSC, CTS,


What are the kinds of job control statements?

3 Answers  


how to create gdg with out using idcams utility

8 Answers   DSRC,


I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.

4 Answers   TCS,


How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.

2 Answers   Target,


how JCL works?

0 Answers  


How can we execute only one step in a job

22 Answers   MAHINDRA, Mind Tree, Tech Mahindra,


Categories