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


if someone is using my file,how can i find which user id is
using?

Answers were Sorted based on User's Feedback



if someone is using my file,how can i find which user id is using?..

Answer / manju

give E in front of the file and press F1 key twice to see which user id is using the file.

Is This Answer Correct ?    10 Yes 2 No

if someone is using my file,how can i find which user id is using?..

Answer / sravani4022

Using WHOHAS command infront of the file in ISPF 3.4

Is This Answer Correct ?    2 Yes 0 No

if someone is using my file,how can i find which user id is using?..

Answer / sravani

In 3.4 in front of the file type whohas it will show whether the file is being used by any user id or job

Is This Answer Correct ?    1 Yes 0 No

if someone is using my file,how can i find which user id is using?..

Answer / reh

Yes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

In EBCDIC, how would the number 1234 be stored?

2 Answers   TCS,


What are the different types of condition in cobol and write their forms.

0 Answers  


Differentiate between structured cobol programming and object-oriented cobol programming.

0 Answers  


Which Search verb is equivalent to PERFORM…VARYING?

0 Answers  


can we read records in a file from botom to top. if possible how can we read

12 Answers   ACS,


what is the minimum number of lines a Cobol program should have to successfully compile and run

7 Answers  


Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS

2 Answers  


What are VS COBOL 11 special features?

1 Answers  


wht do u mean by (*,intrdr) wht is * used for ?

2 Answers  


Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?

5 Answers   IBM,


is it possible to declare index in cobol program? if it is not why its tell me pls

3 Answers  


What is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


Categories