what is the coding difference between COBOL and CICS.
Answers were Sorted based on User's Feedback
Answer / dinesh
COBOL is programming lang for mainframe. CICS is front end tool
Is This Answer Correct ? | 24 Yes | 1 No |
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 |
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 |
Answer / sriharichallagundla
COBOL is programming lang for mainframe. CICS is front end tool
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / girish kumar
Im calling sub-program but sub-program is not available what will happen.
Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 |
can i use multiple when statements in search & search all ? justify ur answer?
How do you do in-line PERFORM?
how to know that the file has 300 records how to acess it?
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?
What is 88 level used for ?
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?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are the pertinent COBOL
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
How many sections are there in data division?.
Describe the difference between subscripting and indexing ?