Re: CAMLST LOCATE and SCRATCH

2011-08-14 Thread Richard L Peurifoy
On 8/11/2011 2:08 PM, DanD wrote: Scott, To handle SMS you need to SCRATCH first then UNCAT (can't have uncataloged SMS data sets). Or you can invoke IDCAMS to do the DELETE and do it all at once. Actually if you issue a scratch SVC specifying an SMS volume, it will look up the data set in the

Re: CAMLST LOCATE and SCRATCH

2011-08-11 Thread Scott Ford
Thanks much appreciated because I dont know SMS that well Scott J Ford Software Engineer http://www.identityforge.com   From: DanD To: IBM-MAIN@bama.ua.edu Sent: Thursday, August 11, 2011 2:56 PM Subject: Re: CAMLST LOCATE and SCRATCH Scott, To handle SMS you need to SCRATCH first then UNCAT

Re: CAMLST LOCATE and SCRATCH

2011-08-11 Thread DanD
-main Subject: Re: CAMLST LOCATE and SCRATCH Gerhard, Absolutely right, found the S0C1 but had two other issues .. 1. Must issue a CAMLST uncatalog request for dataset name first 2. Camlst scratch needs the correct parameter list After doing 1 and 2 it worked like a champ. Thanks for the help and I ha

Re: CAMLST LOCATE and SCRATCH

2011-08-11 Thread Scott Ford
much appreciated. My problem is i am getting olderas everyone is ...61 in 9 days lol Scott J Ford Software Engineer http://www.identityforge.com   From: Shmuel Metz (Seymour J.) To: IBM-MAIN@bama.ua.edu Sent: Thursday, August 11, 2011 9:36 AM Subject: Re: CAMLST LOCATE and SCRATC

Re: CAMLST LOCATE and SCRATCH

2011-08-11 Thread Shmuel Metz (Seymour J.)
In <1313020232.153.yahoomail...@web65509.mail.ac4.yahoo.com>, on 08/10/2011 at 04:50 PM, Scott Ford said: >My question is this...after a LOCATE finds the dataset ..Is it >correct that the dataset name has to be moved into the DSNSCR >variable name Normal practice would be to use a single dsna

Re: CAMLST LOCATE and SCRATCH

2011-08-11 Thread Scott Ford
to everyone else Regards,  Scott J Ford Software Engineer http://www.identityforge.com   From: Gerhard Postpischil To: IBM-MAIN@bama.ua.edu Sent: Wednesday, August 10, 2011 10:48 PM Subject: Re: CAMLST LOCATE and SCRATCH On 8/10/2011 7:50 PM, Scott Ford wrote: > I need a little help, maybe a

Re: CAMLST LOCATE and SCRATCH

2011-08-11 Thread Binyamin Dissen
As the failing PSW is problem state, and the abend location is off of R15, I would expect that the SCRATCHD routine (which is not included) is at fault for the abend. Of course the scratch failed, but that is the cause your routine was driven. On Wed, 10 Aug 2011 16:50:32 -0700 Scott Ford wrote:

Re: CAMLST LOCATE and SCRATCH

2011-08-10 Thread Mike Schwab
On Wed, Aug 10, 2011 at 6:50 PM, Scott Ford wrote: > 19.25.29 JOB00166  IGD17040I ERROR IN DADSM PROCESSING FOR DATA SET  570 >    570 SFORD.TEST1 >    570 HISTORIC RETURN CODE IS 4 DIAGNOSTIC INFORMATION IS > 04280039 > 19.25.29 JOB00166  IGD306I UNEXPECTED ERROR DURING

Re: CAMLST LOCATE and SCRATCH

2011-08-10 Thread Gerhard Postpischil
On 8/10/2011 7:50 PM, Scott Ford wrote: I need a little help, maybe a lot of help. I wrote an Assembler routine that is able to locate a dataset non-racf, non-sms and the routine finds it fine , no problem. When I go to CAMLST SCRATCH it i have a S0C1 it looks like in dfp...So here is my of my

CAMLST LOCATE and SCRATCH

2011-08-10 Thread Scott Ford
All:   I need a little help, maybe a lot of help. I wrote an Assembler routine that is able to locate a dataset non-racf, non-sms and the routine finds it fine , no problem. When I go to CAMLST SCRATCH it i have a S0C1 it looks like in dfp...So here is my of my source showing LOCATE and Scratch