Author |
Message |
Topic: Replace a String based on multiple conditions |
kseenu
Replies: 10
Views: 6612
|
Forum: Utilities Posted: Fri Aug 11, 2006 1:46 am Subject: Replace a String based on multiple conditions |
The DFSORT was working fine when I executed on the Test Region. I have included the Sortwk1-SortWK4 steps in the JCL.
But when we executed the same on the Production, the job abended with the 0061 ... |
Topic: Replace a String based on multiple conditions |
kseenu
Replies: 10
Views: 6612
|
Forum: Utilities Posted: Mon Aug 07, 2006 10:02 am Subject: Replace a String based on multiple conditions |
thanks sekhar.. |
Topic: Replace a String based on multiple conditions |
kseenu
Replies: 10
Views: 6612
|
Forum: Utilities Posted: Mon Aug 07, 2006 8:00 am Subject: Replace a String based on multiple conditions |
All,
My requirement is:
I have a file of recl 140 in FB format
I have to check the Columns 1 and 5 and if the columns has the value ':' and 'X' respectively and 20,21 column contains the va ... |
Topic: E-Mail- Address & Message Configurable |
kseenu
Replies: 12
Views: 6355
|
Forum: Other Technical Topics Posted: Mon Jul 17, 2006 6:22 am Subject: E-Mail- Address & Message Configurable |
I dont have the . quit as my last line.
It contains only the Subject and the message.
Is it necessary to have . quit in the Last line
thanks
Seenu |
Topic: E-Mail- Address & Message Configurable |
kseenu
Replies: 12
Views: 6355
|
Forum: Other Technical Topics Posted: Fri Jul 14, 2006 1:12 pm Subject: E-Mail- Address & Message Configurable |
Hi Kolusu,
The column between 72-80 is blank. It doesnt contain any Sequence Numebers.
Is there any way by which we can able to configue the mail address and messages?
We dont have XMIT in ... |
Topic: E-Mail- Address & Message Configurable |
kseenu
Replies: 12
Views: 6355
|
Forum: Other Technical Topics Posted: Wed Jul 12, 2006 10:23 pm Subject: E-Mail- Address & Message Configurable |
Hi Kolusu,
It did copy the both the members and I was able to see the entire output on the SYSUT2. It was displaying in the proper format for sending mail. Still I didn't receive any mail |
Topic: E-Mail- Address & Message Configurable |
kseenu
Replies: 12
Views: 6355
|
Forum: Other Technical Topics Posted: Wed Jul 12, 2006 8:24 am Subject: E-Mail- Address & Message Configurable |
Hello All,
Based on the job successful execution, we have to send mail.
The Address and the Message should be modified. Instead of coding the mail address & message in the JCL, we have ... |
Topic: Difference between dates and Trigger based on Value |
kseenu
Replies: 8
Views: 2261
|
Forum: Application Programming Posted: Thu Apr 27, 2006 10:05 am Subject: Difference between dates and Trigger based on Value |
I have 2 given dates.
If the difference between the dates is <2> 2 years (even 1 day also) then I have the execute another function F2.
I am using Integer-of-date function to get the ... |
Topic: Replace CRLF characters to Space |
kseenu
Replies: 9
Views: 10910
|
Forum: Application Programming Posted: Thu Sep 15, 2005 2:11 am Subject: Replace CRLF characters to Space |
I am fetching the data from DB in a Cobol Program. Then I have to search for the CRLF value and replace them with spaces.
The LRECL is 3657 and RECFM is FB
thanks |
Topic: Replace CRLF characters to Space |
kseenu
Replies: 9
Views: 10910
|
Forum: Application Programming Posted: Wed Sep 14, 2005 5:05 am Subject: Replace CRLF characters to Space |
I have String of 455 chars. It may contain Carriage Return in between. Is there any way to check for availablity of Carriage return in a String and if Found, I have to replace the Carriage Return with ... |
Topic: UNSTRING based on the Length of characters in a String |
kseenu
Replies: 2
Views: 1715
|
Forum: Application Programming Posted: Wed Jun 09, 2004 1:04 am Subject: UNSTRING based on the Length of characters in a String |
I have a String ws-a pic x(200) and ws-ab x(200). I have to check the total length of character in the string and if it less than 250 characters (inclusive of space in between) then i should store tha ... |
|