what is the coding difference between COBOL and CICS.
Answer Posted / raju
GIRISH I THINK THE QUESTION WOULD BE ...
WHAT IS THE CODING DIFFERENCE BETWEEN NORMAL COBOL PROGRAM
AND CICS-COBOL PROGRAM ?
IF YES,
ANS)
1. IN BATCH (NORMAL COBOL) WE DECLARE THE FILES IN
ENVIRONMENT DIVISION WHERE AS IN ONLINE (CICS-COBOL) FCT
WILL BE USED.
2.IN BATCH WE USE ACCEPT & DISPLAY stmts ,in cics we use
SEND/RECEIVE commands.
3.in batch we use GO BACK,EXIT and STOP RUN, IN CICS RETURN
COMMAND TO INDICATE END OF THE PROGRAM.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain about different table spaces.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the rules of the move verb?
Explain the configuration section of a cobol program with examples of syntax.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are the different data types in cobol?
What are various search techniques in cobol? Explain.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What do you understand by psb and acb?
Explain what you understand by passing by value.
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 declaratives and what are their uses in cobol?
What is the problem of ordered sequential files access?