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 |
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
What is Static and Dynamic linking ?
What is sqlca and why is it needed in any cobol-db2 program?
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..
How is sign stored in a COMP field ?
How do we get current date from system with century in COBOL?
1.Can we define condition-name conditions in FD entry.
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
can we use reference modification an arry.
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas