what is the coding difference between COBOL and CICS.

Answer Posted / dinesh

COBOL is programming lang for mainframe. CICS is front end tool

Is This Answer Correct ?    24 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

728


What is amode(31)

807


What is the difference between PIC 9.99 and 9v99 in COBOL?

851


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

768


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

8962






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 ?

1985


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

847


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

720


what happens if parmparameter passes zero bytes to the program

1754


What is link edit in cobol?

858


Which is not true about evaluate statement

1844


Why did you choose to work with ibm mainframe cobol programming?

731


Which division and paragraphs are mandatory for a COBOL program?

792


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

1086


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

770