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
What rules are followed by the search verb.
Explain about different table spaces.
In which area will you utilize 88 level items in cobol?
When is inspect verb is used in cobol?
IF I mention stop run in CICS what happens?
What is the difference between comp and comp-3 usage?
What is the Purpose of Pointer in the string?
What are the rules of the move verb?
Explain the configuration section of a cobol program with examples of syntax.
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?
What are all the divisions of a COBOL program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
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.
i need a small 3d program using inline and outline.
What are the pertinent COBOL