i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
9 17353i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
1 4715I am tryin to select one records(SQL) using Rexx.Here is the code ADDRESS DSNREXX "EXECSQL FETCH C1 USING DESCRIPTOR :TBSQLDA" IF SQLCODE = 0 THEN DO LINE = '' DO I = 1 TO TBSQLDA.SQLD LINE = LINE TBSQLDA.I.SQLDATA END I SAY LINE END ADDRESS DSNREXX "EXECSQL CLOSE C1" ADDRESS DSNREXX 'DISCONNECT' i am getting the following errors and also i dont know wr to see the ouput.Can anyone please hlep me in solving this? 28 +++ ADDRESS DSNREXX 'DISCONNECT' Error running DB2REXX, line 28: Incomplete DO/SELECT/IF
2 11076please tell me about fish model which is used in sdlc model ,and also tell me about the founder of fish model and diagram of fish model and other things in details
10 25037Post New Syntel Interview Questions
Compare the similarities and differences among Sockets, DCOM, OLE Enterprise?
Mention few features that Kotlin provides but not java ?
What all documents get created during gr entry in wm process.
How can you temporarily turn off jenkins security if the administrative users have locked themselves out of the admin console?
How to capture a runtime error in vbscript?
Is salary fixed or variable cost?
How to set fixed width in particular
When is a Dynamic Entity used?
What are the main features of ms excel 2007?
What is git Is-tree?
What is the entire problem if dns server fails?
Enlist the CallBack methods of Entity Bean.
What are the reporting services components?
Why is mq used?
What is the stopOnException() in multicast?