My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
3 128251. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
1 8471What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
2 9282How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
2 16638What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
1 6629What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12845What is the output of the following command given in TSO/ISPF terminal? SRCHFOR 'abc' SRCHFORC 'xyz', (+5)
2 12968If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
UST,
8 11863Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
2 6120
What is query_cache_limit?
What does a deadlock mean in DB2?
what is the size of the address space in kbs for 16 bit address space?
is it compulsory commitment control in journal?
What parameters are used to control the free space in DB2?
What is an instance in db2?
Tell about the ams used in vsam?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is defragmentation?
What is database manager in db2?
Define gdg?
On which levels locks can be applied?
What are fset, frset?
What is inspect?
What is the use of access method services in vsam?