Author |
Message |
Topic: Why in PL/I the check for Blank fails |
Balanim
Replies: 2
Views: 1487
|
Forum: Application Programming Posted: Mon Jul 31, 2006 8:28 am Subject: Why in PL/I the check for Blank fails |
Hi Friends
I am using some code like this in PLI
PUT SKIP LIST( 'TIME_INPUT_PRINT',TIME_INPUT);
IF TIME_INPUT ^= ' ' THEN
CALL TRANSLATE_TIME;
ELSE; --> Do nothing
Here T ... |
Topic: Recovery Pending |
Balanim
Replies: 1
Views: 2009
|
Forum: Database Posted: Tue Aug 10, 2004 1:08 am Subject: Recovery Pending |
Hi,
One of my table space is in recovery pending status, because of that i am not in a position to query any tables in that table space.
I tried with
Recover Tablespace dbname.tsname
but ... |
Topic: Pre - compilation error |
Balanim
Replies: 4
Views: 2352
|
Forum: Application Programming Posted: Wed Jul 14, 2004 8:50 am Subject: Pre - compilation error |
Hi Kolusu
I have this output in Precompilation
DB2 SQL PRECOMPILER VERSION 7 REL. 1.0
OPTIONS SPECIFIED: HOST(PLI),TWOPASS,
please suggest.
regards
Bala |
Topic: Pre - compilation error |
Balanim
Replies: 4
Views: 2352
|
Forum: Application Programming Posted: Wed Jul 14, 2004 6:42 am Subject: Pre - compilation error |
Hi Kolusu,
Thanx for your inputs.
The link explains that there may be mismatch between the pre -compiler and Db2,
Bur i am not sure of this.
Here is the full error list
RETAI ... |
Topic: Pre - compilation error |
Balanim
Replies: 4
Views: 2352
|
Forum: Application Programming Posted: Wed Jul 14, 2004 1:23 am Subject: Pre - compilation error |
Hi,
one fo my program is giving the fallowing error while binding
PROGRAM xxxxx PRECOMPILED WITH INCORRECT LEVEL FOR THIS RELEASE
The pre - compilation, compilation and linking is fine..
... |
Topic: DFHMDF Parameters. |
Balanim
Replies: 8
Views: 5434
|
Forum: CICS and Middleware Posted: Tue Jun 22, 2004 6:29 am Subject: DFHMDF Parameters. |
Hi Mike ,
This (and the other similar bits of code) don't make sense. You are moving a 4 character literal to the the 1-byte attribute field.
These bits of code does makes sense when we cod ... |
Topic: DFHMDF Parameters. |
Balanim
Replies: 8
Views: 5434
|
Forum: CICS and Middleware Posted: Tue Jun 22, 2004 4:56 am Subject: DFHMDF Parameters. |
Hi Hemakumar,
Sorry for late reply.. in fact i had not seen your request,,
well what you have mentioned is 100 % correct
The map field name is MX-EMP-NO and the all the parameters are generated ... |
Topic: DFHMDF Parameters. |
Balanim
Replies: 8
Views: 5434
|
Forum: CICS and Middleware Posted: Tue Jun 22, 2004 4:55 am Subject: DFHMDF Parameters. |
Hi Hemakumar,
Sorry for late reply.. in fact i had not seen your request,,
well what you have mentioned is 100 % correct
The map field name is MX-EMP-NO and the all the parameters are generated ... |
Topic: Database Load - DSNUTILB - REASON=X'00E40002' |
Balanim
Replies: 10
Views: 8904
|
Forum: Database Posted: Wed Jun 09, 2004 6:34 am Subject: Database Load - DSNUTILB - REASON=X'00E40002' |
Hi Kolusu..
i deleted the JOBLIB but no luck...
Thanks
Bala |
Topic: Database Load - DSNUTILB - REASON=X'00E40002' |
Balanim
Replies: 10
Views: 8904
|
Forum: Database Posted: Wed Jun 09, 2004 2:40 am Subject: Database Load - DSNUTILB - REASON=X'00E40002' |
Hi Kolusu
I am also getting the same error
here is the JCL
//ACHULCON JOB 'TSOUSER','UNL CON',NOTIFY=&SYSUID,
// MSGCLASS=X,
// ... |
Topic: How to edit a huge sequential file..?? |
Balanim
Replies: 10
Views: 11604
|
Forum: TSO and ISPF Posted: Thu May 27, 2004 2:18 am Subject: How to edit a huge sequential file..?? |
Hi
Thanks all for your inputs..
Bala |
Topic: How to edit a huge sequential file..?? |
Balanim
Replies: 10
Views: 11604
|
Forum: TSO and ISPF Posted: Tue May 25, 2004 5:25 am Subject: How to edit a huge sequential file..?? |
Hi,
As we know if we try to edit any huge sequential file it will be substituted with browse mode. Is there any ways to edit these huge files,
please my shop does not have file aid or any other ... |
Topic: How to calculate space of table in a tablespace |
Balanim
Replies: 8
Views: 5119
|
Forum: Database Posted: Tue May 11, 2004 1:05 am Subject: How to calculate space of table in a tablespace |
HI Kolusu Manas
Thanks for your valuable inputs, Infact i was looking for actual space occupied by the table and your inputs could able to give the solution.
Tahnks again
Bala |
Topic: How to calculate space of table in a tablespace |
Balanim
Replies: 8
Views: 5119
|
Forum: Database Posted: Mon May 10, 2004 5:20 am Subject: How to calculate space of table in a tablespace |
HI
I have created many tables in a perticular database, i have loaded all these tables with respective data, Now I want to find out the space occupied by each table, can anyone give some query..??
... |
Topic: How to purge a job ..???other than conventional way?? |
Balanim
Replies: 11
Views: 4553
|
Forum: Job Control Language(JCL) Posted: Thu Feb 05, 2004 9:54 pm Subject: How to purge a job ..???other than conventional way?? |
Hi All
Thanks for your valuable inputs. In fact nothing worked for me, Actually the problem was with Db2 subsystem which my job was using. The db2 log files were running out of space but the job w ... |
|