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
How do you define a variable of comp-1 and comp-2?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is difference between static and dynamic call in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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?
Why would you use find and get rather than to obtain?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
how do you reference the variable unblock file formats from cobol programs
How do we get current date from system with century in COBOL?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between Call and a Link?
HOw can I get the negative sign while deduct high value from low value
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do you reference the fixed block file formats from cobol programs
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?