How do u find the programs calling the given module,
without having doing 3.13 on loadlib/source library?
Answers were Sorted based on User's Feedback
Answer / abhijit
Suppose You have a Module 'ABCXYZ' which is called from
different Procedures & If you know your procedure library
Suppose 'RSCRT.DEV.PROCLIB' which is a PDS which have many
of the Procedures which Calls 'ABCXYZ'
Then get inside the PDS 'RSCRT.DEV.PROCLIB'
Type SRCHFOR 'ABCXYZ' in command line
Click on Prompt
You will get the List of Procedures which uses this Module
with status *Found.
| Is This Answer Correct ? | 14 Yes | 7 No |
Answer / neeraj
Search command is 3.14 not 3.13(compare command)..
using this command , you can find.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Comm?
2 Answers IBM, Kemper Corporation,
Write the syntax of a two dimensional array?
Explain fixed length record in cobol? with suitable example
what is jcl approach for programming?
what happens when a copybook variables are declared using include statement ?
What is an in line perform? When would you use it? Anything else you wish to say about it.
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
Describe the cobol database components?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
What do you do to resolve SOC-7 error?
if we have a 10 steps how to override the 4th step in jcl?
What is a report item?