Not really bash, more X11 and XFCE4, but an info nugget nonetheless: To place and size an xfce4-terminal use xfce4-settings-editor. Then look in the xfce4-terminal channel, and edit misc-default-geometry to CxL+px+py. Where C is the width in columns, L is the height in lines. And then be careful if you add placement hints. +px (literal "+" plus sign) is the pixel offset counting from the left +py is the pixel offset counting from the top. -px (literal "-" minus sign) is the pixel offset counting...
Start 2025 early, use micropython and import time,machine
Looks like more than a few hours have gone into this already. Have not tested, but nice to see. https://github.com/meyfa/CobolCraft Have good, make well, Blue And some tangential lame Let this sink in. We are nether nether getting back tonether.
Thanks, Mickey. It's becoming a very useful environment. Way fun too.
Thread it, rather than a new post. The gcobol work by James and team made the news. Nice. Double nice. A nice for them, and a nice for us COBOL fans. https://www.phoronix.com/news/COBOL-For-GCC-Patches-EOY2024 Here's to gcobol being part of GCC soon(er). Have good, make well, Blue
C:\Users\stealth_droid>DB2 insert into MY_TABLE (SEQ_ID, AMOUNT, CLASS_NAME, TRANS_DATE, ASSET_CLASS, CLASS_VALUE) VALUES ('55A', 15.25, 'EXPENSE', DATE '2024-11-29', 'SALES', 5); DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned: SQL0668N Operation not allowed for reason code "7" on table"STEALTH_DROID.MY_TABLE". SQLSTATE=57007 I PUT IN ACCORDING TO THE SCHEMA BUT I DONT KNOW WHY IT PROBABLY HAS SOMETHING...
C:\Users\stealth_droid>DB2 "SELECT COLUMN_NAME, DATA_TYPE FROM SYSIBM.COLUMNS WHERE TABLE_NAME = 'MY_TABLE' AND TABLE_SCHEMA = 'STEALTH_DROID' ORDER BY COLUMN_NAME"; COLUMN_NAME DATA_TYPE AMOUNT DECIMAL ASSET_CLASS CHARACTER VARYING CLASS_NAME CHARACTER VARYING CLASS_VALUE INTEGER ID INTEGER SEQ_ID CHARACTER VARYING TRANS_DATE DATE IT DIDNT LIKE THE LENGTH, DEFAULT, OR NULLS FIELDS BUT I GOT SOMETHING... mod edit: reply-to
HI , HOW IN THE WORLD DO YOU GET A NICE PRINTOUT OF SCHEMA FOR DB2? IT IS VERY CHALLENGING. i TRIED ABOUT SEVERAL WAYS AND NO JOY. IT WONT COME OUT NICELY FORMATTED. THANKS FOR ANY ASSISTANCE, JIM Mod edit: remove reply-to