what is the coding difference between COBOL and CICS.
Answer Posted / karim
COBOL is programing language and cics is front end tool use
to create online process
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
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 are the different rules to perform a Search?
How do get the result of your program directly on your pc?
What are various search techniques in cobol? Explain.
What are the rules of the move verb?
what is the difference between COBOL2 AND COBOL390?
how can i see junk values in dclgen or in hostvariable of comp ?
What is a SSRANGE and NOSSRANGE?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how do you define single dimensional array and multidimensional array in your cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How you can characterize tables in cobol?
Write a program to explain size error.
how do you reference the variable block file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?