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 |
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
how would find total records in files using seqientional
how can we get current dat and time thru cobol pgm
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is Static and Dynamic linking ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
how you will define variables length in cobol.
what is label record is standard or omitted in file description of data division?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
copy 100 records without using ibm utilities
Can the OCCURS clause be at the 01 level?