10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
I am trying to compile the datastage jobs using the Execute Command stage in datastage 11 or any Routines if possible. My datastage is on Unix machine.
So, How can I Compile a datastage job in UNIX from command line or any Routines.
Please help me in doing so.
Thank you. (1 Reply)
Discussion started by: elena jessi
1 Replies
2. Shell Programming and Scripting
Hi,
Problem Statement: We have 400 shell scripts to be tested and they run over 4-5 different unix environments. All these are run in SUDO mode.
My requirement is to Define aliases for each script which accepts the Date & Order ID as a parameter so that I can submit all these scripts from 1... (4 Replies)
Discussion started by: Chiranjeeva
4 Replies
3. Shell Programming and Scripting
Hi All,
I am using ETL tool Datastage and is installed on Linux environment. Few environment variables are set in datastage. Now my requirement is to use those environment variables in a unix script.
Is there any option I can do it?
Sugeestions from people working on datastage and linux... (1 Reply)
Discussion started by: bghosh
1 Replies
4. UNIX and Linux Applications
How to send mail to users from linux machine when ceratin task finished ? (1 Reply)
Discussion started by: saku
1 Replies
5. Shell Programming and Scripting
Hi,
I do have 2 files
Job_Name
Job1
Job2
Job3
Instance_Name
USA
IND
SRI
I need to write a script, i.e, output of job1.USA should come in log in unix.
i.,e
When it runs for the first time it should run as
Job1.USA
next run
Job1.IND
Job1.SRI (3 Replies)
Discussion started by: dsnaveen
3 Replies
6. Shell Programming and Scripting
How do i invoke a SOAP based web service from a shell script. (0 Replies)
Discussion started by: rponugoti
0 Replies
7. UNIX for Advanced & Expert Users
hi
i want to invoke a unix script in a C program and also return some value from the script to the C program to use that value further.
Basically i am doing a Lookup operation in this unix script and returning the looked up data from a oracle database table..
please help me invoke as well... (1 Reply)
Discussion started by: somi2yoga
1 Replies
8. Shell Programming and Scripting
Hi all,
My aim is to get the log details of datastage job using unix scipt.
we know that DSjob are used to get the log details from datastage universe through the adminstrator.can we call that DSjob rountine in our unix script.
Thanks in advance
Regards,
NimmyRaju:) (0 Replies)
Discussion started by: nimmyraju
0 Replies
9. AIX
Hi folks,
Before I start explaning my problem let me tell you I am new to Unix environment. I am working on a application. It was developed in java (on Windows machine). But application for production will be deployed on AIX machine.
One of my requirement is I need to invoke QTP scripts and... (3 Replies)
Discussion started by: sachinrt
3 Replies
10. Shell Programming and Scripting
Hi Friends,
I am using a dsjob command in a unix script to invoke DataStage jobs.
DataStage server jobs (version 7.5.2)
The command looks like thisL:
$DSBinPath/dsjob -server :$SERVER_PORTID -run -mode NORMAL -jobstatus -param INPUT_GCDB_DIR=$InputFilePath -param... (0 Replies)
Discussion started by: sureshg_sampat
0 Replies
XUnmapWindow(3X11) MIT X11R4 XUnmapWindow(3X11)
Name
XUnmapWindow, XUnmapSubwindows - unmap windows
Syntax
XUnmapWindow(display, w)
Display *display;
Window w;
XUnmapSubwindows(display, w)
Display *display;
Window w;
Arguments
display Specifies the connection to the X server.
w Specifies the window.
Description
The function unmaps the specified window and causes the X server to generate an event. If the specified window is already unmapped, has no
effect. Normal exposure processing on formerly obscured windows is performed. Any child window will no longer be visible until another
map call is made on the parent. In other words, the subwindows are still mapped but are not visible until the parent is mapped. Unmapping
a window will generate events on windows that were formerly obscured by it.
can generate a error.
The function unmaps all subwindows for the specified window in bottom-to-top stacking order. It causes the X server to generate an event
on each subwindow and events on formerly obscured windows. Using this function is much more efficient than unmapping multiple windows one
at a time because the server needs to perform much of the work only once, for all of the windows, rather than for each window.
can generate a error.
Diagnostics
A value for a Window argument does not name a defined Window.
See Also
XChangeWindowAttributes(3X11), XConfigureWindow(3X11), XCreateWindow(3X11), XDestroyWindow(3X11), XMapWindow(3X11) XRaiseWindow(3X11)
X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys
XUnmapWindow(3X11)