Search found 4 matches

by balaiah
Tue Jul 19, 2011 12:09 am
Forum: General
Topic: Need Help in UNIX script
Replies: 7
Views: 3954

Please find full script: #!/usr/bin/ksh #split_customer() ############ Main Program ############ #### DECLARE VARIABLES #### ENV=$1 full_file=/acis/$ENV/feed/dds1/R_ACIS_DDS_$date.DAT full_file_copy=/acis/$ENV/feed/dds1/R_ACIS_DDS_$date.DAT.bkup curr_dir=`pwd` temp_full_file=$curr_dir/temp_full_file...
by balaiah
Mon Jul 18, 2011 11:30 pm
Forum: General
Topic: Need Help in UNIX script
Replies: 7
Views: 3954

Need Help in UNIX script

Hi All, Greetings!!!!!! We are trying to split .xml file based file size. below code is not working. Please help me in it. x=du -m $full_file if ($x -lt 200) then Num_of_Split=1 elif (($x -gt 200) && ($x -le 400)) Num_of_Split=2 elif (($x -gt 400) && ($x -le 600)) Num_of_Split=3 elif...
by balaiah
Wed Sep 05, 2007 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help en Promote SubRecord
Replies: 5
Views: 2913

one try with "pivotstage"
by balaiah
Wed Aug 15, 2007 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with fixed width
Replies: 1
Views: 921

problem with fixed width

when i take sequntial file as sourse fixed width iam facing the problem