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

which of the following can be used as a check protection symbol a.Z b.S c.* d.+

2 Answers   TCS,


what will happen if i give program name and member name as different? program runs successful or w'll abend?

5 Answers   CTS,


What is 66 level number and where it is used in real time by software developers?

2 Answers   ITC Indian Tobacco Company, TCS,


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

0 Answers   IBM,


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

0 Answers   Steria,






how to run sub programs using static and dynamic call ...

3 Answers   TCS,


What is the use of LINKAGE SECTION?

1 Answers  


what is difference between cobol and cobol/400

1 Answers   HCL,


Differentiate COBOL and COBOL-II?

0 Answers  


wht happens if we dnt give scope terminator ?

4 Answers   TCS,


What is the difference between a subscript and an index in a table definition?

3 Answers   TCS,


What is the difference between comp and comp-3 usage?

0 Answers  


Categories