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
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 |
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 |
What is the Importance of GLOBAL clause According to new standards of COBOL?
what is sync clause?
Which Search verb is equivalent to PERFORM…VARYING?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
What is the point of the REPLACING option of a copy statement?
what is search and searchall?what is the diffrence between them?give an best example?
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
Hai friends why we need to read a file before re-write a record?
Can we use goto statement in inline_perform ?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN