Pro Cobol Directive for setting autocommit.

From the Cobol application,
1. In some cases, I have execute the SQL Statements and commit the same immediately.
2. In some cases, I have to execute the SQL Statments but should not commit immediately.
The easiest way is setting autocommit on and off, at the required places.
I am using Pro Cobol to connect to Oracle DB. Could any one help on this?
Thanks,
Mahendra.

From the Cobol application,
1. In some cases, I have execute the SQL Statements and commit the same immediately.
2. In some cases, I have to execute the SQL Statments but should not commit immediately.
The easiest way is setting autocommit on and off, at the required places.
I am using Pro Cobol to connect to Oracle DB. Could any one help on this?
Thanks,
Mahendra.

Similar Messages

  • Please send me list direction for set up abode creative cloud?

    Please send me list step-by-step direction for set up abode creative cloud? i tried to call abode too long time.
    James westmoreland
    [email protected]

    I will email you too. Here are instructions:
    In your browser go to https://creative.adobe.com.
    If you have an Adobe ID already then sign in, otherwise click the blue Get Started button which will take you to the Plans page https://creative.adobe.com/plans.
    There are various paid plans depending on if you own previous Adobe software, are a student/teacher, and want a month-to-month or annual subscription. If not sure just choose the Free plan.
    Once you are signed in you will see an Apps page https://creative.adobe.com/apps and a Files page https://creative.adobe.com/files.
    The Apps page is where you download the various desktop applications like Photoshop and access services like Typekit. The first time you download an application you will need to install the Adobe Application Manager. This program will handle downloading and installing the desktop applications.
    The Files page is wher you can upload files for online storage. Once uploaded you will see image previews of your files and be able to share them for comment feedback if wanted.
    If you have more questions just post again or email me at [email protected]

  • Simple directions for setting up a new magic mouse?

    Have the original mouse, which keeps losing its connection.  I am replacing it with a brand new Magic Mouse and have looked all over for directions to connect with with my MAC, discontinue the original mouse, and start using the new one.  I have checked all my updates and downloaded the most current magic mouse software.  A pop up says there is a new version of the download already loaded, but I can't find it. 
    Can someone tell me if I really need a new mouse and can help me correct my connection loss on my orginal mouse or help me, step by step, to connect the new one?  Thank you all.

    Reset the PRAM to see if that helps the old mouse.
    Setting up the new one should be turn it on and it should pair.
    Barry

  • I just received my new phone from Verizon, I turned it on and followed direction for set up...now I lost my connection with ATT....How do I get the service back from ATT...not due to change until the 16th

    I just received my new 6 from Verizon by mail.  I was not due to change carriers til the 16th, but I turned on the new phone and did the set up...now I lost ATT.  How do I get the ATT carrier back on my old phone?

    I just received my new 6 from Verizon by mail.  I was not due to change carriers til the 16th, but I turned on the new phone and did the set up...now I lost ATT.  How do I get the ATT carrier back on my old phone?

  • Searching for best practices or step by step directions for setting up governance framework specific to Project server 2013

    Hi! Could anyone lead me to the information i requested .
    thanks
    Aby

    Hope this blog helps
    http://blogs.technet.com/b/projectadministration/archive/2010/09/03/implementing-governance-in-sharepoint-2010-whitepaper.aspx
    Cheers! Happy troubleshooting !!! Dinesh S. Rai - MSFT Enterprise Project Management Please click Mark As Answer; if a post solves your problem or Vote As Helpful if a post has been useful to you. This can be beneficial to other community members reading
    the thread.

  • Where can I download PRO*COBOL for Oracle database 11g ?

    Where can I download PRO*COBOL for Oracle database 11g ? I have downloaded & installed linux.x64_11gR1_database_1013.zip
    It has a procob32 but it gives an ERROR loading shared library libcIntsh.so.11.1 ?
    What should pro*cobol be for my linux 64 bit AMD ? (procob procob32, procob18, procob64)
    Hope somebody can help with this, Thanks, [email protected] www.uvsoftware.ca

    This is not the appropriate forum to post this.
    Kindly post it in the Database General Forum or search in the download section.
    Regards.
    Satyaki De.

  • Pro*Cobol abort without information...

    Hi,
    we are using the Pro*Cobol Precompiler for embedded SQl in Cobol-Programs.
    Today I got a program abort without a helpful message (please see below).
    Is there a possibilty to get more informations from the Pro*Cobol?
    The program abort:
    Pro*COBOL: Release 10.2.0.1.0 - Production on Do Mrz 14 11:34:50 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    System-Standardoptionswerte aus: /oracle/HMOT/precomp/admin/pcbcfg.cfg
    PCB-I-0556: Abbruchfehler. Vorherige Fehlerbedingungen auflösen und Vorkompilierung erneut durchführen
    It means:
    PCB-I-0556: Unrecoverable error. Fix previous errors and re-precompile
    Thanks and Regards,
    Michael

    Not the correct forum for your question - this one deals with general RDBMS questions. Not general Oracle product questions.
    Have a look at the manual and at precompiler settings. By default ERRORS=YES, which means full error listing to the terminal when compiling. If this is set to NO, you will need to look in the log file for full error details. From your description, this setting would seem to be set to NO.
    Or this is how I understand from my quick look at the Pro*COBOL® Programmer's Guide. (documentation portal at http://tahiti.oracle.com)

  • Pro*Cobol aborts without errormessage

    Hi,
    we are using the Pro*Cobol Precompiler for embedded SQl in Cobol-Programs.
    Today I got a program abort without a helpful message (please see below).
    Is there a possibilty to get more informations from the Pro*Cobol?
    The program abort:
    Pro*COBOL: Release 10.2.0.1.0 - Production on Do Mrz 14 11:34:50 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    System-Standardoptionswerte aus: /oracle/HMOT/precomp/admin/pcbcfg.cfg
    PCB-I-0556: Abbruchfehler. Vorherige Fehlerbedingungen auflösen und Vorkompilierung erneut durchführen
    It means:
    PCB-I-0556: Unrecoverable error. Fix previous errors and re-precompile
    Thanks and Regards,
    Michael

    Not the correct forum for your question - this one deals with general RDBMS questions. Not general Oracle product questions.
    Have a look at the manual and at precompiler settings. By default ERRORS=YES, which means full error listing to the terminal when compiling. If this is set to NO, you will need to look in the log file for full error details. From your description, this setting would seem to be set to NO.
    Or this is how I understand from my quick look at the Pro*COBOL® Programmer's Guide. (documentation portal at http://tahiti.oracle.com)

  • Unable to locate the Pro Cobol Compiler

    I'm installed Oracle 9i client using Oracle 9.2.0.2.0 for HP-UX.
    The Pro Cobol compiler is not present in any of the installation options.
    Where can I download Oracle Pro Cobol compiler for Oracle 9.2.0.2.0 for HP-UX?
    G-

    after some research I found out that the Pro Cobol compiler is not available on the HP Itanium for version 9.2.0.1, 9.2.0.2 and 9.2.0.3. I will not be available until 9.2.0.4 or later per Oracle on Metalink

  • Directions on setting up to print on a HP officejet pro 8600 plus from a samsung notebook

    At a new job and looking for directions on setting up to print on a HP officejet pro 8600 plus from a samsung notebook.
    Can you please help me?

    Hello JoeA12345
    Welcome to the HP Forums.
    I see that you looking for some assistance with setting up the printer on your new notebook.
    So I can better assist you, please respond with which Operating System you are running:
    Which Windows Operating System am I running?
    Write me back when you have time and I will be happy to help.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Can anyone point me in the right direction for the link to download Acrobat 9 Standard?  I found the link to download 9 Pro but not standard.  Old computer crashed and new computer does not have a CDR/DVD rom drive.

    Can anyone point me in the right direction for the link to download Acrobat 9 Standard.  I found the link to download 9 Pro but not standard.  Old computer crashed and new computer does not have a CDR/DVD rom drive.

    Hi,
    Standard or Pro would be licensed through your serial number, the download link and downloaded file would be the same for both of them.
    Pro or Standard would be determined after you put in your serial number.
    Download Acrobat products | 9, 8
    Thank You
    Arjun

  • Pro*Cobol for Oracle 10g Express Edition is available?

    Hi to all, this is my first post here.
    I evaluating Cobol to Oracle products and I have find one it´s more
    We installed Oracle 10g Express Edition (Server and Client), to test compatibility of a Cobol product.
    This product requires the "rtsora" component, from Pro*Cobol, but we didn´t find it in any place in the instalation packages.
    The documentation show the precompilers to be at $ORACLE_HOME/precomp but there is only two folders (admin and lib) with "ottcfg" files. Nothing more
    Searching this and anothers foruns, I became to think if the precompilers facilities, like Pro*Cobol, may be available to the 10g Express Edition for Linux, OR, if this is a feature available only to the Standart Editions (or Windows)?
    The instalation and users manuals appears to don´t distinguish the 10g standart from the Express Edition. Also, the Express Edition doesn´t ask for any kind of "customization oprtions" as I read about in another topics.
    Edited:
    1 - We are using this on Linux Ubuntu.
    2 - The Windows 10g Express Edition appears to be more complete, but I need to run this on Express Edition.
    Thanks in advance!
    (sorry bad english)

    There is no official communication on 11G express edition release date .
    You will have to wait and watch Oracle Official website for that .
    Also check this :
    http://news.techworld.com/applications/3203909/oracle-stalls-over-11g-express-release/
    http://pcworld.about.com/od/businesscenter/Oracle-Mum-on-11g-Release-2-1.htm
    Regards
    Rajesh

  • How to set GPS coordinates directly for a photo

    I use places extensively and tag my photos using the Aperture Places.
    Photos taken at the same location as another photo are easily dealt with using lift/stamp metadata.
    However for some photos I only have the GPS coordinates. E.g. from a dive trip, where Google Maps doesn't help.
    Then I'm stuck with a bunch of photos for which I have no direct way of entering the coordinates.
    So far my workaround have been to use Houdahgeo:
    - Enter coordinates directly on a dummy photo
    - Import dummy photo in Aperture
    - Use lift/stamp metadata to transfer coordinates to my photos
    I wonder if this is really the easiest workaround?
    Another workaround would be to:
    - Create a GPS track file with the coordinates
    - Import GPS track to Aperture Places
    - Place my photos on top of the imported track
    However I'm not aware of how to make an GPS track file and I don't know if Aperture can handle a GPS track with only one point.
    Is there a more direct way setting the coordinates?

    Thanks that helped a lot.
    When coordinates are entered using N/S/E/W Google will return the nearest place to that location. E.g. :
        8.847772 N 119.9123111 E
    Returns Mimaropa somewhere in the Sulu Sea, but hundreds of kilometers from the coordinates in the example above.
    To get dead on accurate positioning the coordinates have to be entered in decimal format. E.g.:
        8.847772, 119.9123111
    Which lands me near Tubbataha Reef in the Sulu Sea.
    So what I do now is to
    Manage My Places
    Enter the lat, long coordinates in decimal form in the search
    Wait for Google to display the coordinates
    Select it and press + to add the location to My Places
    Assign a place name for the dive site
    When that's done it is a breeze assigning the dive site to my photos

  • Pro*Cobol is missing in 10g for win64

    Hi !
    The quesion is for Oracle people.
    Pro*Cobol is missing in 10g for win64.
    Any chances to get it ?
    As a matter of fact if you precompile on HPUX (64-bit) even on 9i and edit the produced code, you can make your program work.
    Regards,
    Sergey

    As Manish-Sharam said, if it doesn't show up, it isn't supported on your system (barring issues with AAM itself, of course). Read the system requirements.
    Mylenium

  • Enbedding PL/SQL function in Pro Cobol

    HI,
    I am trying to compile an existing pro cobol program because of a small enhancement. I am trying to embed a pl/sql function in to the program..and the compiler is throwing errors.Can someone please tell me what i am doing wrong? Please look at the piece of code that i added to the existing program.I have set the Oracle option sqlcheck = semantic...
    exec sql execute
    BEGIN
    finddatatype(:ws-destination-tbl1,
    :ws-destination-tbl-col-1,
    :ws-data-type);
    END;
    end-exec
    null

    It's been a while since I used Pro*C but I think sqlcheck should be set to FULL not SEMANTICS for embedded PL/SQL.
    Maybe this is the same for Pro*Cobol?

Maybe you are looking for

  • CUPC 8.6.3.20802 crashing on login on System version 8.6.2.100000-44

    Hi there, At my company i have a Dell Latitude E6330 laptop running version 8.6.3.20802 of the CUPC. The program appears to crash and auto shut down right after I appear to successfully log into it. We are running System version 8.6.2.100000-44. It d

  • I have an Nvidia GTX 560, yet 310.19 wont work

    Irritated and baffled by this. This page clearly states that my GTX 560 is supported by 310.19 (as it should...this card isn't that old), yet after installing the new driver and rebooting, Xorg fails to start, and error logs say that the Nvidia kerne

  • HT1329 this is not what i need!!

    I can not get on my old laptop because it crashed and now doesn't work and I'm trying to put my music onto my new laptop and it wont let me do anything!! How can I fix this problem??

  • Inline view problem

    what is the error in this query create view emp_vu select e.last_name,e.salary,d.department_name frrom employees,(select department_name from departments)d where d.department_id=e.department_id is shows d.department_id is not a invalid identifier

  • Input Needed

    Hi All, I need information on the upgrade and migration strategy for PI 7.1 to 7.31/7.4 both single and dual stack. I searched sdn and found a few relevant documents for migration( tool usage ) and the other document ( Decision making factors for upg