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 is the difference between structured cobol programming and object alternativelyiented cobol programming?

0 Answers  


Why IBM?

1 Answers   IBM,


How do you come out of an EVALUATE statement?

3 Answers  


can we display comp-3 variables. if we want to display what we have to do . give me one example

6 Answers   CGI, Deloitte,


How many types of sorts are there in cobol?

5 Answers   Cap Gemini,


What is the size of s9(19)comp3? explain

8 Answers  


PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

3 Answers   TCS,


Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible

7 Answers   TCS,


which one is the best of com and com-3.using of real time ?

7 Answers   Cap Gemini,


Can JUSTIFIED be used for all the data types?

3 Answers  


what is s013u000 for?

1 Answers   Hewitt,


Categories