what is the coding difference between COBOL and CICS.
Answer Posted / nag(igate)
i am few answers to Raju's answers....
1. The CICS commands should be coded in keyword-delimiter
i.e EXEC CICS ......END-EXEC. and the cobol not neccesary
to use keyword.
2. The Environment division is optional in CICS , while it
is mandatory in COBOl for decalring files
3. In CICS , we can test whether it is executed the program
first time or not. But in cobo, we cannot test it.
and they are many more.................
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is cobol?
How do you get the data to code the BMS macro?
Can you please let me know the centre name of INS certification in Kolkata.
How arrays can be defined in COBOL?
Write the code to count the sum of n natural numbers.
what is difference between cobol and cobol/400
Write the code implementing the perform … varying.
What is the LINKAGE SECTION used in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
A table has two indexes defined. Which one will be used by the SEARCH?
Write some characteristics of cobol as means of business language.
IF I mention stop run in CICS what happens?
How many bytes S(8) comp field occupy and its maximum value?
What is the problem of ordered sequential files access?