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
what is difference between cobol and cobol/400
Are you comfortable in cobol or jcl?
How to remove 2 duplicate records and copy only one using job control language?
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.
What are the various section in data division and briefly explain them.
What is Pic 9v99 Indicates in COBOL?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between goback, stop run and exit program in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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?
Give some examples of command terminators?
What is the use of intialize verb?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is search and searchall?what is the diffrence between them?give an best example?