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

please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2176


How many bytes S(8) comp field occupy and its maximum value?

1852


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1209


What is rmode(any) ?

899


how do you define single dimensional array and multidimensional array in your cobol?

864


How can you get the ksds file records into your cobol program?

845


) what is the difference between AID and HANDLE AID?

1885


What is redefines clause in COBOL?

1037


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1978


Difference between array and sub-script ?

1376


Which mode is used to operate the sequential file?

928


) How do u handle errors in BMS macro

1701


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2090


What is cobol?

947


Name some of the examples of COBOl 11?

2880