How do u find the programs calling the given module,
without having doing 3.13 on loadlib/source library?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What rules are followed by the search verb.

839


Explain about different table spaces.

867


In which area will you utilize 88 level items in cobol?

899


When is inspect verb is used in cobol?

926


IF I mention stop run in CICS what happens?

2099


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

879


What is the Purpose of Pointer in the string?

833


What are the rules of the move verb?

958


Explain the configuration section of a cobol program with examples of syntax.

874


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

7316


What are all the divisions of a COBOL program?

905


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

912


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.

1357


i need a small 3d program using inline and outline.

1910


What are the pertinent COBOL

2247