what is the coding difference between COBOL and CICS.
Answer Posted / karim
COBOL is programing language and cics is front end tool use
to create online process
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What rules are followed by the search verb.
how do you reference the ksds vsam file formats from cobol programs
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
How do we get current date from system with century in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Define cobol?
What are the different types of condition in cobol and write their forms.
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do you reference the fixed block file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how to access the file from prodution from changeman tool and to submit a file to production
) what is the difference between AID and HANDLE AID?
What is the difference between Call and a Link?