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 |
how do u link sub pgm to main pgm ?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
What are VS COBOL 11 special features?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
what are the isolation levels and where we use it in the db2 program
) How do u handle errors in BMS macro?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to define a array dynamically.....
9(2).99 how many bytes take? Why . consider as a byte?
copy 100 records without using ibm utilities
How do you define a table/array in COBOL?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."