what is the coding difference between COBOL and CICS.
Answer Posted / dinesh
COBOL is programming lang for mainframe. CICS is front end tool
Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What rules are to be followed while using the corresponding options?
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?
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.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How can you get the ksds file records into your cobol program?
What rules are followed by the search verb.
What the difference is between continue and next sentence?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain the configuration section of a cobol program with examples of syntax.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
) how do u code after getting data?
What is the difference between comp and comp-3 usage?
What are the different open modes available in cobol?