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 a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?

5 Answers  


how you will define variables length in cobol.

3 Answers   Temenos,


Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?

7 Answers  


wht is structured cobol pgm and non structred cobol pgm ?

1 Answers   CTS, DELL,


Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be

7 Answers   TCS,






What type of Call you would use if you don;t want the control back to the calling program?

8 Answers   TCS,


What do you understand by passing by reference and passing by content?

1 Answers  


when COMP-3 is preferrable?

3 Answers   Patni,


In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.

4 Answers   Wipro,


What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?

3 Answers  


plz any one tell clearly the justify right clause?

1 Answers  


What is the difference between perform … with test after and perform … with test before?

0 Answers  


Categories