what is the coding difference between COBOL and CICS.
Answer Posted / 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 |
Post New Answer View All Answers
What is static and dynamic call in cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the difference between comp and comp-3?
Name the divisions, which are available in a cobol program?
Which division and paragraphs are mandatory for a COBOL program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
) How do u handle errors in BMS macro
Write down the divisions of cobol program?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the different rules to perform a Search?
Have you used comp and comp-3 in your project? And how?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Can you please let me know the centre name of INS certification in Kolkata.
How do you differentiate between cobol and cobol-ii?
Are you comfortable in cobol or jcl?