if someone is using my file,how can i find which user id is
using?
Answer Posted / 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 |
Post New Answer View All Answers
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what is difference between cobol and cobol/400
What is Pic 9v99 Indicates in COBOL?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What guidelines should be followed to write a structured cobol prgm?
Which mode is used to operate the sequential file?
How do we get current date from system with century in COBOL?
What is the problem of ordered sequential files access?
What is the usage of comp fields in cobol?
What is amode(31)
What is inspect in cobol ?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how do you reference the variable unblock file formats from cobol programs
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps