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

I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division

1 Answers  


In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.

1 Answers  


In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.

4 Answers   Wipro,


what is call by value and call by reference ?

3 Answers   Infosys, ITC Indian Tobacco Company,


how will u code parm parameter and where pls ?

3 Answers   DELL,






How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  


How do u initialize an array?

2 Answers   CTS,


write a program to eliminate duplicate records in a input file and send them to output file.

2 Answers   IBM,


how to refer the data field?

0 Answers  


SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.

3 Answers   Lehman Brothers,


what is the minimum number of lines a Cobol program should have to successfully compile and run

11 Answers   ABC, Societe Generale,


Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?

2 Answers   TCS,


Categories