| Author |
Message |
Topic: AS400 |
sriramkarumuri
Replies: 3
Views: 1781
|
Forum: Database Posted: Thu Aug 07, 2008 10:24 pm Subject: AS400 |
Thank you all for your responses. I think this forum will help me a lot.
Regards,
Sriram Karumuri |
Topic: AS400 |
sriramkarumuri
Replies: 3
Views: 1781
|
Forum: Database Posted: Wed Aug 06, 2008 11:10 pm Subject: AS400 |
| Any one know about AS400. Please share any good manual links |
Topic: SITE Command not working |
sriramkarumuri
Replies: 6
Views: 5391
|
Forum: Application Programming Posted: Fri Aug 10, 2007 10:03 am Subject: SITE Command not working |
Thats gr8
Its worked out kolusu. Thanks a lot
Regards,
Sriram |
Topic: SITE Command not working |
sriramkarumuri
Replies: 6
Views: 5391
|
Forum: Application Programming Posted: Thu Aug 09, 2007 4:59 pm Subject: SITE Command not working |
| I want to transfer the 750 characters in the file including the spaces. Will there be any possibility to send in such a way |
Topic: SITE Command not working |
sriramkarumuri
Replies: 6
Views: 5391
|
Forum: Application Programming Posted: Thu Aug 09, 2007 4:57 pm Subject: SITE Command not working |
File is successfully transferred and trailing spaces are stripped off.
My exact file length is 750. Data in the file is of 610. The other end receives the 610 characters after the trailing spaces a ... |
Topic: SITE Command not working |
sriramkarumuri
Replies: 6
Views: 5391
|
Forum: Application Programming Posted: Thu Aug 09, 2007 3:11 pm Subject: SITE Command not working |
I am trying to put a fixed length file from Mainframe to windows server.
My JCL:
//STEP01 EXEC PGM=FTP,PARM='(EXIT=16',REGION=4096K
//* ... |
Topic: Find the String in Record |
sriramkarumuri
Replies: 9
Views: 4250
|
Forum: Application Programming Posted: Thu Jul 26, 2007 9:11 pm Subject: Find the String in Record |
Hi Dick,
Can you give me more picture on this
How to get the start position or offset? Is there any string functions available for this? |
Topic: Find the String in Record |
sriramkarumuri
Replies: 9
Views: 4250
|
Forum: Application Programming Posted: Sat Jul 21, 2007 5:28 am Subject: Find the String in Record |
| I want to extract data starting with EFGH1 and ending with the character before IJKL |
Topic: Find the String in Record |
sriramkarumuri
Replies: 9
Views: 4250
|
Forum: Application Programming Posted: Fri Jul 20, 2007 12:36 am Subject: Find the String in Record |
| its a variable length record |
Topic: Find the String in Record |
sriramkarumuri
Replies: 9
Views: 4250
|
Forum: Application Programming Posted: Thu Jul 19, 2007 11:49 pm Subject: Find the String in Record |
Hi,
i have file with huge records. eace record has the length of nearly 40000bytes.
lets say
123456ABCD........EFGH1....EFGH2....EFGH3....EFGH4....IJKL
i want to find the string EFGH in the ... |
Topic: Problem with Search All |
sriramkarumuri
Replies: 2
Views: 1576
|
Forum: Application Programming Posted: Fri May 11, 2007 1:01 pm Subject: Problem with Search All |
Thanks,
I changed to Search instead of Search all and it worked out
Regards,
Sriram |
Topic: Problem with Search All |
sriramkarumuri
Replies: 2
Views: 1576
|
Forum: Application Programming Posted: Fri May 11, 2007 11:09 am Subject: Problem with Search All |
I want to write distinct values into the table. When I used the below piece of code I am still getting duplicate values inserted. Can some one help me where I am missing here.
My approach to do bel ... |
Topic: Issue with Variable length file |
sriramkarumuri
Replies: 19
Views: 11040
|
Forum: Application Programming Posted: Wed Apr 25, 2007 9:15 pm Subject: Issue with Variable length file |
Thanks all for your suggestions.
I got the solution by changing it as follows.
FD TXN-FILE
LABEL RECORDS ARE STANDARD
RECORD I ... |
Topic: Issue with Variable length file |
sriramkarumuri
Replies: 19
Views: 11040
|
Forum: Application Programming Posted: Tue Apr 24, 2007 5:41 pm Subject: Issue with Variable length file |
Thanks Kolusu,
I did that sending a line feed character at the end that creating a separate line between every two records. I have explicitly removed the linefeed according to the requirement. Belo ... |
Topic: Issue with Variable length file |
sriramkarumuri
Replies: 19
Views: 11040
|
Forum: Application Programming Posted: Tue Apr 24, 2007 3:57 pm Subject: Issue with Variable length file |
By variable length I mean all the records in the flat file should be treated as variable length.
Eg Considering the records below in a 50 byte which is FTPed
XXXXXXXXXXXXXX (14 Bytes)
XXXXXXXXX ... |
| |