| Author |
Message |
Topic: Changing the Field value for specific records |
singhnarender79
Replies: 17
Views: 11302
|
Forum: Job Control Language(JCL) Posted: Mon Mar 06, 2006 9:14 am Subject: Changing the Field value for specific records |
To solve the problem of ordering, why don't you use SEQNUM and assign a unique numer to all the records and then do what u have said above.
Finally after merge, sort on the seqnum again. So you wil ... |
Topic: Checking Dataset Access |
singhnarender79
Replies: 4
Views: 3508
|
Forum: TSO and ISPF Posted: Mon Feb 27, 2006 6:07 am Subject: Checking Dataset Access |
Thanks acevedo
It worked perfectly.
Sorry for replying so late, actually was on leave and enjoying my days 8) |
Topic: Checking Dataset Access |
singhnarender79
Replies: 4
Views: 3508
|
Forum: TSO and ISPF Posted: Fri Feb 17, 2006 5:24 am Subject: Checking Dataset Access |
Thanks taltyman ...I have a RACF shop and it is working perfectly.
Do u know of the command to find out by which RACF profile is the dataset protected? |
Topic: Checking Dataset Access |
singhnarender79
Replies: 4
Views: 3508
|
Forum: TSO and ISPF Posted: Wed Feb 15, 2006 11:52 am Subject: Checking Dataset Access |
HI,
Is there command which I can give against the dataset (in 3.4 Listing) to know whether I have access to that dataset and under which RACF profile is that dataset protected.
I had this comman ... |
Topic: How to give alias name to TSO Commands |
singhnarender79
Replies: 14
Views: 10693
|
Forum: TSO and ISPF Posted: Tue Dec 20, 2005 5:51 am Subject: How to give alias name to TSO Commands |
| I got the info about command tables from the ISPF User Guide II & ISPF Planning and Customization. and it says the User Command table has to be entered in the ISPF Configuration Table. and that ca ... |
Topic: How to give alias name to TSO Commands |
singhnarender79
Replies: 14
Views: 10693
|
Forum: TSO and ISPF Posted: Fri Dec 16, 2005 5:23 am Subject: How to give alias name to TSO Commands |
Bill,
Yes I came back to 3.9 again to check it, it was not there.
semigeezer/taltyman,
I have checked the profile dataset, it is allocated in ISPPROF, ISPTLIB and as the 1st data set in ISPTL ... |
Topic: How to give alias name to TSO Commands |
singhnarender79
Replies: 14
Views: 10693
|
Forum: TSO and ISPF Posted: Thu Dec 15, 2005 11:37 am Subject: How to give alias name to TSO Commands |
Hi Bill,
What I did was copy the ISPCMDS from ISPF product library hlq.SISPTENU to my own dataset userid.ISPTLIB as newname AAACMDS.
Then Allocated my own PDS to ISPTLIB. Loged on again.
Then ... |
Topic: Exclude some Members while doing a Search (3.14) |
singhnarender79
Replies: 5
Views: 4178
|
Forum: TSO and ISPF Posted: Thu Dec 15, 2005 9:55 am Subject: Exclude some Members while doing a Search (3.14) |
Why couldn't I think of that ...
It's a very good suggestion Kolusu
Thanks Kolusu ..
Cheers,
Naren |
Topic: How to give alias name to TSO Commands |
singhnarender79
Replies: 14
Views: 10693
|
Forum: TSO and ISPF Posted: Thu Dec 15, 2005 9:52 am Subject: How to give alias name to TSO Commands |
| I don't know that. How can I find it out? |
Topic: How to give alias name to TSO Commands |
singhnarender79
Replies: 14
Views: 10693
|
Forum: TSO and ISPF Posted: Thu Dec 15, 2005 7:57 am Subject: How to give alias name to TSO Commands |
Hi Bill,
I did exactly the same thing what u mentioned above. But the problem is nothing is getting saved in my command table AAACMDS. Is there something wrong I am doing, or maybe I don't have acc ... |
Topic: Exclude some Members while doing a Search (3.14) |
singhnarender79
Replies: 5
Views: 4178
|
Forum: TSO and ISPF Posted: Thu Dec 15, 2005 5:06 am Subject: Exclude some Members while doing a Search (3.14) |
Hi Bill,
I thought of that tooo, but the problem is there are around 32000 JCL's in it, the ones which I don't want to include in the search are around 1000. So manually removing all those is not p ... |
Topic: Exclude some Members while doing a Search (3.14) |
singhnarender79
Replies: 5
Views: 4178
|
Forum: TSO and ISPF Posted: Wed Dec 14, 2005 11:07 am Subject: Exclude some Members while doing a Search (3.14) |
Hi everybody,
I am trying to find a particular set of datasets in all the jcls, in order to find out in which JCL's the dataset is being used. I already know the JCL's in which it might be created ... |
Topic: Merging two Files - Removing Duplicates |
singhnarender79
Replies: 29
Views: 18213
|
Forum: Utilities Posted: Mon Jun 06, 2005 6:28 am Subject: Merging two Files - Removing Duplicates |
Hi Frank,
Thanks again for all the help. It is also working perfectly, but had to modify it slightly to get the records in the same order as in the input file. (I used the sequence number in sort r ... |
Topic: Merging two Files - Removing Duplicates |
singhnarender79
Replies: 29
Views: 18213
|
Forum: Utilities Posted: Thu Jun 02, 2005 12:31 pm Subject: Merging two Files - Removing Duplicates |
| It has to be just the date from the X'02' record in file1 and the rest of the fields from the X'02' record in file2 for the matching group only. |
Topic: Merging two Files - Removing Duplicates |
singhnarender79
Replies: 29
Views: 18213
|
Forum: Utilities Posted: Thu Jun 02, 2005 11:17 am Subject: Merging two Files - Removing Duplicates |
Frank,
There is one more interesting development that has come in my requirement. I have a workaround for that, but i was just wondering if it can be possible using DFSORT. So, if u can help us out ... |
| |