Author |
Message |
Topic: How to add auto increment/decrement column in db2 table... |
sushil
Replies: 2
Views: 1986
|
Forum: Database Posted: Wed Sep 10, 2008 1:39 am Subject: How to add auto increment/decrement column in db2 table... |
Just to add, 1A 2A 3A are all part of key, whereas x,y , z are any values |
Topic: How to add auto increment/decrement column in db2 table... |
sushil
Replies: 2
Views: 1986
|
Forum: Database Posted: Wed Sep 10, 2008 1:38 am Subject: How to add auto increment/decrement column in db2 table... |
Hi,
I want to do the following,
Lets the table entries are as follows:
1A 1 x y z ....
1A 2 x y z ....
1A 3 x y z ....
1A 4 x y z ....
1A 5 x y z ....
2A 1 x y z ....
2A 2 x y z . ... |
Topic: How to free a plan with invalid(junk) name |
sushil
Replies: 1
Views: 1341
|
Forum: Database Posted: Mon Feb 04, 2008 6:19 am Subject: How to free a plan with invalid(junk) name |
Hi,
How a plan with an invalid name (other than CHAR/NUMBER/NATIONAL) can be freed. Will the Free Plan JCL be of any help ???
Thanks for your help !
I did search before posting, didn't find any ... |
Topic: Corrupt Partition Table |
sushil
Replies: 2
Views: 1880
|
Forum: Other Technical Topics Posted: Tue May 02, 2006 7:58 am Subject: thanks |
Thanks Kolusu,
I already tried this one, but its a demo version. It does everything except saving the changes to partition table.
Regards,
Sushil |
Topic: Corrupt Partition Table |
sushil
Replies: 2
Views: 1880
|
Forum: Other Technical Topics Posted: Tue May 02, 2006 12:10 am Subject: Corrupt Partition Table |
Hi,
Partition Table on My pc got corrupted as a result I am not able to see two of the partition. Only boot partition is accessible. If somebody can provide free partition repair tool or link to sa ... |
Topic: Diplaying data using address (pointer) |
sushil
Replies: 1
Views: 1630
|
Forum: Application Programming Posted: Mon Feb 13, 2006 10:57 am Subject: Diplaying data using address (pointer) |
Is it possible to display data giving the address of the variable. Basically I want to display 100 bytes starting from a particular memory location. how i can achieve that in Cobol.
Problem is that ... |
Topic: Copybook problem.. |
sushil
Replies: 3
Views: 1985
|
Forum: Application Programming Posted: Mon Feb 13, 2006 10:46 am Subject: Copybook problem.. |
thanks alot !! |
Topic: Copybook problem.. |
sushil
Replies: 3
Views: 1985
|
Forum: Application Programming Posted: Tue Jan 31, 2006 5:28 pm Subject: Copybook problem.. |
This thing is working... !! Still I haven't seen this syntax yet.. the one I am familiar is
Format
──COPY─ ─ ─┬ ┬ ─text-name─ ─ & ... |
Topic: Copybook problem.. |
sushil
Replies: 3
Views: 1985
|
Forum: Application Programming Posted: Tue Jan 31, 2006 4:01 pm Subject: Copybook problem.. |
Is it proper to write like...
COPY SIPDRTY REPLACING YOUR-ERROR-MESSAGE
BY ERROR-MESSAGE-AREA.
VALUE '/SIDPRTY*'.
the two dots "." are pr ... |
Topic: Composite v/s fractional link |
sushil
Replies: 5
Views: 3459
|
Forum: Application Programming Posted: Tue Jan 31, 2006 3:59 pm Subject: Composite v/s fractional link |
Thanks alot DTF and MIke...
To add more on this I guess fractional links are those which are linked to some other links, so that the load generated will correspond to link at top level in the hiera ... |
Topic: Composite v/s fractional link |
sushil
Replies: 5
Views: 3459
|
Forum: Application Programming Posted: Mon Jan 30, 2006 12:19 pm Subject: Composite v/s fractional link |
Sorry Folks,
I really appreciate the helps extended by the helpboard previously.
Regarding the current problem, it is related to the LINKs card for COBOL programs. Fractional links are the one w ... |
Topic: Composite v/s fractional link |
sushil
Replies: 5
Views: 3459
|
Forum: Application Programming Posted: Fri Jan 27, 2006 4:49 pm Subject: Composite v/s fractional link |
What is the difference between composite and fracxtional links. ??
Regards,
Sushil |
Topic: Can we call a procedure within a procedure..?? |
sushil
Replies: 2
Views: 1620
|
Forum: Job Control Language(JCL) Posted: Thu Jan 12, 2006 3:54 pm Subject: Can we call a procedure within a procedure..?? |
I tried the search option but was not able to figure out .!!
As far as I remembered we can only call PGM within a procedure... is it true?
Regards,
sushil |
Topic: How to upload a EBCDIC format file to mainframe...? |
sushil
Replies: 1
Views: 1868
|
Forum: Application Programming Posted: Thu Jun 30, 2005 1:20 am Subject: How to upload a EBCDIC format file to mainframe...? |
I have a file encrypted in EBCDIC which I need to upload to mainframe.. what should be the changes needs to be done for the transfer ?
I am able to upload it, but the formatt is not proper ??
I h ... |
Topic: What will be the impact of adding unreferenced copybooks? |
sushil
Replies: 5
Views: 2677
|
Forum: Application Programming Posted: Fri Jun 24, 2005 6:04 am Subject: What will be the impact of adding unreferenced copybooks? |
Kolusu,
As per the reply it seems that on using OPTIMIZE(FULL) unrefrenced variables will be shred off. but what if optimize is not used. Will then load module also have unrefrenced variables? In ... |
|