IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31)
How to declare host variables?
Explain ibm z?
What makes vrrds different from vsam?
Explain how to differentiate call by context by comparing it to other calls?
What is the pic clause for the data type of length option field type of data fields?
How is the sorting of vsam files carried?
define the rcvf command?
What is the eib?
define a output queue?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
Is acct parameter mandatory?
What is db2 purescale?
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.
is it necessary that all versions of the gdg have to be of the same record length?
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.