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
how do you reference the rrds file formats from cobol programs
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
example for sub strings ? and refernce modifications whit output pls
Write down the divisions of cobol program?
What is the utilization of copybook in cobol?
What is rmode(any) ?
Write a program to explain size error.
A table has two indexes defined. Which one will be used by the SEARCH?
What rules are followed by the search verb.
What is difference between static and dynamic call in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Explain about different table spaces.
What is the difference between comp and comp-3 usage?
) How do u handle errors in BMS macro
What type of SDLC u followed? Why?