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 Chriss Miller 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
  • Order by date
  1. amarg

    Rounding in webfocus

    Hi NollaunoUK , TOT_DATA_VOL1 /D13.4 = ROUND( (TOT_DATA_VOL / 1024), 4, TOT_DATA_VOL1); Tried this but not working as ROUND is not system function in webfocus. TOT_DATA_VOL4/P13.4 = TOT_DATA_VOL/1024; But above is also giving same result as ROUND.
  2. 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...
  3. 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...
  4. 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...
  5. amarg

    Impacted execuatable for given function

    I am using HP-UX cc compilier. But I thing nm -g will work there too. Let me try..
  6. 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...
  7. amarg

    COBOL C compatibility under linux

    Just to add, it's microfocus cobol on HP-UX and going to be the same on RedHat. But may be because of OS change run time output will be quite different. Yes you are right it's not a place to discuss, but I am looking for the place and documentation on net to get some sort of help.
  8. amarg

    COBOL C compatibility under linux

    Yes, we are using static linking, and it's going to be the same on RedHat. I didn't understand properly you do you mean by .int, *.gnt or shared object on HP. Please explore your comment. Looks like a very good tip. Thanks for your comments.
  9. 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...
  10. 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...
  11. 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...
  12. 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
  13. 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...
  14. 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...
  15. 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...
  16. amarg

    How to install ttf font for Mozilla

    Now I am able to see the HINDI fonts. But every time when I am going the reload or go to next link i have to change the character Encoding. Is there any way to fix this.
  17. amarg

    How to install ttf font for Mozilla

    Hi, I think, I have to give some more details about my problem. Here I am trying to read web pages which are not in english. On that page ttf font a aviable for download. I thing to see the page from Mozilla under linux I have to install this TTF font. Now please guide me How I can install TTF...
  18. 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
  19. amarg

    Need help on command line

    That's what I am looking for. Thanks.
  20. 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

Part and Inventory Search

Back
Top