What is the use of COMMAREA ?Minimum how much data we can
pass from it?
Answer Posted / prabu
32K is the therotical maximum value. Cics Programming guide
recommends not to exceed more than 24KB. As rest of the
space will be utilised for other control operations.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What action db2 takes when a program aborts in the middle of a transaction?
What are db2 objects?
What is the use of db2?
What is table space in db2?
How do I add a column to a table in db2?
What are the prerogatives?
Explain db2.
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
Mention the location where the output received from explain statement is stored.
What is a bind in db2?
What is page size in db2?
What is with ur in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
Comment whether the cursor is closed during commit or not.
How do I create a view in db2?