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


Please Help Members By Posting Answers For Below Questions

What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1029


Explain about different table spaces.

854


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.

1881


What are the rules of the move verb?

945


Explain the configuration section of a cobol program with examples of syntax.

861


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1061


What are the different data types in cobol?

1042


What are various search techniques in cobol? Explain.

862


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2101


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

847


What do you understand by psb and acb?

846


Explain what you understand by passing by value.

908


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

1209


What are declaratives and what are their uses in cobol?

934


What is the problem of ordered sequential files access?

906