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 |
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
What is tne need to use sub programs in Cobol?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
How do you compile cobol program..?
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
can we use 77 level no for Redefines?if we use give an example?
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
Write down the divisions of cobol program?
Explain fixed length record in cobol? with suitable example
What is the difference between PIC 9.99 and PIC9v99?