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 the two 01 level in file discription ?

Answers were Sorted based on User's Feedback



can we use the two 01 level in file discription ?..

Answer / vamsi

In a general scenario, we cannot use two 01 level numbers in
the same structure.
We can use this when we want to redefines entire structure only.
Eg:
01 ws-input.
10 name pic x(40).
10 desig pic x(40).
01 ws-input-re redefines ws-input
10 name pic x(30).
10 department pic x(10).
10 designation pic x(20).
10 salary pic s9(13)v99.
10 filler pic x(13).

this way we can use.

Is This Answer Correct ?    7 Yes 1 No

can we use the two 01 level in file discription ?..

Answer / sivakumar sekharannair

Two 01 level can be used for the same file, if the file is
a variable length file. Each 01 level identifies the
different layouts.

Is This Answer Correct ?    2 Yes 0 No

can we use the two 01 level in file discription ?..

Answer / kavya

yes.

Is This Answer Correct ?    2 Yes 1 No

can we use the two 01 level in file discription ?..

Answer / suresh

hI VAmsi we cant redifine in 01 level in file section.

Is This Answer Correct ?    2 Yes 1 No

can we use the two 01 level in file discription ?..

Answer / janaki

Yes we can.. This means that teh second layout redefines
the first layout.

Is This Answer Correct ?    1 Yes 1 No

can we use the two 01 level in file discription ?..

Answer / ramaswaminaidu g

Both vamsi and sivakumar are correct.we can use while
redefining o1 level and while using variable length records.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What are the differences bitween cobol and cobol-2?

1 Answers   Wipro,


in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 Answers   IBM,


Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?

3 Answers   Microsoft,


How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)

3 Answers   IBM,


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

0 Answers  


how can we find total no of records in a file ....is there any utility......?

3 Answers   IBM,


Define static linking and dynamic linking.

0 Answers  


In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)

3 Answers   Keane India Ltd,


Why occurs cannot be used in 01 level in COBOL?

0 Answers   Arigo Infotech,


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...

2 Answers   ITC Indian Tobacco Company, PNP, TCS,


What is the difference between comp and comp-3 usage?

0 Answers  


C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE

1 Answers   TCS,


Categories