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



How do u find the programs calling the given module, without having doing 3.13 on loadlib/source l..

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

How do u find the programs calling the given module, without having doing 3.13 on loadlib/source l..

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

Post New Answer

More COBOL Interview Questions

In COBOL, what is the different between index and subscript?

0 Answers   TryTechnicals Pvt Ltd,


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

0 Answers  


What is the maximum data length for Numeric DataType ?

3 Answers   Cap Gemini,


What are the different data types in cobol?

0 Answers  


TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,






In an EVALUATE statement, can I give a complex condition on a when clause?

2 Answers  


What is report-item in COBOL?

0 Answers   Arigo Infotech,


a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  


What are the ways you can generate a copybook?

2 Answers  


What are the different rules to perform a Search?

0 Answers  


wht is the diff b/w if and evaluate stmts ?

2 Answers   DELL,


Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?

1 Answers  


Categories