Author |
Message |
Topic: Efficiently Counting Records |
k2
Replies: 11
Views: 12149
|
Forum: Utilities Posted: Fri May 21, 2004 1:21 pm Subject: Efficiently Counting Records |
Thanks, Kolusu, for the additional information about TIOT size. I ended up submitting separate jobs, as I'm not certain how much larger this project may grow. For posterity, here's the SAS Code I us ... |
Topic: Efficiently Counting Records |
k2
Replies: 11
Views: 12149
|
Forum: Utilities Posted: Wed May 19, 2004 6:09 pm Subject: Efficiently Counting Records |
Thanks for the two suggested solutions. I opted for Kolusu's, as my REXX experience is limited at best.
I wrote a program to dynamically create a file with the JCL code as suggested by Kolusu (usi ... |
Topic: Efficiently Counting Records |
k2
Replies: 11
Views: 12149
|
Forum: Utilities Posted: Tue May 18, 2004 6:41 pm Subject: Efficiently Counting Records |
I have a job that I currently run in SAS that opens about 300 flat mainframe files (FB, lrecl 700 to 1000), each having up to 500K records. It doesn't actually read any fields, but just loops through ... |
Topic: Conditional Execution of Jobs with Dialog Manager |
k2
Replies: 9
Views: 4800
|
Forum: Job Control Language(JCL) Posted: Fri Apr 16, 2004 12:32 pm Subject: Conditional Execution of Jobs with Dialog Manager |
Hi Kolusu,
Thanks for the different options. Unfortunately, the system doesn't even seem to get to the SYSUT card. When I preview the code generated by the ISPF Dialog Manager, it ends with the f ... |
Topic: Conditional Execution of Jobs with Dialog Manager |
k2
Replies: 9
Views: 4800
|
Forum: Job Control Language(JCL) Posted: Fri Apr 16, 2004 11:04 am Subject: Conditional Execution of Jobs with Dialog Manager |
It's being directly sent to the intrdr.
K2 |
Topic: Conditional Execution of Jobs with Dialog Manager |
k2
Replies: 9
Views: 4800
|
Forum: Job Control Language(JCL) Posted: Fri Apr 16, 2004 10:20 am Subject: Conditional Execution of Jobs with Dialog Manager |
I am trying to conditionally execute a second job, based on the return code of the first job, where the JCL is submitted via Dialog Manager. I have had success with the basic code outside of a skelet ... |
Topic: Determining Date File *Modified* |
k2
Replies: 1
Views: 1424
|
Forum: Job Control Language(JCL) Posted: Wed Jan 21, 2004 4:09 pm Subject: Determining Date File *Modified* |
Is there a way via TSO or REXX to check and see if an existing SMS-managed dataset has been *modified*? I know that I can access 'date created' and 'date referenced' via different TSO or REXX command ... |
|