Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: amarg
  • Content: Threads
  • Order by date
  1. amarg

    Rounding in webfocus

    This syntax is throwing error in Webfocus. TOT_DATA_VOL1/D13.4=ROUND(TOT_DATA_VOL/1024,4,'D13.4'); 0 ERROR AT OR NEAR LINE 90 IN PROCEDURE mprm_irs_23716FOCEXEC * (FOC263) EXTERNAL FUNCTION OR LOAD MODULE NOT FOUND: ROUND As per my understanding , ROUND is not a system function in...
  2. amarg

    Stop Forking

    Hi, Following code is doing the fork of 200 process, and run some command on it. It's doing the fork for all 200 processes in once. I need 50 Processes to be forked, and then is any finish start new one. How I can do it? #include <unistd.h> pid_t pid; long forking_counter; int...
  3. amarg

    Reading a C extract from Java

    Hi, I am trying to write some utlity program, where I need to read a extract file from JAVA program. Extract is mainly written by C or COBOL process. In Java, I already manage to get the information about the C or COBOL structure which is used to write the extract, like Field (int, float...
  4. amarg

    Impacted execuatable for given function

    Hi All, I am looking for some smart way to find all the exe's names for the given local function. We are having thousands of C and Cobol files, and out of this we are creating 100's of exes. Now if I change any one of the function, I want to know which exe is going to be impacted. One fuction...
  5. amarg

    COBOL C compatibility under linux

    Hi All, Currently we are migrating from HP-UX to Red Hat. Most of the code is in Cobol and C. Cobol and C functions calls each other and working perfect under HPUX. Before migrating to Linux, I need to do the POC (Proof of Concept). For that I need to design the test cases. I am looking for...
  6. amarg

    SELECT statement to write

    Hi, I am having following data. GROUP ---------------------------------------------- ID TYPE VALUE ---------------------------------------------- 01 D D01 01 P P02 01 F F03 01...
  7. amarg

    Linux sleeps after a while

    Hi, I just Installed SuSe 10.1. It's working perfect. But If I leave my pc for while, screensaver is comming and after that monitor is going off. That's it should be like this. But when I hit any key or mouse, monitor didn't invoke again, and I have to do the power off. Please suggest me what...
  8. amarg

    Sound Card problem VIA

    Hi, I just installed SuSe 9.3 and having problem with sound. Yast is saying everything is ok with sound card, But I am not about to here any sound. Same sound card working under WinXP. I am not so good in Linux so please help me what I can check. Regards, Amar
  9. amarg

    Sound Card problem

    Hi All, I am just now did the fresh instalation of SuSe 9.3. But now sound. I am not so good in Linux but tried to run alsoconf and this didn't complanin at all. I did re-installation by Yast but it's saying sound-card is running, but not sound came out. I have winXP also on same pc and not...
  10. amarg

    Router Not working anymore

    Hi, I am having a DSL Connection at home. Two PCs are connected to D-Link Router. This connections are working since last 1 year. Yesterday night my internet connection dropped. I am windows and linux on both PC. But it's not working from anyone of the OS. Just to make sure everyting is OK from...
  11. amarg

    Who to write small web page.

    Hi, I have just very elementry knowledge about HTML or any web related things. But just now I want to do somthing to rearrange my html page ( these are bills ). For example I have 50 different html page in one dir. Every page is having the different name. Everytime when I have to find a page I...
  12. amarg

    How to install ttf font for Mozilla

    Hi, I am running SuSe 9.2 With min installation. I am using the mozilla for the web browser. Web pages with other languages like (HINDI) is not readable. From windows these pages works fine. What should I do to make it readable from my Linux. Thanks, Amar
  13. amarg

    Need help on command line

    Hi, I have some data in CSV Fromat. I want to sort the file based on first field on the command prompt. Thanks, Amar
  14. amarg

    Cobol Compilation Warning messages

    Hi, We upgraded our Cobol Compiler. And now we are getting the warning messages for each and every cobol file. i.e. ------------------------------------ Compiling cobol source blgn_chspr.cbl Wed Apr 6 12:55:26 2005 ------------------------------------ * Ignored - LINKCOUNT(600) * Ignored -...
  15. amarg

    IO Problem

    Hi, I have the the following code try { FileInputStream fis = new FileInputStream("C:\\temp\\charge.ext"); ObjectInputStream ois = new ObjectInputStream(fis); } catch(FileNotFoundException e) { e.printStackTrace(); } catch(IOException e) { e.printStackTrace(); } this...
  16. amarg

    Cobol workbook to java sturctures

    Hi, How I can convert cobol copybook (structure) into Java variables. I want to write a program which can convert simple extract file in xls or txt or something else. My extract file is written by cobol exe. I don't have any Idea How I should convet cobol structure in java structure. I got...
  17. amarg

    How to Use Regexp in C

    Hi, I just want to write a function for the validation of email address. By using regexp is can be easy. But I never used regexp in C. Please help me to out come from this problem. Is there any code exist on net ? Regards, Amar
  18. amarg

    Shutdown problem in windowsXP

    Hi, I was working with the winXP SP1 home without any problem. But now I installed SP2 and getting the shutdown problem. At the time of shutdown XP hangs on the screen "Saving your settings". Before SP2, everything was OK. I saw the Microsoft Knowledge Base Article - 307274...
  19. amarg

    JDOM

    Hi, From last 3-4 days www.jdom.org site is down. I want to download the jre with source code. Please help me if it is on some other site. Regards, Amar
  20. amarg

    How to delete the information from PC.

    Hi, I installed a trial version of the software. And now it's already expired. I did the uninstall of that software from add/remove program. Now i insalled the new version of that software and at the time of launch, getting a error of "your trail version is already expired". It means still...

Part and Inventory Search

Back
Top