i have to create a dynamically linked library in zOS . What are the options to be passed to the compiler.
Can someone tell me, 开发者_运维知识库How Rational suite can help the mainframe z/os development process, testing and deployments and so on.Sure.IBM will be happy to promote their Rational software.
I\'m implementing a DB2 Native SQL procedure.It\'s the first we\'ve tried this in this shop.I\'ve attached the code below.What this routine does is keep track of the number of new records added to a t
I have some Perl code (for performance analysis) first developed under Linux which now needs to be ported to the mainframe. Apparently REXX is the scripting language of choice on that platform but thi
I\'m wondering one thing with REXX-language, how开发者_如何学Python it handles data set locks. The situation:
I am comparing some CHAR data in a where clause in my sql like 开发者_如何转开发this, where PRI_CODE < PriCode
If you ask a DB2/zOS engine DBA a question about DB2\'s behavior, the DBA will refer to the DB2 engine as \"he\" much the way a sailor uses \"she\" to refer to his ship.
We have a requirement to delete rows in the order of millions from multiple tables as a batch job (note that we are not deleting all the rows, we are deleting base开发者_JAVA技巧d on a timestamp store
We are attempting to rework the SQL in a product. The product stores XML in a table as follows: XML_STORAGE
I\'d like to use JPA over JDBC for a new application. I\'m strictly using Named queries and basic CRUD methods of JPA Entity manager, which allows me (with the help of Hibernate, or any other JPA impl