what is the coding difference between COBOL and CICS.
Answer Posted / krishna chaitanya
Hi all
cobol is a high Level language . we can also call it as
programming lang .
CICS is a Language which is used to Develop the Screens .
its just like Scripting lang .
Ex : HTML
Its a lang which deals with assembler level Macros like
DFhmdf,dfhmdi,dfhmsd , dfhpct ........
Cics is a core for mainframes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is an in line perform? When would you use it? Anything else you wish to say about it.
Mention the guidelines to write a structured cobol program?
Which is not true about evaluate statement
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
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 do you reference the fixed unblock file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are declaratives and what are their uses in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what is difference between cobol and cobol/400
How you can characterize tables in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Difference between array and sub-script ?