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


without performing any operations on a file how can i know
whether it contains data or not

Answers were Sorted based on User's Feedback



without performing any operations on a file how can i know whether it contains data or not..

Answer / sharpmainframe

QUASI RE ENTRANCY: IN MAINFRAME MORE THAN ONE TASK ACCESS
SAME PROGRAM BUT ONE TASK IS NOT DISTRUB TO OTHER IS CALLED
RE-ENTRANCY IN CICS WE CALLED IS QUASI REENTRANCY.

Is This Answer Correct ?    1 Yes 2 No

without performing any operations on a file how can i know whether it contains data or not..

Answer / sravani

through file status we can know this. read is not possible for empty files

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More COBOL Interview Questions

Can we move X(9) to 9(9). If yes what are the ways for doing this?

3 Answers  


wht happens if we dnt give scope terminator ?

4 Answers   TCS,


01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?

3 Answers   Mind Tree,


can we print comp 3 stmts how ?

3 Answers   Accenture, TCS,


how would find total records in files using seqientional

1 Answers   HSBC,


explain sorting techniques in cobol program?

0 Answers  


can we use go to statement inline-perform?

7 Answers   IBM,


example for sub strings ? and refernce modifications whit output pls

0 Answers   College School Exams Tests, IBM,


What is IMPACT analysis?

2 Answers   IBM,


I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?

1 Answers  


77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......

8 Answers  


How many bytes do a s9 (7) comp-3 field occupy?

1 Answers  


Categories