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 will you define vsam file in select clause?

Answers were Sorted based on User's Feedback



how will you define vsam file in select clause?..

Answer / snehatechm

select xxxx assign to dd1
organization is indexed
access is dynamic
record key is vsam-key
file status is file-status vsam-code.

Is This Answer Correct ?    9 Yes 0 No

how will you define vsam file in select clause?..

Answer / adarsh562

select file-name assign to dd-name
organization is indexed
access mode is sequential
record key is key-name
file status is fs-code.

Is This Answer Correct ?    2 Yes 0 No

how will you define vsam file in select clause?..

Answer / nirmal anwesh

select file-name assign to A-ddname
organization is indexed
access mode is sequential
record key is key-name
file status is fs-code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)

5 Answers   IBM,


What is the difference between binary search and sequential search?

0 Answers  


how do you define single dimensional array and multidimensional array in your cobol?

0 Answers  


Can we use goto statement in inline_perform ?

5 Answers   IBM,


Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.

1 Answers  


What kind of error is trapped by on size error option?

0 Answers  


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X

3 Answers   TCS,


what is difference between cobol and cobol/400

1 Answers   HCL,


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


What is the point of the REPLACING option of a copy statement?

3 Answers  


Categories