Sponsored Content
Operating Systems AIX Error when running .sh file in AIX platform Post 302976727 by becky123 on Tuesday 5th of July 2016 02:37:40 AM
Old 07-05-2016
Thanks a lot for your detailed notes... Will make sure I follow the hints you shared Smilie
This User Gave Thanks to becky123 For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Tracing utilities for AIX platform

Hello, I have an application problem that uses trimrun on an AIX 5.1 platform. A specific process clocks at 100% for a cpu. I would like to trace/debug this process to see what it is doing. I have used trace & truss but wondering if there are other utilities out there that are better? Can... (1 Reply)
Discussion started by: ctcuser
1 Replies

2. AIX

Error in running on AIX 5.2

A exe works fine on AIX 4.3 but when I run it on AIX 5.2, I can read the following message : Symbol resolution failed for pl2x because: Symbol connect (number 33) is not exported from dependent module /unix. Symbol select (number 36) is not exported from dependent ... (0 Replies)
Discussion started by: SMISS
0 Replies

3. AIX

AIX platform

Hello, I need to download some programs to AIX 5.2 box but the download page have two versions: for 32 and 64 bits. Is there a command to know what platform is my AIX 5.2 box? I mean 32 or 64 bits?? Thanks in advance. (1 Reply)
Discussion started by: jpoot
1 Replies

4. Shell Programming and Scripting

Running a check platform script

Hi, I want to run a check platform & application script under ksh (Soaris boxes). It runs some commands and it take some time. I want to customize it like that: - output is too big, hence I want some output of the commands to be redirect ed in an output file (or maybe two or three) - not... (4 Replies)
Discussion started by: heartwork
4 Replies

5. UNIX for Dummies Questions & Answers

running a Perl script on HPUX platform

Hi, I wish to execute a simple perl script to pass unix commands on a HPUX platform, retrieve the result and filter through the text to determine outcomes x,y and z. I am developing the code on my windows system. I initially wrote the code to issue UNIX commands line by line, however i soon... (1 Reply)
Discussion started by: mmetcalfe
1 Replies

6. AIX

migrating easytrieve from Z/OS to AIX platform

Hi, my requirement is to migrate easytrieve running on Z/OS to AIX platform. can anyone let me know what changes should be made if we do such a migration. (0 Replies)
Discussion started by: rohit510
0 Replies

7. Shell Programming and Scripting

`(' unexpected error when running a shell script in AIX

Hi, We are moving from linux to AIX servers, and as a result testing our scripts on the new platform. When I run one of our scripts, I get the following error message: ./branchDataUpdate.sh: syntax error at line 21 : `(' unexpected Following is an extract from the script: ...... ........ (1 Reply)
Discussion started by: dawgfather80
1 Replies

8. UNIX for Dummies Questions & Answers

Any company running large scale grid platform still

Hi buddy, I would like to know are there any company still running large scale grid platform like Parabon? Parabon is the only company running such kind of platform and purchasing CPU power. Is that right? Thanks, Colapig (0 Replies)
Discussion started by: colapig
0 Replies

9. AIX

Adding CR to ascii data file generated on AIX platform and will be transmitted to Windows OS

I desperately need help converting ascii data file generated on AIX platform that contains dollar sign ($) at the end of each line in the data file as shown below. ME570^0128237^HG278999^20140805:21:00:00^BEENZ001^$ This is the AWK command for adding CR to the new line. awk... (1 Reply)
Discussion started by: cumeh1624
1 Replies
XSetSizeHints(3X11)													       XSetSizeHints(3X11)

Name
       XSetSizeHints, XGetSizeHints - set or get window size hints

Syntax
       XSetSizeHints(display, w, hints, property)
	     Display *display;
	     Window w;
	     XSizeHints *hints;
	     Atom property;

       Status XGetSizeHints(display, w, hints_return, property)
	     Display *display;
	     Window w;
	     XSizeHints *hints_return;
	     Atom property;

Arguments
       display	 Specifies the connection to the X server.

       hints	 Specifies a pointer to the size hints.

       hints_return
		 Returns the size hints.

       property  Specifies the property name.

       w	 Specifies the window.

Description
       The  function  sets the structure for the named property and the specified window.  This is used by and and can be used to set the value of
       any property of type WM_SIZE_HINTS.  Thus, it may be useful if other properties of that type get defined.

       can generate and errors.

       returns the structure for the named property and the specified window.  This is used by and It also can be used to retrieve  the  value	of
       any  property  of  type WM_SIZE_HINTS.  Thus, it may be useful if other properties of that type get defined.  returns a nonzero status if a
       size hint was defined or zero otherwise.

       can generate and errors.

Diagnostics
       The server failed to allocate the requested resource or server memory.

       A value for an Atom argument does not name a defined Atom.

       A value for a Window argument does not name a defined Window.

See Also
       XSetClassHint(3X11), XSetCommand(3X11), XSetIconName(3X11), XSetIconSizeHints(3X11),  XSetNormalHints(3X11),  XSetStandardProperties(3X11),
       XSetTransientForHint(3X11), XSetWMHints(3X11), XSetZoomHints(3X11), XStoreName(3X11)
       Guide to the Xlib Library

															       XSetSizeHints(3X11)
All times are GMT -4. The time now is 05:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy