There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
1432i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
1325
How is record management performed in vsam?
How to override loadlib?
How can return codes be tested before execution of a job step?
Explain delete-connected tables?
What is page size in db2?
What is the idd in idms?
Can an individual step be restricted from using all the jobs allowed cpu time?
Name the cics command that gives the length of twa area?
How many types of page locks can be held in db2?
How to check last update on table in db2?
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.
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
What is db2 purescale?
which utility is used a dummy utility?
What is db2? Explain.