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 is cobol?
) how do u code after getting data?
how do you reference the variable block file formats from cobol programs
Explain what you understand by passing by value.
what is search and searchall?what is the diffrence between them?give an best example?
What is redefines clause in COBOL?
What is a scope terminator give example?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How do you get the data to code the BMS macro?
Define static linking and dynamic linking.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is length is cobol?
How do u write test cases?
Explain about different table spaces.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.