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


Please Help Members By Posting Answers For Below Questions

What are various search techniques in cobol? Explain.

650


What is the local-storage section?

683


Why occurs cannot be used in 01 level in COBOL?

720


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8660


How do we get current date from system with century in COBOL?

807






If you are current on the owner of a set, what is the difference between obtain next and obtain first?

644


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1657


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10633


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1846


What is perform what is varying?

711


How to print 10 to 1 if the input have only 10 digit number?

813


In COBOL, what is the different between index and subscript?

763


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

691


What is the difference between binary search and sequential search?

643


What is the LINKAGE SECTION used in COBOL?

894