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


Please Help Members By Posting Answers For Below Questions

what is difference between cobol and cobol/400

22149


Are you comfortable in cobol or jcl?

807


How to remove 2 duplicate records and copy only one using job control language?

971


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3951


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

915


What is Pic 9v99 Indicates in COBOL?

937


What is the difference between next sentence and continue in cobol programing language?

955


What is the difference between goback, stop run and exit program in cobol?

1233


In COBOL programming, what is PERFORM? What is VARYING?

874


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

868


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1415


Give some examples of command terminators?

950


What is the use of intialize verb?

982


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

976


what is search and searchall?what is the diffrence between them?give an best example?

6198