Author |
Message |
Topic: Help needed with running jobs and sending timestamp via mail |
Jamylady
Replies: 1
Views: 6341
|
Forum: Problem Determination Posted: Fri Jun 24, 2011 5:18 am Subject: Help needed with running jobs and sending timestamp via mail |
Hi,
Can anyone give me some ideas or better process that can be followed with our current process that we follow in our team?
Currently we receive files everyday from other teams through mails, t ... |
Topic: Dynamic where clause |
Jamylady
Replies: 2
Views: 3044
|
Forum: Database Posted: Wed Apr 06, 2011 1:27 pm Subject: Dynamic where clause |
Sorry, the second SQL should have been as given below
Select TAX_YR, SSN, CONTRACT_NO, AMT_1, AMT_2
FROM TAX_MAIN,
TAX_CONTRACT
WHERE
TAX_YR = :TAX-YR
AND SSN = ... |
Topic: Dynamic where clause |
Jamylady
Replies: 2
Views: 3044
|
Forum: Database Posted: Wed Apr 06, 2011 1:25 pm Subject: Dynamic where clause |
Hello,
I need to design a query to rerieve data from two tables based on conditions on various columns. But the values supplied for these columns dpends on user inputs. so if the user inputs values ... |
Topic: logging transaction activity |
Jamylady
Replies: 9
Views: 9342
|
Forum: CICS and Middleware Posted: Fri Oct 08, 2010 10:50 am Subject: logging transaction activity |
OK, I think I understand what they are talking about evet processing. But that would work only with CICS V4.1 which we do not have at the moment.
Thanks
Jimmy |
Topic: logging transaction activity |
Jamylady
Replies: 9
Views: 9342
|
Forum: CICS and Middleware Posted: Thu Oct 07, 2010 4:25 pm Subject: logging transaction activity |
Thankskolusu,
i did went thru the url, frankly speaking, it was all Greek to me! I am not sure what to look and where to start
Let me do some more digging. But if anyone already has used th ... |
Topic: logging transaction activity |
Jamylady
Replies: 9
Views: 9342
|
Forum: CICS and Middleware Posted: Wed Oct 06, 2010 7:01 pm Subject: Capturing activity log in CICS application |
Hi,
With the increased data privacy and HIPPA legislation, the company that I am working has decided to capture the log of all activities on our CICS application.
Our CICS application basically sup ... |
Topic: Dynamic Input files in a JCL |
Jamylady
Replies: 6
Views: 7477
|
Forum: Job Control Language(JCL) Posted: Fri Jul 02, 2010 3:40 am Subject: Dynamic Input files in a JCL |
Thanks Kolusu,
Two problems here.
1. We don't have DFSORT. We use Syncsort. But the link above is excellent and thanks a lot for that.
2. We use Jobtrac scheduler. Although dynamically writting ... |
Topic: Dynamic Input files in a JCL |
Jamylady
Replies: 6
Views: 7477
|
Forum: Job Control Language(JCL) Posted: Thu Jul 01, 2010 11:48 am Subject: Dynamic Input files in a JCL |
Hello
In one of my project, I need to find existing datasets , and feed that as input file into a program for a report generation.
I was able to create the list of datasets using the LISTCAT LEVEL ... |
Topic: Cursor picks up the record just inserted during the fetch |
Jamylady
Replies: 8
Views: 4859
|
Forum: Application Programming Posted: Tue Mar 23, 2010 3:04 pm Subject: Cursor picks up the record just inserted during the fetch |
Hi jctgf,
What if I control the program abends and issue a ROLLBACK? I think my program is managing the program abends and rolling back all the table inserts/updates.
Thanks
JA |
Topic: is this forum supports as/400? |
Jamylady
Replies: 2
Views: 2607
|
Forum: TSO and ISPF Posted: Tue Sep 22, 2009 7:52 am Subject: is this forum supports as/400? |
is this forum supports as/400?
Thanks |
Topic: Cursor picks up the record just inserted during the fetch |
Jamylady
Replies: 8
Views: 4859
|
Forum: Application Programming Posted: Fri Sep 11, 2009 10:41 am Subject: Cursor picks up the record just inserted during the fetch |
Great. Thanks
It worked
INSENSITIVE
Specifies that the cursor does not have sensitivity to
inserts, updates, or ... |
Topic: Cursor picks up the record just inserted during the fetch |
Jamylady
Replies: 8
Views: 4859
|
Forum: Application Programming Posted: Fri Sep 11, 2009 4:47 am Subject: Cursor picks up the record just inserted during the fetch |
Hi Jim
That is a good idea, but we dont have a time stamp filed on the row to capure the updated time:(
Thank you |
Topic: Cursor picks up the record just inserted during the fetch |
Jamylady
Replies: 8
Views: 4859
|
Forum: Application Programming Posted: Thu Sep 10, 2009 10:13 am Subject: Cursor picks up the record just inserted during the fetch |
Hi,
I have a requirement for a new program which requires us to select from a cursor and insert into the same table later in the program if the record requirements are correct.
Looks like the cursor ... |
Topic: In a map i want lower case letters? |
Jamylady
Replies: 4
Views: 3557
|
Forum: CICS and Middleware Posted: Wed Oct 15, 2008 3:57 pm Subject: In a map i want lower case letters? |
I think if we use the TERM=3270-2 in the DFHMSD in the map set definition; we should be able to use both lower and upper case letter. I had a similar req. and was able to do this way.
Hope this helps ... |
Topic: ASIS in Recieve map |
Jamylady
Replies: 2
Views: 2983
|
Forum: CICS and Middleware Posted: Wed Oct 15, 2008 3:56 pm Subject: ASIS in Recieve map |
I think if we use the TERM=3270-2 in the DFHMSD in the map set definition; we should be able to use both lower and upper case letter. I had a similar req. and was able to do this way.
Hope this helps ... |
|