How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the return codes 0307 and 0326?
How can you count the number of rows from a table tab?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
Explain what are the various isolation levels possible?
Explain psbgen process?
What is schema in db2?
execution of a subordinate module is caused by the use of the cobol verbs ------------in the superior module
How to find occurrence of mu and pe fields in a file?
What is the abend command?
How do you eliminate duplicate values in db2?
Is it slower if you access a record through alt index as compared to primary index?
INCLUDE is used ONLY on MVS/ESA Version 4 or higher systems to name an INCLUDE group. An INCLUDE group is a set of one or more valid JCL statements that are stored together in a JCLLIB data set or a system procedure library, and that are read in and used to replace the INCLUDE statement itself within the job. Any number of INCLUDE statements can be used in a job, but the name field value used on each should be unique within the job. The INCLUDE statements can appear in a job anywhere after the JOB statement, but may not appear between a CNTL and ENDCNTL JCL statement.