Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
How you can characterize tables in cobol?
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?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
In which area will you utilize 88 level items in cobol?
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.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between goback, stop run and exit program in cobol?
What is the difference between external and global variables in COBOL?
Are you comfortable in cobol or jcl?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are literals?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Why would you use find and get rather than to obtain?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?