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?
No Answer is Posted For this Question
Be the First to Post Answer
how can we find total no of records in a file ....is there any utility......?
I want ALL jcl ERROR cods
Why IBM?
How to recover a deleted source physical file from library?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
A table has two indexes defined. Which one will be used by the SEARCH?
If I want to increase the Limit in GDG. What should I do?
what is difference between the sysabend and userabend?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
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?