what is the coding difference between COBOL and CICS.
Answer Posted / karim
COBOL is programing language and cics is front end tool use
to create online process
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is a scope terminator give example?
Give some examples of command terminators?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is a report item?
What is rmode(24)
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are the different rules for performing sort operation?
Differentiate between structured cobol programming and object-oriented cobol programming.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how can i see junk values in dclgen or in hostvariable of comp ?