|
|
| Author |
Message |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8638 Location: 221 B Baker St
|
|
|
|
Hi Anuj,
| Quote: |
| when I logged in to mainframes today (Monday, July 21,2008 IST) it's not there |
Does this mean the dataset is no longer on the system or that it no longer appears in isrddn?
| Quote: |
| what should I conclude..? |
If it no longer appears in isrddn, you did something last week to cause this dataset to be found by isrddn and have not done so this morning. |
|
| Back to top |
|
 |
References
|
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2156 Location: Phoenix, AZ
|
|
|
|
Hi Dick,
| dick scherrer wrote: |
| Does this mean the dataset is no longer on the system or that it no longer appears in isrddn? |
It means it doen't appear in ISRDDN.
| Quote: |
| If it no longer appears in isrddn, you did something last week to cause this dataset to be found by isrddn and have not done so this morning. |
That day I submit the JOB & browse the DSN to check the output, that's it from my side. |
|
| Back to top |
|
 |
Bill Dennis
Senior Member
Joined: 17 Aug 2007 Posts: 311 Location: Iowa, USA
|
|
|
|
| Since you didn't code a UNIT, possibly it was created in a "work" dasd pool that is cleaned up on a regular schedule? Perhaps someone else deleted it? Check with the storage mgmt group at your site. |
|
| Back to top |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2156 Location: Phoenix, AZ
|
|
|
|
Hi,
Once again, one more query about EZACFSM1-
To get the value of SYSUID I used the below JOB ..
| Code: |
//SYMBOLS EXEC PGM=EZACFSM1
//SYSOUT DD SYSOUT=*
//SYSIN DD *
JOBNAME '&JOBNAME'
SYSUID '&SYSUID'
/*
//* |
..but the out put was
| Code: |
JOBNAME 'Anuj'
SYSUID '&SYSUID' |
..for SYSUID I was expecting my RACF ID to appear in output..?
Please assist, what's the reason behind..or is it this way only.. |
|
| Back to top |
|
 |
Bill Dennis
Senior Member
Joined: 17 Aug 2007 Posts: 311 Location: Iowa, USA
|
|
|
|
| &SYSUID will be resolved in any normal JCL submit. You don't need EZACFSM1 for that. |
|
| Back to top |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2156 Location: Phoenix, AZ
|
|
|
|
| Agreed, I just tried the example posted by Enrico earlier in this thread & this concern was raised. However, if just for an experiment if I would like to do this, is there a way..? |
|
| Back to top |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2156 Location: Phoenix, AZ
|
|
|
|
| Bill Dennis wrote: |
| .. be resolved in any normal JCL submit. |
BTW, I'm not aware about abnormal JCL concept yet..  |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3265 Location: Charlotte,NC USA
|
|
| Back to top |
|
 |
|
|