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 |
01 a pic s9(5) value '-12345' how it will be stored
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
How to read a 100 record from a file through cobol?
How can we pass data from cobol to JCl?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
i WANT ALL ERROR codes IN CICS and DB2
What is the utilization of copybook in cobol?
Describe the difference between subscripting and indexing ?
what is the default print format? in cobol
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
Explain about Redefines cluse?