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


Please Help Members By Posting Answers For Below Questions

How to print 10 to 1 if the input have only 10 digit number?

811


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.

1701


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


What are the pertinent COBOL

2045


Can you please let me know the centre name of INS certification in Kolkata.

1715






What rules are followed by the search verb.

638


what is the difference between COBOL2 AND COBOL390?

2453


What is difference between static and dynamic call in cobol?

777


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2730


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


What is the utilization of copybook in cobol?

657


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2723


What are the cobol coding sheets?

664


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2008