Author |
Message |
Topic: Multiple dataset search facility |
Premkumar
Replies: 5
Views: 4659
|
Forum: TSO and ISPF Posted: Tue Oct 07, 2003 3:45 am Subject: Multiple dataset search facility |
SRCHFOR function in 3.4 option is available in z/OS 1.2 and later releases.
See [url=http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPZU210/1.4.5.5.13?SHELF=ISPZPM10&DT=20010620123826]he ... |
Topic: Sort dataset on tape |
Premkumar
Replies: 4
Views: 4028
|
Forum: Utilities Posted: Tue Oct 07, 2003 1:12 am Subject: Sort dataset on tape |
enigma,
Sorry, I was off on a long weekend and couldn't follow up on this post.
If the records in sortin tape file is already in sorted order, consider sorting the dasd file and merging it with ... |
Topic: Sort dataset on tape |
Premkumar
Replies: 4
Views: 4028
|
Forum: Utilities Posted: Mon Sep 29, 2003 2:44 am Subject: Sort dataset on tape |
enigma,
What is the under lying process? Is the tape file cycling with periodic data adding to the tape? |
Topic: File Comparing using Sort |
Premkumar
Replies: 6
Views: 5247
|
Forum: Utilities Posted: Mon Sep 08, 2003 5:31 am Subject: File Comparing using Sort |
I have a utility written in Assembler to do this sort of job.
E-mail me, if you are interested in it. |
Topic: Error in a simple REXX exec !!! |
Premkumar
Replies: 8
Views: 4679
|
Forum: TSO and ISPF Posted: Thu Aug 07, 2003 3:38 am Subject: Error in a simple REXX exec !!! |
Nancy,
Yes. What I did before my first post is to try in our machine. It is working fine for me. |
Topic: Error in a simple REXX exec !!! |
Premkumar
Replies: 8
Views: 4679
|
Forum: TSO and ISPF Posted: Thu Aug 07, 2003 2:48 am Subject: Error in a simple REXX exec !!! |
Probably you are not entering numbers when it asks you to 'enter a no ' and 'enter second no '. What are you typing? |
Topic: Error in a simple REXX exec !!! |
Premkumar
Replies: 8
Views: 4679
|
Forum: TSO and ISPF Posted: Thu Aug 07, 2003 2:40 am Subject: Error in a simple REXX exec !!! |
Nancy,
Would you mind me asking, what error it gives you? |
Topic: Convert from Packed decimal to numeric using sort |
Premkumar
Replies: 20
Views: 47544
|
Forum: Utilities Posted: Sun Jul 13, 2003 11:37 pm Subject: Convert from Packed decimal to numeric using sort |
SORT FIELDS=COPY
OUTREC FIELDS=(1,4,PD,EDIT=(TTTTTTTTT))
|
Topic: what's the use of vsam init? |
Premkumar
Replies: 3
Views: 5741
|
Forum: Data Management Posted: Mon Jul 07, 2003 10:41 pm Subject: what's the use of vsam init? |
xxman,
Zero HURBA will NOT allow you to open the file only for INPUT. It will not complain when you open an uninitialized file for OUTPUT. Got it?
Yes. Our clients application, which we maintain ... |
Topic: what's the use of vsam init? |
Premkumar
Replies: 3
Views: 5741
|
Forum: Data Management Posted: Mon Jul 07, 2003 5:32 am Subject: what's the use of vsam init? |
Its all about HURBA.
From VSAM Demystified:
3.9.1 High used RBA value (HURBA) for KSDS
There are two HURBAs per KSDS cluster: the data HURBA, and the index HURBA:
• Data HU ... |
Topic: SQL Code -927 Language interface problem |
Premkumar
Replies: 6
Views: 5302
|
Forum: Database Posted: Wed Jul 02, 2003 5:12 am Subject: SQL Code -927 Language interface problem |
Kolusu is on vacation in India. He got married on June 15th. Wish you “Happy Married Life”, Mr. and Mrs. Kolusu. |
Topic: DYNAMNBR &Copying GDGs |
Premkumar
Replies: 4
Views: 6167
|
Forum: Job Control Language(JCL) Posted: Fri Jun 13, 2003 1:47 am Subject: DYNAMNBR &Copying GDGs |
or use 3.2 |
Topic: EZT Program - Urgent |
Premkumar
Replies: 7
Views: 5667
|
Forum: Application Programming Posted: Tue Jun 10, 2003 1:59 am Subject: EZT Program - Urgent |
dalaly,
Does EZT's Synchronized file processing takes care of duplicates? |
Topic: A conversion from Packed decimal, int & smallint to PIC |
Premkumar
Replies: 4
Views: 2473
|
Forum: Utilities Posted: Thu Jun 05, 2003 11:40 pm Subject: A conversion from Packed decimal, int & smallint to PIC |
or use SORT.
//SORT01 EXEC PGM=SORT
//SORTIN DD DSN=INPUT.FILE
//SORTOUT DD DSN=OUTPUT.FILE
//SYSIN DD *
... |
Topic: FTP-error |
Premkumar
Replies: 7
Views: 13139
|
Forum: Utilities Posted: Wed Jun 04, 2003 10:24 pm Subject: FTP-error |
meeran,
Bithead suggested you to Check for line numbers in colums 73 thru 80 in the command script.
Did you check it? |
|