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 128111. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
1 8459What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
2 9269How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
2 16620What 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 6621What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12830What is the output of the following command given in TSO/ISPF terminal? SRCHFOR 'abc' SRCHFORC 'xyz', (+5)
2 12957If 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 11835Sending 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 6102
What is the use of predicate?
How to access db2 tables in mainframe?
suppose program A is calling program B, at a time A will send 100 records but it has to send 500 records. how it will possible?
What is ims (db/dc)?
What is the difference between general testing and mainframe testing?
What is the use of lds (linear data set)?
differentiate between sequential files and esds files in vsam?
What is rebind in db2?
Does qtp tool support mainframe application testing?
Explain database descriptor in brief?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain the catalog?
What is the difference between binary search and sequential search?
Explain how many exceptional condition can be given in a handle condition?
Are views updateable?