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

What compiler option would you use for dynamic linking?

2 Answers  


What is the difference between Call and a Link?

1 Answers  


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

1 Answers  


With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?

4 Answers   IBM,


what is the advantage of using redefines instead of delaring the variables ?

5 Answers   HCL,


Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...

1 Answers  


what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

5 Answers   TCS,


Write the code implementing the perform … varying.

1 Answers  


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


What is the figurative constant in cobol?

1 Answers  


01 a pic s9(5) occupies how many bytes ?

9 Answers   Wipro,


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

1 Answers  


Categories