How would the number +1234 be stored if a PIC clause of
PICTUREs9(4) comp-3 were used?
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
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 to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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?
How to know whether the module is dynamical or statistical?
How do u write test cases?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How are the next sentence and continue different from each other?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the difference between next sentence and continue in cobol programing language?
What is the problem of ordered sequential files access?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps