if someone is using my file,how can i find which user id is
using?
Answers were Sorted based on User's Feedback
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 |
Using WHOHAS command infront of the file in ISPF 3.4
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
How to read a record from bottom of a file which is indexed by 'A'.
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
how to transfer the file from pc to mainframe??
which is better either static call or dynamic call? and why?
How arrays can be defined in COBOL?
What is the significance of 'above the line' and 'below the line'?
What does EXIT do ?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
what is rediffine clause?in what situation it can use?give me real time example?
What is the difference between NEXT SENTENCE and CONTINUE?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?