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

How do you define a variable of COMP-1? COMP-2?

3 Answers  


why occurs clause not mentioned in 01 level

6 Answers   HCL, NIIT, TCS, Tesco,


The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND

10 Answers   Huawei, IBM, TCS,


What is ASKTIME, SUSPEND

1 Answers   IBM,


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

11 Answers   ABC, Societe Generale,


BY seeing a program how can we say that it is static call or dynamic call

5 Answers   CGI,


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

0 Answers  


how many divisions are there in cobol

3 Answers   ADP,


How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.

5 Answers   TCS,


how you read control card into array?

3 Answers   HCL,


When is inspect verb is used in cobol?

0 Answers  


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


Categories