what is the coding difference between COBOL and CICS.
Answer Posted / 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 |
Post New Answer View All Answers
What do you understand by psb and acb?
Which mode is used to operate the sequential file?
What is the difference between PIC 9.99 and PIC9v99?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is link edit in cobol?
Define cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is report-item in COBOL?
What is length is cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are the different types of condition in cobol and write their forms.
how do you reference the printer file formats from cobol programs
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is an in line perform? When would you use it? Anything else you wish to say about it.