Author |
Message |
Topic: To override the DCB inside Rexx |
nagasadhu
Replies: 2
Views: 1679
|
Forum: TSO and ISPF Posted: Wed Mar 18, 2009 9:28 am Subject: To override the DCB inside Rexx |
I read an input file and write to an output file using a rexx.
The files are allocated in the JCL but DCBs are not specified / wrongly specified.
The record length of the output file needs to be ... |
Topic: Site address for Easytrieve Manuals or pdfs |
nagasadhu
Replies: 3
Views: 2426
|
Forum: Application Programming Posted: Fri Nov 21, 2008 4:03 am Subject: Site address for Easytrieve Manuals or pdfs |
I have the easytrieve plus manual and have to use eZT+ with DB2. The manual does not contain any information on this. I did check other products in support connect and did not find anything useful und ... |
Topic: CA-Librarian batch utility clarification |
nagasadhu
Replies: 1
Views: 3029
|
Forum: Utilities Posted: Sun Aug 10, 2008 11:12 pm Subject: CA-Librarian batch utility clarification |
Allow me to explain a little further.
My shop has all the production code inside a library master.
The signoff jobs in production are a bunch of rexx programes that execute CA-librarian batch ut ... |
Topic: CA-Librarian batch utility clarification |
nagasadhu
Replies: 1
Views: 3029
|
Forum: Utilities Posted: Thu Aug 07, 2008 1:05 am Subject: CA-Librarian batch utility clarification |
Hi
The CA manuals state that the -SCAN utility statement is a read-only function (Security adm guide). Also the user guide states that -SCAN does not enqueue the master file.(user guide)
This be ... |
Topic: SSID in application prog |
nagasadhu
Replies: 2
Views: 1661
|
Forum: Database Posted: Wed Apr 25, 2007 12:15 pm Subject: SSID in application prog |
Hi
Is there a way to receive the sub-system ID in the application program?
i.e
DSN system(TDB2)
Run program(appl1) plan(appl1) lib(loadlib)
END
I want TDB2 to be available inside my prog ... |
Topic: looping query |
nagasadhu
Replies: 1
Views: 1232
|
Forum: Database Posted: Mon Feb 12, 2007 12:36 pm Subject: looping query |
Hi
I have a customer table with
---------------------------------------
Acc_No. Customer_id Priority
----------------------------------------
(char10) decimal(9,0) ... |
Topic: How to display sign value correctly? |
nagasadhu
Replies: 6
Views: 3500
|
Forum: Application Programming Posted: Fri Jan 26, 2007 11:25 am Subject: How to display sign value correctly? |
Hi
Can someone please post the similar cheat sheet for packed decimal values as well?
A link to the appropriate manual is highly appreciated.
Thanks |
Topic: exception handling & structures PL1 |
nagasadhu
Replies: 2
Views: 1616
|
Forum: Application Programming Posted: Fri Jan 26, 2007 11:14 am Subject: exception handling & structures PL1 |
Thanks a lot for your reply.
I want to handle the 'DATA EXCEPTION' condition. i.e write record to error and read the next record.
Something similar to 'ON CONVERSION'. But the program abends on en ... |
Topic: exception handling & structures PL1 |
nagasadhu
Replies: 2
Views: 1616
|
Forum: Application Programming Posted: Tue Jan 16, 2007 12:24 pm Subject: exception handling & structures PL1 |
Hi
I have a PL1 structure of LRECL=4050, with a combination Bin fixed, Dec fixed, Char and Bit values. I need to check the physical integrity of the data before processing.(i.e) BIN & DEC value ... |
Topic: Psuedo Converstational program - cursor is closed |
nagasadhu
Replies: 5
Views: 2436
|
Forum: Database Posted: Thu Dec 14, 2006 3:16 am Subject: Psuedo Converstational program - cursor is closed |
Would it make a difference if you use CURSOR WITH HOLD option? |
Topic: SQL "Exist " |
nagasadhu
Replies: 4
Views: 2066
|
Forum: Database Posted: Thu Dec 14, 2006 12:07 am Subject: performance differance |
Hi
Can someone tell me if there is a diffeerence in performance between the following 2 queries?
Here index1 is a duplicate index and can have upto 25 duplicate rows.
1)
SELECT index1
... |
Topic: Query on DB2 commit |
nagasadhu
Replies: 11
Views: 6125
|
Forum: Database Posted: Mon Nov 20, 2006 12:58 pm Subject: Query on DB2 commit |
Thanks for the details. I was encountering a Lock escalation condition for mass updates. Sorted it out alright. Thanks again |
Topic: Query on DB2 commit |
nagasadhu
Replies: 11
Views: 6125
|
Forum: Database Posted: Fri Nov 17, 2006 3:48 am Subject: Query on DB2 commit |
Hi
A little more clarification needed
1) If I execute
LOCK TABLE <NAME> IN EXCLUSIVE MODE;
UPDATE1
COMMIT1
UPDATE2
COMMIT2
Will the explicit lock on the table remain after COMMIT1?
... |
Topic: Query on DB2 commit |
nagasadhu
Replies: 11
Views: 6125
|
Forum: Database Posted: Sat Nov 04, 2006 10:41 am Subject: Query on DB2 commit |
I think sashi0505 problem was with his ACQUIRE and RELEASE bind option. Anyways thats a pretty old post.
And sarangadher , the commit will be performed for all operations. |
Topic: Query on DB2 commit |
nagasadhu
Replies: 11
Views: 6125
|
Forum: Database Posted: Thu Nov 02, 2006 11:37 am Subject: Query on DB2 commit |
When a plan which updates or inserts is executed DB2 performs temporary locks on the corresponding page and this accumulates as the control passes from the main to sub prog. The commit is performed on ... |
|