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
What is the use of intialize verb?
What is the difference between external and global variables in COBOL?
How to know whether the module is dynamical or statistical?
What is the difference between Call and a Link?
When is inspect verb is used in cobol?
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?
How are the next sentence and continue different from each other?
How do u write test cases?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is report-item in COBOL?
how do you reference the ksds vsam file formats from cobol programs
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how to refer the data field?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are the access modes of START statement?