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 17676i 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 4805I 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 11204please 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 25448Post New Syntel Interview Questions
What is callback interface in hibernate?
How to connect a database in selenium?
How Can You Relate Power Engineering With Electrical Engineering?
Can you provide examples for other computations in spark?
How to find out what oracle odbc drivers are installed?
Why fact table should not be added in an attribute view?
Tell me can you call a private method outside a ruby class using its object?
what is a dataset
What are the types of dependency injection spring supports?
Explain the difference between serializable and parcelable?
What are the advantages and disadvantages of c language?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
How was your previous interview?
How to write record if no field or the field are different in physical file in rpgle ?
How to get the external id from other system and update it in salesforce externalid field, if you get null value from another system how you will through an error?