Search Results

Search: Posts Made By: kailas.girase
Forum: AIX 01-22-2013
14,114
Posted By kailas.girase
[Solved] X connection to localhost:10.0 broken (explicit kill or server shutdown)
I want to run applet on AIX 6 machine.

I already have setup $DISPLAY variable for putty session by selecting X11 option.

I got below error for any X related commands (xclock, X, applet viewer...
3,840
Posted By kailas.girase
please look at the out put , this is CSV output. ...
please look at the out put , this is CSV output.

I have added increment value into columns values so this will satisfy your requirement about unique values for all columns
3,840
Posted By kailas.girase
If you want to use file as external table then...
If you want to use file as external table then below one is also can be good option :

i=1; while [ $i -lt 10 ]; do echo "$i , $i name ,$i address , $i sales , "; ((i=$i+1)) done >> E_your_table
...
2,843
Posted By kailas.girase
Renumbering of COBOL Source code
Hi,

I have written awk script to replicate RENUM function of ISPF.

Please anyone has simple script than that.

awk '{i=i+10;line=substr($0,7,73); printf("%06d%s\n", i, line) }' ABC.cob
...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 01:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy