Author |
Message |
Topic: CICS timeout of a screen |
Dip
Replies: 13
Views: 14475
|
Forum: CICS and Middleware Posted: Thu Mar 10, 2011 6:40 pm Subject: CICS timeout of a screen |
warp5,
Transaction volume is very very low ..
No of users: 20-30
Transaction rate: 400-500 Updates / day
Thanks!
-Dip. |
Topic: CICS timeout of a screen |
Dip
Replies: 13
Views: 14475
|
Forum: CICS and Middleware Posted: Wed Mar 09, 2011 6:22 pm Subject: CICS timeout of a screen |
Kolusu,
First of all, extremely sorry for misspelling your name but just believe me from the very first post in mvsforum where you replied against my query I am addressing you wrongly as 'Kolsu' in ... |
Topic: CICS timeout of a screen |
Dip
Replies: 13
Views: 14475
|
Forum: CICS and Middleware Posted: Wed Mar 09, 2011 3:13 pm Subject: CICS timeout of a screen |
In our system the TYPETERM SIGNOFF is set to YES and the TIMEOUT value is 1 Hr. So if a terminal has an hour of inactivity, the user will automatically be logged out of CICS.
dbzTHEdinosauer,
My ... |
Topic: CICS timeout of a screen |
Dip
Replies: 13
Views: 14475
|
Forum: CICS and Middleware Posted: Sat Feb 26, 2011 2:15 am Subject: CICS timeout of a screen |
Hi Kolsu,
Thanks for your reply. Seems like this TIMEOUT option is set for the terminal timeout. Any idea if we can set something like this at a Tran ID level?
Hello Warp5,
I am working on ... |
Topic: CICS timeout of a screen |
Dip
Replies: 13
Views: 14475
|
Forum: CICS and Middleware Posted: Thu Feb 24, 2011 12:31 am Subject: CICS timeout of a screen |
Hi,
Is there any way we can control the timeout of a CICS screen?
Let say I want a application screen to be set to timeout after XX sec? Can we control this?
Thanks!
Dip. |
Topic: DASD calculation from BLKSIZE - VSAM Index file |
Dip
Replies: 3
Views: 8681
|
Forum: Data Management Posted: Mon Sep 27, 2010 11:16 am Subject: DASD calculation from BLKSIZE - VSAM Index file |
Hi,
I know the blksize of a VSAM file. Is there any way I can calculate the DASD (MB/ GB) from Blksize?
Thanks!
Dip |
Topic: Primary Key Vs Unique Index |
Dip
Replies: 5
Views: 3837
|
Forum: Database Posted: Thu Jan 07, 2010 4:10 am Subject: Primary Key Vs Unique Index |
Just now i read in a discussion forum that DB2 has no problem or restriction with NULLs in non primary key-index. Can someone confirm it?
Also want to know, if there will be any performace degradat ... |
Topic: Primary Key Vs Unique Index |
Dip
Replies: 5
Views: 3837
|
Forum: Database Posted: Thu Jan 07, 2010 3:51 am Subject: Primary Key Vs Unique Index |
Can we define an Unique INDEX on two fields/keys where one of them can be NULL?
Thanks!
Dip. |
Topic: Concatenate specific fileds from two recs in a single rec |
Dip
Replies: 2
Views: 2682
|
Forum: Utilities Posted: Fri Jul 11, 2008 5:09 pm Subject: Concatenate specific fileds from two recs in a single rec |
adding one more point:
Records where keys are not repeating should be untouched:
<---10----><---10----><---10----><---10----><---10----><-1>
1111 ---- ... |
Topic: Concatenate specific fileds from two recs in a single rec |
Dip
Replies: 2
Views: 2682
|
Forum: Utilities Posted: Fri Jul 11, 2008 4:36 pm Subject: Concatenate specific fileds from two recs in a single rec |
The input file:
<---10----><---10----><---10----><---10----><---10----><-1>
1111 -------- ------ ------ XXXXXXX A
1111 AAAA BB ... |
Topic: Fixed length file to CSV file - using easytrieve |
Dip
Replies: 3
Views: 6612
|
Forum: Application Programming Posted: Thu Dec 13, 2007 2:31 pm Subject: Fixed length file to CSV file - using easytrieve |
Thanks Kolusu!
You make the logic so simple..yesterday i started with COBOL and made the logic very complex (String reverse/ calculate the length / put comma / trim the spaces...) and finally i gav ... |
Topic: Fixed length file to CSV file - using easytrieve |
Dip
Replies: 3
Views: 6612
|
Forum: Application Programming Posted: Wed Dec 12, 2007 5:53 pm Subject: Fixed length file to CSV file - using easytrieve |
I need to convert a Fixed length file to CSV file programatically (Batch Job) using easytrieve or cobol or Syncsort ? Can someone help me with sample code if you already tried it before?
Input ... |
Topic: Moving the NUMERIC part from a packed decimal field |
Dip
Replies: 7
Views: 5930
|
Forum: Application Programming Posted: Fri Aug 31, 2007 10:38 am Subject: Moving the NUMERIC part from a packed decimal field |
Kolsu,
I am using DB2 utility to extract the data from the table.
CICS Guy,
Can you revisit ur post when get some time. Is this meeting the the requirement posted by me?
This is the way i ... |
Topic: Moving the NUMERIC part from a packed decimal field |
Dip
Replies: 7
Views: 5930
|
Forum: Application Programming Posted: Tue Aug 28, 2007 1:01 pm Subject: Moving the NUMERIC part from a packed decimal field |
I am extracting a DECIMAL (22,7) field in a file using DB2 utility and trying to move the NUMERIC PART in a variable.
Example:
0000024680000
000013579000C
1st byte- NULL IND
12 bytes for S9(1 ... |
Topic: PARSE / LOCATE a string |
Dip
Replies: 6
Views: 13002
|
Forum: Application Programming Posted: Fri Aug 17, 2007 3:18 pm Subject: PARSE / LOCATE a string |
Thanks so much Kolsu.. Using ur code as a base i have modified the code as per my requirement and its working!
Thanks jsharon1248... I didnt explore the rexx code.. but surely i will try it when i ... |
|