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 you create a VSAM dataset? Can you write a JCL for it?

Answers were Sorted based on User's Feedback



How can you create a VSAM dataset? Can you write a JCL for it?..

Answer / krishnan a

Using IDCAMS Utility we can create the VSAM data Set.
//jobname JOB CLASS=P,MSGCLASS=P,USER=SYSADM
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
DEFINE CLUSTER(NAME(SAMPLE.datasetname)-
FOR(365)-
RECORDSIZE(64,64)-
CONTROLINTERVALSIZE(1024)-
TRK(10,5)-
NOERASE-
FREESPACE(30,30)-
INDEXED-
KEYS(64,0)-
SHARE OPTION(1 3))

Is This Answer Correct ?    33 Yes 6 No

How can you create a VSAM dataset? Can you write a JCL for it?..

Answer / swapnil

USING AN ISPF YOU CAN CREATE VSAM

IN THAT ISPF PROVIDE YOU JCL CODE YOU NOT NEED TO WRITE ANY
CODE FOR THAT JUST SUBMIT YOUR JOB

WITH HELP OF JCL YOU CAN CREATE VSAM DATASET IT IS SIMILAR
TO THE ISPF CREATED CODE.

Is This Answer Correct ?    11 Yes 9 No

How can you create a VSAM dataset? Can you write a JCL for it?..

Answer / satish

actually,vsam dataset is known as cluster. we can create cluster by using define(utility: idcams) along with sysin dd in jcl.

Is This Answer Correct ?    2 Yes 1 No

How can you create a VSAM dataset? Can you write a JCL for it?..

Answer / vasu

by using ifbr14 also we can create.in case of that we need
to code dsorg=ks/rr/es like dis in dd statement i read it
in one book.

Is This Answer Correct ?    4 Yes 12 No

Post New Answer

More VSAM Interview Questions

to use the rewrite command, how should the vsam file be opened?

0 Answers   IBM,


difference between vsam and database tables

0 Answers   IBM,


in a cobol select statement, can you tell what is the organization for a ksds?

0 Answers   IBM,


Explain the function of the relative record data set?

0 Answers  


name the utility program closely associated with vsam?

0 Answers   IBM,


Explain the catalog?

0 Answers  


What is Control Interval, Control Area?

1 Answers  


how do you create an alternate index ?

0 Answers   IBM,


explain how many ways you can load data in a vsam cluster?

0 Answers   IBM,


explain in brief how you can create a vsam file?

0 Answers   IBM,


If you wish to use the REWRITE command haw must the VSAM file be opened?

1 Answers  


How do you convert flat files to VSAM files ?

5 Answers   EDS, IBM,


Categories