if someone is using my file,how can i find which user id is
using?
Answer Posted / sravani4022
Using WHOHAS command infront of the file in ISPF 3.4
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What guidelines should be followed to write a structured cobol prgm?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is perform what is varying?
What type of SDLC u followed? Why?
What is cobol?
how do you reference the ksds vsam file formats from cobol programs
what is the use of outrecord?
how do you reference the variable unblock file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
What are the different rules for performing sort operation?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
how to refer the data field?
Why would you use find and get rather than to obtain?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?