Relational operator -- is not supported.

Hi Friends,
I am getting this error "The above error Relational operator " - " is not supported".
I am just trying to subtract one value (say x )  from another ( say y). Even I am trying to use +,*,% also for trail purpose.
The same error is getting. Here I am giving the program...
REPORT  ZLOGIC_SUR                              .
data : a type p,
       b type p,
       c type p,
       d type p,
       e type p.
      a = 10.
      b = 20.
      c = 30.
      d = 40.
if ( b - a ) = 10.
      write e.
      else.
      write a.
      endif.
Please let me know where I am doing mistake..
Regards,
ABPA learner..

Hi
do it like this
data : a type p,
b type p,
c type p,
d type p,
e type p,
v TYPE p.
a = 10.
b = 20.
c = 30.
d = 40.
v = ( b - a ).
if v = 10.
write e.
else.
write a.
endif.
Regards
Preeti
<b>
Reward</b>

Similar Messages

  • The requested operation is not supported on forward only result sets.

    hi,
    com.microsoft.sqlserver.jdbc.SQLServerException: The requested operation is not supported on forward only result sets when using rs.relative() method. this exception occurs when using com.microsoft.sqlserver.jdbc
    st = con.createStatement();
    rs= st.executeQuery("select * from emp1");
    rs.relative(2);
    regards,
    gopi

    I suggest you use the following instead of 'relative'. Its a more standard way of doing it.
    while(rs.next()){
    String x1=rs.getString("firstName");
    }

  • This operation is not supported in WCF Client plz help

    Hi 
    I am new to WCF and would like to create duplex (TCP binding) WCF service as well as WCF client.
    see the below code. When I run the application in WCF client it on every operationcontract "This operation is not supported in WCF Client"
      [ServiceContract(CallbackContract=typeof(ICalculatorDuplexCallback))]
        public interface ICalculatorDuplex
            [OperationContract(IsOneWay = true)]
            void Clear();
            [OperationContract(IsOneWay = true)]
            void AddTo(double n);
            [OperationContract(IsOneWay = true)]
            void SubtractFrom(double n);
            [OperationContract(IsOneWay = true)]
            void MultiplyBy(double n);
            [OperationContract(IsOneWay = true)]
            void DivideBy(double n);
        public interface ICalculatorDuplexCallback
            [OperationContract(IsOneWay = true)]
            void Equals(double result);
            [OperationContract(IsOneWay = true)]
            void Equation(string eqn);
    namespace DuplexWCFService
        [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerCall)]
        public class CalculatorService : ICalculatorDuplex
            double result;
            string equation;
            ICalculatorDuplexCallback callback = null;
            public CalculatorService()
                result = 0.0D;
                equation = result.ToString();
                callback = OperationContext.Current.GetCallbackChannel<ICalculatorDuplexCallback>();
            public void Clear()
                callback.Equation(equation + " = " + result.ToString());
                result = 0.0D;
                equation = result.ToString();
            public void AddTo(double n)
                result += n;
                equation += " + " + n.ToString();
                callback.Equals(result);
            public void SubtractFrom(double n)
                result -= n;
                equation += " - " + n.ToString();
                callback.Equals(result);
            public void MultiplyBy(double n)
                result *= n;
                equation += " * " + n.ToString();
                callback.Equals(result);
            public void DivideBy(double n)
                result /= n;
                equation += " / " + n.ToString();
                callback.Equals(result);
    <system.serviceModel>
        <bindings>
          <netTcpBinding>
            <binding name="tcp_secure">
            </binding>
          </netTcpBinding>
        </bindings>
        <services>
          <service name="DuplexWCFService.CalculatorService">
            <endpoint address="" binding="netTcpBinding" bindingConfiguration="tcp_secure"
              contract="DuplexWCFService.ICalculatorDuplex">
              <identity>
                <dns value="localhost" />
              </identity>
            </endpoint>
            <endpoint address="mex" binding="mexTcpBinding" bindingConfiguration=""
              contract="IMetadataExchange" />
            <host>
              <baseAddresses>
                <add baseAddress="net.tcp://IRFAN-TSDD:8733/DuplexWCFService" />
              </baseAddresses>
            </host>
          </service>
        </services>
        <behaviors>
          <serviceBehaviors>
            <behavior name="">
              <serviceMetadata httpGetEnabled="false" />
              <serviceDebug includeExceptionDetailInFaults="false" />
            </behavior>
          </serviceBehaviors>
        </behaviors>
      </system.serviceModel>

    Hi,
    The following is a list of features not supported by WCF Test Client:
    Types:
    Stream,
    Message,
    XmlElement,
    XmlAttribute,
    XmlNode, types that implement the
    IXmlSerializable interface, including the related
    XmlSchemaProviderAttribute attribute, and the
    XDocument and
    XElement types and the ADO.NET
    DataTable type.
    Duplex contract.
    Transaction.
    Security: CardSpace , Certificate, and Username/Password.
    Bindings: WSFederationbinding, any Context bindings and Https binding, WebHttpbinding (Json response message support).
    For more information, you could refer to:
    https://msdn.microsoft.com/en-us/library/bb552364%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396#sectionToggle19
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/5787cd27-d8ae-47a3-8281-aa86e56dea0b/how-to-test-duplex-service-using-wcftestclientexe-tool?forum=wcf
    For
    testing WCF duplex service:
    http://stackoverflow.com/questions/8154102/how-do-i-test-my-wcf-duplex-service
    Regards

  • I get the error message in QuickTime "operation stopped the operation is not supported for this media" most times when I try and export an .AVI file as something else (.m4v). I have not touched the file in any way (no trimming, clipping or other editing)

    I get the error message in QuickTime "operation stopped the operation is not supported for this media" most times when I try and export an .AVI file as something else (e.g. .m4v). I have not touched the file in any way (no trimming, clipping or other editing), all I want QuickTime to do is export the file in a compressed format. Bizzarely, if I shutdown and open QuickTime many times I can occasionally export a clip as another format (maybe one in 10 times). I have seen that other users have had a similar problem after clipping files in QuickTime but this seems to be a slightly different bug in that all I do is open the file and then try and export the file as is - either way, this is a very annoying bug

    @Z_B-B, thank you for taking the time to respond to my cry for help. However, the link you supplied does not address the problem: I am not trying to export from Final Cut Pro to QuickTime, I am trying to export from QuickTime to the rest of the world (like people's iPhones and Ipads) in .m4v format (so I am not emailing my freinds such huge files).
    If I were to spend hundreds of Dollars on a copy of Final Pro I could export directly from there and not have to bother with QuickTime, but I do not take enough video clips to justify the cost. I must say that I never had any of these problems before I decided to switch from Snow Leopard to Mountai Lion.

  • Not able to create database even with a subscription. (The operation is not supported for your subscription offer type)

    Hi,
    I am trying to create a SQL server database, but are not able to. I get this message: The operation is not supported for your subscription offer type.
    I have to azure accounts and this is only happening in one of them.
    I have created a subscription, but I can see that I have 1250 NOK in credit that is expiring in 29 days.
    Regards
    Christian
    ChristianLLoyd

    Hi Christian,
    The error you saw should only occur for a subscription used with a free trial offer type. Please use the below link to open a support ticket.
    http://azure.microsoft.com/en-us/support/options/
    You can check the following links for similar issues.
    The operation is not supported for your subscription offer type
    Could not submit the request to create database
    DBNAME. The operation is not supported for your subscription offer type
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Query Problem - Exclude operation is not supported for this characteristic

    Hello all
    I have a little issue with a report problem i have been given and wondered if anyone had any knowledge of this.
    We have a report witn two heriarchy variables for profit centre. One is a authorisation variable and the other a custmer exit.
    When we are in the report and try and drag out some profit centres or exclude some)  it will not allow it and we get the following message: -
    'Exclude operation is not supported for this characteristic'
    Does anyone know why this is happening. I
    Any ideas?

    Hi Andrew,
    if you have a chance confirm this with SAP Support, but I think excluding hierarchy nodes is not supported. The reason for this is the fact that it is not quite clear what should happen to the hierarchy structure when nodes are excluded. For example, what should happen to the value of the parent? Should it still contain the value of the excluded node under it?! or not?! One might want it one way, others might find the other more convenient.
    Hope this helps.
    Regards,
    Maxim

  • Getting error : This operation is not supported on a report server that runs in native mode

    Hi,
    I have installed SQLServer2008 Standard Edition in my system.
    Using SSRS 2008.
    I have added
    http://<serverName>/ReportServer/ReportService2006.asmx as web reference in my project.
    If i consume any method in ReportingService2006 am getting below error . 
    This operation is not supported on a report server that runs in native mode. ---> Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedNativeModeException: This operation is not supported on a report server that runs in native
    mode.
    How to solve this problem?
    Thanks,
    Thangakumar

    Hi Thangakumar,
    In Reporting Services Web service, there are two endpoints available for managing objects on a report server, ReportServer2005 and ReportServer2006. The
    ReportService2005 endpoint is used for managing objects on a report server that is configured for native mode. The ReportService2006 endpoint is used for managing objects on a report server that is configured for SharePoint integrated mode. From you description,
    your Reporting Services runs in native mode, but ReportService2006.asmx is used for SharePoint integrated mode. If you need to call Reporting Services Web service in native mode, please change the address to:
    http://<serverName>/ReportServer/ReportService2005.asmx
    If you need to call Reporting Services Web service in SharePoint integrated mode, please change the address to:
    http://<Server Name>/<Site Name>/_vti_bin/ReportServer/ReportService2006.asmx
    For more information, you can refer to:
    http://msdn.microsoft.com/en-us/library/ms155398(v=SQL.100).aspx
    Thanks,
    Albert Ye

  • DAQmx Error: Non-buffered hardware-timed operations are not supported for this d evice and Channel Type.

    Hello,
    I am new to NI and to data acuasition cards in general. I am trying to put an application togather that would play large audio file using NI9263.
    And i am getting the following error.
    DAQmx Error: Non-buffered hardware-timed operations are not supported for this device and Channel Type.
    Status Code: -201025
    Does my hardware support buffering ?
    can i use the EveryNSamplesCallbackAO function ?
    Any sample code, will be helpful at this time. Thanks.

    Hi yma200,
    Are you using a USB 9263?  If so, this might be of help:
    http://digital.ni.com/public.nsf/allkb/EC1968728E660B288625780700570D06?OpenDocument
    If it doesn't help, can you please post the code that you have that is causing your error?
    Regards,
    Bogdan Buricea
    Applications Engineer
    National Instruments

  • Specified operator is not supported for 3- or higher-dimensional R-tree

    hi all,
    i am using oracle 10g. my data sets in 3 dimensional. i got this error and i dont know how to fix it. could you help me on this?
    ORA-29902: error in executing ODCIIndexStart() routine
    ORA-13243: specified operator is not supported for 3- or higher-dimensional R-tree
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 286
    thanks.

    Please run the following:
    (you need change the order of your coordinate ranges)
    drop table room;
    CREATE TABLE ROOM (
    ID NUMBER(6) PRIMARY KEY,
    GEOMETRY MDSYS.SDO_GEOMETRY);
    insert into  ROOM(id, geometry) values(1,
                             MDSYS.SDO_GEOMETRY(3003, null,null,
                             MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,1),
                             MDSYS.sdo_ordinate_array(1,1,3, 2,1,3, 2,2,3, 1,2,3, 1,1,3
    insert into  ROOM(id, geometry) values(3,
                             MDSYS.SDO_GEOMETRY(3003, null,null,
                             MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,1),
                             MDSYS.sdo_ordinate_array(1,1,3, 2,1,3, 2,2,3, 1,1,3
    -- **** create metadata****
    delete from user_sdo_geom_metadata where table_name = 'ROOM';
    INSERT INTO USER_SDO_GEOM_METADATA
    (TABLE_NAME,
    COLUMN_NAME,
    DIMINFO,
    SRID)
    VALUES (
    'ROOM',
    'GEOMETRY',
    MDSYS.SDO_DIM_ARRAY(
    MDSYS.SDO_DIM_ELEMENT('X', -100000, 100000, 0.005),
    MDSYS.SDO_DIM_ELEMENT('Y', -100000, 100000, 0.005),
    MDSYS.SDO_DIM_ELEMENT('z', 50, 100, 0.005)
    NULL
    -- ****create index*****
    drop index ROOM_IDX;
    CREATE INDEX ROOM_IDX
    ON ROOM(GEOMETRY)
    INDEXTYPE IS MDSYS.SPATIAL_INDEX
    parameters('sdo_indx_dims=3');
    analyze table ROOM compute statistics;Thanks

  • MetaData operations are not supported when

    Dear Experts
    I am facing below error when trying to run my add-on in Windows  Server 2008 R2 and SQL Server 2008 service pack 2.
    Error: MetaData operations are not supported when a user transaction is active
    It runs fine in Sql Server 2005.
    Kindly tell me a solution to sort this out.
    Regards
    Shibin

    Can we see your code, it looks to me like the error is quite descriptive - its saying you can't do any metadata operation (creating/updating user fields, user tables using userfieldsMD or usertablesMD objects) while in a transaction.
    Previous SDK examples have shown that you can do it, but they it is not possible - it may be that SQL 2008 has a tighter control over this. (Did you also do a B1 upgrade, or just change SQL version?)
    Are you running a transaction?

  • HT201342 I have just opened an icloud email address and am unable to open ANY of the messages in my INBOX. I keep getting the message, "Cannot open this item. This operation is not supported until the entire message is downloaded. Download the message and

    I have just opened a new icloud email address and am unable to open ANY of the messages in my INBOX. For each item I get the message "Cannot open this item. This operation is NOT supported until the entire message is downloaded. Download the message and try again". I now have no clue what I need to do to open these items. Help please.

    What version of iPhoto do you have installed?  Is if one of the versions shown as not compatible in this screenshot?
    If it is then go to the App Store and download iPhoto 9.5.  It will be free if you have an iPhoto 9 or later verson currently.
    OT

  • [Exception... "Operation is not supported" code: "9" nsresult: "0x80530009 (NS_ERROR_DOM_NOT_SUPPORTED_ERR)" location: "resource://greasemonkey/runScript.js Line: 29"]

    I have written a [https://gist.github.com/1524256 userscript], and run it in GreaseMonkey 0.9.13.
    If i remove the only try..catch block(line 54-66) but keep the code inside it, it will throw exceptions like below:
    uncaught exception: [Exception... "Operation is not supported" code: "9" nsresult: "0x80530009 (NS_ERROR_DOM_NOT_SUPPORTED_ERR)" location: "resource://greasemonkey/runScript.js Line: 29"]
    However, stripped scripts run well in Chrome w/o any problems.
    However, it will '''NOT''' print anything into console, which means codes in try block don't throw exception if wrapped by try block.
    Can you guys tell me why it works?

    It is a known issue (see [https://bugzilla.mozilla.org/show_bug.cgi?id=601803 bug 601803]). It is fixed in Firefox 4.0b8 that is going to be released in a few days.

  • Account inaccessible .. operation does not support device

    iMac, Core Duo 20" 2Gig RAM
    Since update to 10.4.10 using combo update... trying to log on to a guest account crashes the system to black screen with white system prompt: '...operation not supported by device.' I hold the power button for 5 seconds to shut down. I am so far unable to access that account.
    My own account currently works and I've backed it up!
    I have rebuilt permissions, and repaired the disk, using boot disk. Also deleted all caches, run all crons, etc. using Cocktail, OnyX and Tiger Cache Cleaner... several times. I clean installed 10.3.9 retaining users... before the 10.4.10 combo update.
    Any help would be appreciated.
    Thanks
    Chris Thomerson
    iMac G5 intel   Mac OS X (10.4.10)   RAM 2 Gig

    Corrupt main user was corrupting the install and update process.
    Creating a new user and using that to install clean 10.4.4 (restoring users) and update 10.4.10 fixed all the bad symtoms I was getting.
    To deal with the corrupt user, I used Migration assistant to move it over to a second iMac, deleted the original, then migration assistant to put it back and voila, everything is perfect.
    Hope this helps other.
    Chris

  • BlackBerry Media Sync - Operating system not supported ?

    I downloaded BB Media Sync & when I went to install it came up with error message that the operating system was not supported. According to requirements listed, I meet ALL the criteria. Below is the info on my computer & Curve. If anyone can help I will be grateful.
    Windows XP, MCE 2002, Service Pack 3
    2 GB RAM, 170 GB drive space available
    iTunes version 7.6
    BlackBerry Desktop version 4.5, Device 4.2.2.180
    Curve model 8320 w/ 4 GB media card (T-Mobile)
    Thanks, Rick

    I have an almost identical setup for both PC and Desktop 4.5. I am with Verizon, but I don't see that affecting anything.
    I know it's pretty basic, but have you removed the software through setting on the PC and tried downloading and reinstalling?
    Just a thought.
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Operating system not supporting download of InDesign CC

    Hello,
    I would like to download a trial version of InDesign CC and have learnt that my operating system does not support the latest version. Is there any (cheap and fast) way I can download it without updating my computer?
    Thanks,
    ABurdo

    No.

Maybe you are looking for

  • YouTube - Cannot connect to youtube

    Every time I attempt to open YouTube on my IPad I get an error message "Can't connect to Youtube". I am connected to wifi via my airport, can access the internet, get mail etc., at normal speeds. I tried re-synching the iPad, turning it off, and stil

  • Trouble with gtx670 oc

    back to start after long turnaround 1st RMA :( i got a replacement gtx670 oc back and worked ok for few days, but from the start it barely allowed any stable oc! like +40 core was max and +200 ram was max, but i could live with that,,and did...till p

  • I'm new and confused

    I don't want to annoy anyone but if someone could help me I would appreciate it greatly. What I'm trying to do is bring up a window that is used to get the player names for a game and when they click the button that window goes away and another game

  • Design view not working with external style sheet

    Hi All, Design view does not render ( just plain text, no formating ! ) in CS3. So I loaded the same file in DW8 ( installed on same machine ) & it works fine ! Anyone have any ideas why ? html doc is lnked via this: regards, Dave P

  • ESS - Creating a Front End Selection Screen, that accesses SAP T-code

    Hi, We have an ESS Portal in our company. I have been given the following request: For a specific transaction, create a selection screen in the portal that would be a modified version of the selection screen that exists in the SAP system. From this f