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 report-item in COBOL?
what is the difference between COBOL2 AND COBOL390?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to know whether the module is dynamical or statistical?
What is inspect in cobol ?
Are you comfortable in cobol or jcl?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
) how do u code after getting data?
What are all the divisions of a COBOL program?
What is the use of intialize verb?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Explain the configuration section of a cobol program with examples of syntax.
How to remove 2 duplicate records and copy only one using job control language?
what is search and searchall?what is the diffrence between them?give an best example?