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
What are literals?
Explain how to differentiate call by context by comparing it to other calls?
What is the use of intialize verb?
What are the different rules to perform a Search?
How do you define a variable of comp-1 and comp-2?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the usage of comp fields in cobol?
What is link edit in cobol?
What is report-item in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how to move the records from file to array table. give with code example
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
What are 77 levels used for?
Why occurs cannot be used in 01 level in COBOL?