Just start the 1st try with Mr. Vishal from Delhi. Talk to him regarding you SAP plans. I hope he can help you. You can reach him on +91 9910101444. Regards
In ODBC data source System DSN Add new DSN Name = test Desc = test server = lksql Next user login id and password enterer by user check Connect to sql server to obtain default setting enter user name and pw next change the default database to: only has the default db the user is [...]
Typically large high transaction SQL Servers are not typically good candidates for virtualization. First when you virtualize a server you can’t assign as more cores to the VM as you currently have. The most cores you can assign are the number of cores on a single physical CPU. So if your VMware server has 4 [...]
Probably not, as Demir Barlas writes on <a href=”http://itknowledgeexchange.techtarget.com/sap-watch/sap-certification-not-worth-much/”>SAP Watch</a>: <i>Anyone who follows SAP forums or mail groups will be intimately acquainted with variations on this message: Which certification will get me an SAP job? The question gets asked over and over because the answer is too unpleasant for people to accept: <b>Only actual SAP [...]
What hardware and software are you using? ———– Yes, you can do that on MySql. Remember that aplying functions to fields in the where clause, prevents the database system from using indexes. -CarlosDL
I dont think special authority *SECOFR will help in this case. You need a user profile on the target machine that has specific authority to the object. View the authority to the object with DSPOBJAUT. ===================================================== It will depend on how your DDM is configured, SNA or IP. Nowadays, DDM over IP will be easier. [...]
A couple of thoughts. 1. do you need to use COMMIT(NC). It could be changing the data but because of no commit, it does a rollback. 2. If you run the statement with STRSAL does it change any data/
I know you don’t want to use Java but I believe you could setup the JDBC driver and use RPG ILE api’s to access it. And have the JDBC driver on your external computers. We are currently looking at that now but have not went any further than discovery. ======================================================== It isn’t the opposite of [...]
It depends on how you measure efficiency. For example the generated C code is not as fast as well crafted code. However the user response time difference is likely to be trivial. For developer efficiency, I can build, test and deploy 3 SQL stored procedures in a half hour while an RPG developer takes 2 [...]
If I undestand correctly, all you have to do is copy the source to a regular physical file, big enough to hold all the information. You can do it using the command CPYSRCF. ============================================================ FTP is not an OS/400 facility — it’s a standard cross-platform TCP/IP utility. As such, it has no knowledge of platform [...]
Hi Not sure I understand the difference fully, but the ILE Cobol Reference Manual for v5r2 says that COMP is used for representing Packed Decimal values and also that COMP-3 is for packed decimals too. The difference seems to be whether the length is odd or even, COMP-3 seems to be the one to use [...]
IBM OS/400 and IBM i5/OS? Job Schedule Entries Technote What file contains job schedule entries for the standard job scheduler (WRKJOBSCDE)? Answer: Object QDFTJOBSCD in library QUSRSYS, object type *JOBSCD contains job schedule entries. This object may be restored from a backup. ====================================================== The job scheduler object can be saved and restored. If you’re migrating [...]
RDBMS = Remote DataBase Management System ORDBMD = Oracle Remote DataBase Management System (I would assume) ———-msi77 RDBMS = Relational DataBase Management System ORDBMS = Object-Relational DataBase Management System
Oh what a disappointment, there must be a lot more people curious about Foxpro than the AS/400. Phil What I feel is that if we start time limit in which a question can be answered, then we will have vastly reduced the effectiveness of this site.
You do need a SQL server but rather you need a server where other persons have access. Then just place the Access database on that server. You can also set the options of Read/Write/Update authority for individual people who will be accessing this database. Hope I followed your question, if not please provide more details. [...]
Try looking through tags like <a href=”http://itknowledgeexchange.techtarget.com/itanswers/tag/it-careers/”>IT Careers</a> to see other people’s experiences and answers, and feel free to stop by and leave Ed Tittel a comment on his <a href=”http://itknowledgeexchange.techtarget.com/it-jobs/”>IT jobs blog</a>. For Solaris specific careers, I can also recommend SearchDataCenter’s <a href=”http://searchdatacenter.techtarget.com/topics/0,295493,sid80_tax300191,00.html”>job and training guides</a>.
I normally work with SQL, but, the same tactics should apply to query as well. In SQL if you do a STRDBG before opening SQL, you can view the job log to see any temporary access paths that the system built, as well as what logicals it considered, which it used, and why it ruled [...]
DSPFD FILE(QCLSRC) TYPE(*MBRLIST) Or, more elegantly, use this API: QUSLMBR. ===================================================== The simple answer above is correct. But why would you want to store the list in a database file? The connection to a “subfile” doesn’t provide any useful information since you can build a subfile from a *MBRLIST member list ‘on the fly’ or [...]
Sorry, I don’t think we can understand what you’re asking until you give us more information. Performance in what — your mail server? What is the architecture in your system. By ’400′ do you mean an AS400? What part does your mail server play in this issue and what kind of mail server? Is the [...]
Jimmer: you need to build a from/to range parms to pass to the STRQMQRY — you’ll need a CL pgm to do this. The FROM field value will be what the user keyed in and the TO field value will be the what the user keyed in with “9999″s being concatenated to the end of [...]





