what is the coding difference between COBOL and CICS.

Answer Posted / sriharichallagundla

COBOL is programming lang for mainframe. CICS is front end tool

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

718


What are the various section in data division and briefly explain them.

700


Explain the configuration section of a cobol program with examples of syntax.

661


how do you reference the variable unblock file formats from cobol programs

751


Whats the difference between search & search ALL?

5270






How do we get current date from system with century in COBOL?

807


Define static linking and dynamic linking.

669


What the difference is between continue and next sentence?

665


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

634


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780


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?

1808


What are the different rules for performing sort operation?

763


What is difference between static and dynamic call in cobol?

779


What is the LINKAGE SECTION used in COBOL?

894


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934