Sponsored Content
Top Forums Shell Programming and Scripting SHELL SCRIPT Function Calling Another Function Please Help... Post 302412652 by omkar.sonawane on Tuesday 13th of April 2010 06:32:30 AM
Old 04-13-2010
Question SHELL SCRIPT Function Calling Another Function Please Help...

This is my function which is creating three variables based on counter & writing these variable to database by calling another function writeRecord
but only one record is getting wrote in DB.... Please advise ASAP...Smilie

Code:
function InsertFtg
{
FTGSTR=""
echo "Saurabh is GREAT $#"
let count=1
let limit=16
while [[ $count -le 16 ]]
do
        IFS=","
        set ${ABP_HOST_CONFIG}
        while [[ $# -gt 0 ]]
        do
  #         if [ "$count" -eq "$limit" ]; then
                HostVar="HOST_${count}=$1"
                UserVar="ACCOUNT_${count}=$2"
                PassVar="PASSWORD_${count}=$ABP_DEV_PASS"
                echo $HostVar
                echo $UserVar
                echo $PassVar
                read
                let count=count+1
                FTGSTR="$HostVar;$UserVar;$PassVar"
                shift;shift
#       done
                writeRecord ${PREFIX}FTG FTP SYSDATE NULL NULL NULL NULL NULL ${HOST} ${FTGSTR} NULL NULL N ${MARKET} NULL NULL
                echo  ${PREFIX}FTG FTP SYSDATE NULL NULL NULL NULL NULL ${HOST} ${FTGSTR} NULL NULL N ${MARKET} NULL NULL


        done
#done
#       writeRecord ${PREFIX}FTG FTP SYSDATE NULL NULL NULL NULL NULL ${HOST} ${FTGSTR} NULL NULL N ${MARKET} NULL NULL
        unset IFS
done
}


Last edited by Franklin52; 04-13-2010 at 07:52 AM.. Reason: Please use code tags!
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

calling a c function from shell

Is it possible to call a C function from within a shell script. This C function is part of an API. What do I need to make it work from my shell script. Anybody please help. (4 Replies)
Discussion started by: seshagiri
4 Replies

2. UNIX for Dummies Questions & Answers

calling one function from another shell script

i have a function defined in one ksh (ksh 1) i want to use that function in another ksh (ksh 2) i am using . $<directoryname>/<ksh name> i am calling the function defined in ksh 1 in ksh 2 i want the returnstatus from the above operation but it is not executing the function what i... (1 Reply)
Discussion started by: trichyselva
1 Replies

3. Shell Programming and Scripting

Calling a C-function froma shell script

Hi, I have searched the forum for the query, But i didnt find an exact answer. I have a script(1.sh) and a c program(sample.c) sample.c contains many function definitions.( run(), find(), add() etc). I want to call functions in sample.c from 1.sh and use the return value in 1.sh... (3 Replies)
Discussion started by: jisha
3 Replies

4. Shell Programming and Scripting

calling a function in Shell script troubleshooting

Some Code After Some code part is executed the control doesnt go to rvin_doxx_scrt.. and the script exits rvin_doxx_scrt() { Some Code } if (som code) ... (4 Replies)
Discussion started by: ultimatix
4 Replies

5. Shell Programming and Scripting

Calling external function in a shell

hi guys, how r u??? please I need you, help me please. I have a shell, in this shell i have this function and another code lines, this function is getting date one day back. the function is in the same shell (FILE 1) Now I need put this function in another file (FILE 2) and calling... (4 Replies)
Discussion started by: acevallo
4 Replies

6. Shell Programming and Scripting

Return a value from called function to the calling function

I have two scripts. script1.sh looks -------------------------------- #!/bin/bash display() { echo "Welcome to Unix" } display ----------------------------- Script2.sh #!/bin/bash sh script1.sh //simply calling script1.sh ------------------------------ (1 Reply)
Discussion started by: mvictorvijayan
1 Replies

7. Homework & Coursework Questions

Shell script calling Perl function, sort and find data, write to new files

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I must write a shell script that calls two external Perl functions--one of which sorts the data in a file, and... (6 Replies)
Discussion started by: kowit010
6 Replies

8. Shell Programming and Scripting

Calling a function in cpp file inside shell script

Hi I need to call a function written in a cpp file with arguments inside the shell script..Can anyone help me how to do this:( (1 Reply)
Discussion started by: rkrish
1 Replies

9. Shell Programming and Scripting

Calling Pl/sql function in shell script to modify csv

I need to 1.Open a csv 2.Process the csv i.e. Modify 2 column in the csv. To modify the column the value needs to be passed to a pl/sql function and the return value should be updated For eg: If column 2 E,then E will be passed in database function which will return Employee. 3. Write a... (5 Replies)
Discussion started by: Chinky23
5 Replies

10. Shell Programming and Scripting

Help to Modify File Name in each function before calling another function.

I have a script which does gunzip, zip and untar. Input to the script is file name and file directory (where file is located) I am reading the input parameters as follows: FILENAME=$1 FILEDIR=$2 I have created 3 functions that are as follows: 1) gunzip file 2) unzip file... (2 Replies)
Discussion started by: pinnacle
2 Replies
XmLabel(3)							  LessTif Manuals							XmLabel(3)

NAME
XmLabel - Motif-compatible label widget SYNOPSIS
#include <Xm/Label.h> XmLabel XmCreateLabel DESCRIPTION
XmLabel X RESOURCES
Name Class Type Default Access ------------------------------------------------------------------------------------------------ XmNshadowThickness XmCShadowThickness HorizontalDimension NULL CSG XmNalignment XmCAlignment Alignment NULL CSG XmNlabelType XmCLabelType LabelType NULL CSG XmNmarginWidth XmCMarginWidth HorizontalDimension NULL CSG XmNmarginHeight XmCMarginHeight VerticalDimension NULL CSG XmNmarginLeft XmCMarginLeft HorizontalDimension NULL CSG XmNmarginRight XmCMarginRight HorizontalDimension NULL CSG XmNmarginTop XmCMarginTop VerticalDimension NULL CSG XmNmarginBottom XmCMarginBottom VerticalDimension NULL CSG XmNfontList XmCFontList FontList NULL CSG XmNlabelPixmap XmCLabelPixmap PrimForegroundPixmap NULL CSG XmNlabelInsensitivePixmap XmCLabelInsensitivePixmap PrimForegroundPixmap NULL CSG XmNlabelString XmCXmString XmString NULL CSG XmNmnemonic XmCMnemonic KeySym NULL CSG XmNmnemonicCharSet XmCMnemonicCharSet String NULL CSG XmNaccelerator XmCAccelerator String NULL CSG XmNacceleratorText XmCAcceleratorText XmString NULL CSG XmNrecomputeSize XmCRecomputeSize Boolean NULL CSG XmNstringDirection XmCStringDirection StringDirection NULL CSG XmNtraversalOn XmCTraversalOn Boolean NULL CSG XmNhighlightThickness XmCHighlightThickness HorizontalDimension NULL CSG XmNshadowThickness XmNalignment XmNlabelType XmNmarginWidth XmNmarginHeight XmNmarginLeft XmNmarginRight XmNmarginTop XmNmarginBottom XmNfontList XmNlabelPixmap XmNlabelInsensitivePixmap XmNlabelString XmNmnemonic XmNmnemonicCharSet XmNaccelerator XmNacceleratorText XmNrecomputeSize XmNstringDirection XmNtraversalOn XmNhighlightThickness CLASS HIERARCHY
Object(3) Rect(3) UnNamedObj(3) Core(3) XmPrimitive(3) XmLabel(3) CALLBACKS
CONVENIENCE FUNCTIONS
SEE ALSO
LessTif Project April 1998 XmLabel(3)
All times are GMT -4. The time now is 05:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy