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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the local-storage section?
What is the difference between next sentence and continue in cobol programing language?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Write a program to enter and display the names of students in a class using the occurs clause.
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
What is the compute verb? How is it used?
In which area will you utilize 88 level items in cobol?
What are the rules of the move verb?
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?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
HOw can I get the negative sign while deduct high value from low value
What is the LINKAGE SECTION used in COBOL?