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

What is the LINKAGE SECTION used for?

4 Answers  


WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,


I got user abend U4038 while compiling my runjcl.. can anyone help me?

10 Answers   CGI,






How do you set a return code to the JCL from a COBOL program?

4 Answers  


wht is the difference between goto and perform stmts

7 Answers   DELL,


What is SET TO TRUE all about, anyway?

5 Answers  


88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above

5 Answers   TCS,


I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

2 Answers   L&T,


What is the meaning of 'Eject' verb in cobol?

2 Answers   TCS, Wipro,


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,


Categories