Author |
Message |
Topic: IDCAMS FB to VB ? |
KM
Replies: 4
Views: 4176
|
Forum: Job Control Language(JCL) Posted: Tue Nov 22, 2005 1:22 pm Subject: IDCAMS FB to VB ? |
That I did not know. Thanks for your help. |
Topic: IDCAMS FB to VB ? |
KM
Replies: 4
Views: 4176
|
Forum: Job Control Language(JCL) Posted: Tue Nov 22, 2005 12:52 pm Subject: IDCAMS FB to VB ? |
Ah, well of course:
** RECORD X'E8C1E3F1F1' NOT WRITTEN. LENGTH INVALID |
Topic: IDCAMS FB to VB ? |
KM
Replies: 4
Views: 4176
|
Forum: Job Control Language(JCL) Posted: Tue Nov 22, 2005 12:02 pm Subject: IDCAMS FB to VB ? |
Hi,
Would like to use IDCAMS to copy a FB dataset to a VB dataset, but somethings off:
//COPY EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=* ... |
Topic: Logging when line shifts in DS ? |
KM
Replies: 3
Views: 1922
|
Forum: Job Control Language(JCL) Posted: Thu Jun 09, 2005 9:59 am Subject: Logging when line shifts in DS ? |
That is correct. It was kinda hard to explain the scenario, but yes the record i dataset A is 'used' for minutes, sometime even hrs, so when it shifts it would be nice to be able to see it somewhere ( ... |
Topic: Logging when line shifts in DS ? |
KM
Replies: 3
Views: 1922
|
Forum: Job Control Language(JCL) Posted: Thu Jun 09, 2005 8:47 am Subject: Logging when line shifts in DS ? |
Here's the scenario:
I have a dataset: A. It contains multiple lines that are used as a reference in an application. Is it possible to write line (+ maybe timestamp) to another dataset, B, each tim ... |
Topic: Multiple dataset copy into a single dataset using sort |
KM
Replies: 2
Views: 2075
|
Forum: Job Control Language(JCL) Posted: Fri Apr 29, 2005 1:32 pm Subject: Multiple dataset copy into a single dataset using sort |
Advanced stuff !
Thanks a lot !
/KM |
Topic: Multiple dataset copy into a single dataset using sort |
KM
Replies: 2
Views: 2075
|
Forum: Job Control Language(JCL) Posted: Thu Apr 28, 2005 10:34 am Subject: Multiple dataset copy into a single dataset using sort |
Have searched for anything similar to this, but with no luck.
Is it possible to copy a bunch of datasets that all have similar names like this:
AAA.I.LIA850.A1
Only difference is the ending (not ... |
Topic: Stripping first 29 chrs in a FB dataset ? |
KM
Replies: 2
Views: 1677
|
Forum: Job Control Language(JCL) Posted: Thu Apr 14, 2005 1:17 pm Subject: Stripping first 29 chrs in a FB dataset ? |
It works. Look at the timestamp....six (!) minutes later I had a reply. Amazing !
Thanks a lot ! |
Topic: Stripping first 29 chrs in a FB dataset ? |
KM
Replies: 2
Views: 1677
|
Forum: Job Control Language(JCL) Posted: Thu Apr 14, 2005 12:59 pm Subject: Stripping first 29 chrs in a FB dataset ? |
I know it is similar to a recent post about stripping chrs in a VB dataset, but when I try to get rid of the first 29 chrs in a 256 chrs dataset (..OUT), it is not working:
//SORT EXEC PGM=SORT ... |
Topic: 'Cut' dataset in two ? |
KM
Replies: 3
Views: 3274
|
Forum: Job Control Language(JCL) Posted: Thu Feb 10, 2005 11:03 am Subject: SPLIT....Got it ! |
Thanks and sorry for not looking enough !
/KM |
Topic: 'Cut' dataset in two ? |
KM
Replies: 3
Views: 3274
|
Forum: Job Control Language(JCL) Posted: Thu Feb 10, 2005 10:42 am Subject: 'Cut' dataset in two ? |
I have a dataset that can have various number of lines in it. How can I split it into two new datasets with half in each ?
Example:
MOTHER.DATASET:
1
2
3
4
5
6
Output should lo ... |
Topic: Replace value in dataset ? |
KM
Replies: 5
Views: 3165
|
Forum: Job Control Language(JCL) Posted: Thu Jan 27, 2005 4:31 pm Subject: Replace value in dataset ? |
Excellent !
Thanks a lot !!!! |
Topic: Replace value in dataset ? |
KM
Replies: 5
Views: 3165
|
Forum: Job Control Language(JCL) Posted: Thu Jan 27, 2005 3:10 pm Subject: Replace value in dataset ? |
OK. Should have included in the first place....
File-Aid is not an option for me, so I'd have to go with the CHANGE cmd.
Example of input:
+AAAAAAAAAA 0000001234
Desired output:
+AAAAAAAA ... |
Topic: Replace value in dataset ? |
KM
Replies: 5
Views: 3165
|
Forum: Job Control Language(JCL) Posted: Thu Jan 27, 2005 2:47 pm Subject: Replace value in dataset ? |
Is it possible to replace one value with another in a dataset on a given line (start, length, etc ?). |
Topic: Find first and last row... |
KM
Replies: 4
Views: 2110
|
Forum: Database Posted: Tue Sep 21, 2004 1:57 pm Subject: Find first and last row... |
Excellent.
Strange how two lines of code can make you happy. You made my day !
Thanks again ! |
|