Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.
IBM,
3 8024How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Records, Record Data exactly matching including spaces)
IBM,
8 20772What are differences between Static Call and Dynamic Call?
IBM, KBC, Keane India Ltd, Verizon,
10 28573Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 121787
What is an in line perform? When would you use it? Anything else you wish to say about it.
How do we get current date from system with century in COBOL?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Can we insert update delete in view?
Explain how do you control cursor positioning?
Whats the difference between search & search ALL?
How are data passed from jcl parm to assembler program?
How can record locking be achieved in those DB2 versions which do not support it?
What does a COMMIT statement do?
Is ibm db2 open source?
is there an aix version of oorexx?
Can you use occurs in bms map?
Explain the contents that are a part of dclgen.
SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.
How is Telon(CA-Telon) used to build map?