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 is the local-storage section?

681


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1931


what is the difference between COBOL2 AND COBOL390?

2453


what happens if parmparameter passes zero bytes to the program

1667


What is the compute verb? How is it used?

661






How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2723


how do you reference the esds vsam file formats from cobol programs

634


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

857


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


Which division and paragraphs are mandatory for a COBOL program?

709


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2008


i need a small 3d program using inline and outline.

1637


Which mode is used to operate the sequential file?

669


What guidelines should be followed to write a structured cobol prgm?

673


What are the various section in data division and briefly explain them.

698