| Author |
Message |
Topic: DFSORT: split file to multiple GDG files by n records |
ganesh_b
Replies: 6
Views: 6502
|
Forum: Utilities Posted: Fri May 29, 2009 10:41 am Subject: DFSORT: split file to multiple GDG files by n records |
Kolusu,
Thanks for the link. I could have searched there before posting the question. |
Topic: DFSORT: split file to multiple GDG files by n records |
ganesh_b
Replies: 6
Views: 6502
|
Forum: Utilities Posted: Thu May 28, 2009 2:34 pm Subject: GDG base - How to get Oldest generation data first in output |
Kolusu,
Does the order of records matter? If you just supply the GDG Base to sortin the system concatenates the latest version first and oldest version will be the last one. Is that order ok ? Do y ... |
Topic: How to avoid the error when DD DUMMY used in SORT/ICETOOL |
ganesh_b
Replies: 4
Views: 8036
|
Forum: Utilities Posted: Thu Aug 25, 2005 6:59 am Subject: How to avoid the error when DD DUMMY used in SORT/ICETOOL |
Hi,
Please refer the code given below.
//SORTIN DD *
JUST A DUMMY RECORD ... |
Topic: Replace field value in table for all occurance thru File-aid |
ganesh_b
Replies: 11
Views: 9001
|
Forum: Utilities Posted: Wed Jun 15, 2005 8:43 am Subject: Replace field value in table for all occurance thru File-aid |
Kolusu,
Thanks for all of your responses. I think we have edited the post to reply at same time.
Regarding the extra comma, I gave it as the length alone is given in curly brackets and ... |
Topic: Replace field value in table for all occurance thru File-aid |
ganesh_b
Replies: 11
Views: 9001
|
Forum: Utilities Posted: Wed Jun 15, 2005 8:20 am Subject: Replace field value in table for all occurance thru File-aid |
Kolusu,
I have tried the following and it worked.
$$DD01 COPY REPL=(286,EQ,C'10',C'20')
Replace by Condition:
REPLALL=(location,length,compare-data,[dupl]new ... |
Topic: Replace field value in table for all occurance thru File-aid |
ganesh_b
Replies: 11
Views: 9001
|
Forum: Utilities Posted: Wed Jun 15, 2005 8:03 am Subject: Replace field value in table for all occurance thru File-aid |
Kolusu,
I have tried by removing the length and getting the following error message.
1...5...10...15...20...25...30...35...40...45...50...55...60...65.
... |
Topic: Replace field value in table for all occurance thru File-aid |
ganesh_b
Replies: 11
Views: 9001
|
Forum: Utilities Posted: Wed Jun 15, 2005 1:52 am Subject: Replace field value in table for all occurance thru File-aid |
Kolusu,
Thanks for your help.
Referred batch reference manual for the other problem mentioned.
Replace by Condition
REPL=(location,{length },[dupl]compare-data,[du ... |
Topic: Replace field value in table for all occurance thru File-aid |
ganesh_b
Replies: 11
Views: 9001
|
Forum: Utilities Posted: Tue Jun 14, 2005 8:54 am Subject: Replace field value in table for all occurance thru File-aid |
Kolusu,
Thanks. I have tried and it is working fine. I have to check LCHANGE-OP-ID for "AAAA" on each occurance before doing a replace.
Did you get a chance to look at the other problem m ... |
Topic: Replace field value in table for all occurance thru File-aid |
ganesh_b
Replies: 11
Views: 9001
|
Forum: Utilities Posted: Tue Jun 14, 2005 4:11 am Subject: Replace field value in table for all occurance thru File-aid |
Kolusu,
Thanks for providing the links. I have understood the way how the value can be replaced in the complete file.
//STEP0100 EXEC PGM=FILEAID,REGION=0M
//* ... |
Topic: Replace field value in table for all occurance thru File-aid |
ganesh_b
Replies: 11
Views: 9001
|
Forum: Utilities Posted: Fri Jun 10, 2005 7:02 am Subject: Replace field value in table for all occurance thru File-aid |
Hi,
I have a file which has table with 15 occurances. One of the field in the table has junk value and need to replace those junk with spaces in all the occurance of the table.
Please let m ... |
Topic: File-aid Batch - Output with actual recln of I/P |
ganesh_b
Replies: 2
Views: 2019
|
Forum: Utilities Posted: Wed Apr 06, 2005 7:49 am Subject: File-aid Batch - Output with actual recln of I/P |
Kolusu,
I have tried the 10 option in File-aid, but I am not getting the changed fields alone. I am getting the record which has changed, but not the fields. |
Topic: File-aid Batch - Output with actual recln of I/P |
ganesh_b
Replies: 2
Views: 2019
|
Forum: Utilities Posted: Wed Apr 06, 2005 7:13 am Subject: File-aid Batch - Output with actual recln of I/P |
ALL,
I need to do FILE-AID Batch compare of two VB (max recln of 25475) sequential files and the records that found as differences from the files should be written into a dataset with its approp ... |
| |