IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
8 19296Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
6 22665Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
3 7937Is it possible to update a primary key value? If not, what is the error code given? If yes, can more than 1 primary key column be updated at a time?
8 27145Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS
2 5005INCLUDE 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.
2314
What is icm instruction?
How do you define an altindx?
Explain difference between read(1) and read work file once?
what are the different types of arrays available in rpg ?
what are the various types of device files?
Explain the difference between and exec cics xctl and exec cics start command?
how can you detect and handle a record lock situation?
Explain how can the submitting users racf authority be overridden in a job stream?
What tools are available in PL/1?
What is schema in db2?
i want to maintain uniqueness on pdf without make lf??????????
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
What are the information stored in ci?
What is scrollable cursor in db2?
What is query_cache_limit?