what is the coding difference between COBOL and CICS.

Answers were Sorted based on User's Feedback



what is the coding difference between COBOL and CICS...

Answer / dinesh

COBOL is programming lang for mainframe. CICS is front end tool

Is This Answer Correct ?    24 Yes 1 No

what is the coding difference between COBOL and CICS...

Answer / karim

COBOL is programing language and cics is front end tool use
to create online process

Is This Answer Correct ?    15 Yes 0 No

what is the coding difference between COBOL and CICS...

Answer / 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

what is the coding difference between COBOL and CICS...

Answer / babu

no file description in cics programs

Is This Answer Correct ?    7 Yes 3 No

what is the coding difference between COBOL and CICS...

Answer / sriharichallagundla

COBOL is programming lang for mainframe. CICS is front end tool

Is This Answer Correct ?    3 Yes 0 No

what is the coding difference between COBOL and CICS...

Answer / girish kumar

Im calling sub-program but sub-program is not available what will happen.

Is This Answer Correct ?    1 Yes 0 No

what is the coding difference between COBOL and CICS...

Answer / 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

what is the coding difference between COBOL and CICS...

Answer / krishna chaitanya

Hi all

cobol is a high Level language . we can also call it as
programming lang .

CICS is a Language which is used to Develop the Screens .
its just like Scripting lang .

Ex : HTML

Its a lang which deals with assembler level Macros like
DFhmdf,dfhmdi,dfhmsd , dfhpct ........

Cics is a core for mainframes

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More COBOL Interview Questions

) how do u code after getting data?

0 Answers   IBM,


what is the difference between external and global variables?

1 Answers  


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  


Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.

2 Answers   TCS,


how we rectify soc7 and soc4 errors in project?

1 Answers   Anaxis, TCS,






wht is the diff b/w if and evaluate stmts ?

2 Answers   DELL,


BY seeing a program how can we say that it is static call or dynamic call

5 Answers   CGI,


give the examples for strings and unstrings in cobol

2 Answers   IBM,


i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19

2 Answers  


I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..

3 Answers   iGate,


What is the difference between subscript and index?

1 Answers  


can we use reference modification an arry.

1 Answers  


Categories