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...


Can we use empty VSAM as input?

Answers were Sorted based on User's Feedback



Can we use empty VSAM as input?..

Answer / biswaranjan

No its not possible at all.
If u are using a empty VSAM file it ll show:
FILE STATUS : 35

If you want to read it you have to get inside the file and
incert a dummy record there.

Is This Answer Correct ?    19 Yes 2 No

Can we use empty VSAM as input?..

Answer / sadaf rehan

empty VSAM can not be readed becouse key is needed and when
nothing is there what will be the key..
if you tried to read u'll get file status 35

Is This Answer Correct ?    9 Yes 2 No

Can we use empty VSAM as input?..

Answer / anantha dhanush kodi

Sorry, We can't use Empty VSAM as input. . .

As it contains no records, open will fail with some
filestatus code.

But We can use Empty vsam as output.

During first run open the file in output mode.

In consecutive runs change the mode to extend.

Sample :


open output esdsfilename.

If (filestatus = 35 or filestatus = 37 ) then
open extend esdsfilename
end-if.

Is This Answer Correct ?    7 Yes 2 No

Can we use empty VSAM as input?..

Answer / munish

No, we can not creat empty VSAM as input. I think , when
we have to put null record it the VSAM file for empty VSAM
as input. Otherwise it will give us file status as 35.

Is This Answer Correct ?    3 Yes 0 No

Can we use empty VSAM as input?..

Answer / sadaf

It can be read....file status can be handled in the
program...

Is This Answer Correct ?    5 Yes 2 No

Can we use empty VSAM as input?..

Answer / aditya

no u can't use empty VSAM as i/p ...place some data using
REPRO then u can use it...

Is This Answer Correct ?    4 Yes 2 No

Can we use empty VSAM as input?..

Answer / dev

If VSAM file is not present physically thn only we get file
status as 35.

Is This Answer Correct ?    3 Yes 1 No

Can we use empty VSAM as input?..

Answer / anantha dhanush kodi

Change the mode file open mode from Extend to Output. . .

Hope it will help u. . .

Is This Answer Correct ?    3 Yes 2 No

Can we use empty VSAM as input?..

Answer / kavitha

YES

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More JCL Interview Questions

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

0 Answers  


how to code instream data in procedure?

3 Answers  


1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?

3 Answers   IBM,


Can we use empty VSAM as input?

9 Answers   Convergys, Kanbay,


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


hi friends........if u know syntax of IEBEDIT IN JCL

2 Answers  


in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?

5 Answers   ADP,


I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?

5 Answers   Polaris, Tech Mahindra, UST, Wipro,


suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?

5 Answers  


What are the differences between JES2 & JES3 ?

4 Answers  


wht is the d/f between positional parameter n keyword parameter ?

1 Answers  


What is the significance of addrspc parameter in the exec statement?

0 Answers  


Categories