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

can i use multiple when statements in search & search all ? justify ur answer?

2 Answers  


How do you do in-line PERFORM?

4 Answers   Accenture,


how to know that the file has 300 records how to acess it?

0 Answers   Hewitt, TCS,


Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?

1 Answers  


What is 88 level used for ?

2 Answers  






what is the minimum number of lines a Cobol program should have to successfully compile and run

11 Answers   ABC, Societe Generale,


What is comp-1 and comp-2?

0 Answers  


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

0 Answers  


What are the pertinent COBOL

0 Answers   IBM,


What is the difference between Structured COBOL Programming and Object Oriented COBOL ?

1 Answers  


How many sections are there in data division?.

10 Answers   Amdocs, TCS,


Describe the difference between subscripting and indexing ?

2 Answers  


Categories