How do u find the programs calling the given module,
without having doing 3.13 on loadlib/source library?
Answer Posted / 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 |
Post New Answer View All Answers
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the different open modes available in cobol?
example for sub strings ? and refernce modifications whit output pls
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do get the result of your program directly on your pc?
what happens if parmparameter passes zero bytes to the program
Define cobol?
What are 77 levels used for?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What rules are followed by the search verb.
How do u write test cases?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.