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

What is the difference between perform … with test after and perform … with test before?

883


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

823


Name the divisions, which are available in a cobol program?

685


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

674






What is a SSRANGE and NOSSRANGE?

820


How many sections are there in data division in COBOL?

678


Define cobol?

862


What is the difference between binary search and sequential search?

641


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

891


how do you reference the rrds file formats from cobol programs

798


Explain what you understand by passing by value.

700


In which area will you utilize 88 level items in cobol?

722


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337


What are the different rules to perform a Search?

617