Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Get jobname using EZACFSM1
Goto page Previous  1, 2
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics
Author Message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8638
Location: 221 B Baker St

PostPosted: Mon Jul 21, 2008 11:42 am    Post subject:
Reply with quote

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
View user's profile Send private message
References
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2156
Location: Phoenix, AZ

PostPosted: Mon Jul 21, 2008 12:04 pm    Post subject:
Reply with quote

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
View user's profile Send private message
Bill Dennis

Senior Member


Joined: 17 Aug 2007
Posts: 311
Location: Iowa, USA

PostPosted: Mon Jul 21, 2008 6:50 pm    Post subject:
Reply with quote

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
View user's profile Send private message
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2156
Location: Phoenix, AZ

PostPosted: Thu Aug 14, 2008 4:09 pm    Post subject:
Reply with quote

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
View user's profile Send private message
Bill Dennis

Senior Member


Joined: 17 Aug 2007
Posts: 311
Location: Iowa, USA

PostPosted: Thu Aug 14, 2008 6:47 pm    Post subject:
Reply with quote

&SYSUID will be resolved in any normal JCL submit. You don't need EZACFSM1 for that.
Back to top
View user's profile Send private message
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2156
Location: Phoenix, AZ

PostPosted: Thu Aug 14, 2008 6:51 pm    Post subject:
Reply with quote

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
View user's profile Send private message
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2156
Location: Phoenix, AZ

PostPosted: Thu Aug 14, 2008 6:53 pm    Post subject:
Reply with quote

Bill Dennis wrote:
.. be resolved in any normal JCL submit.
BTW, I'm not aware about abnormal JCL concept yet.. icon_smile.gif
Back to top
View user's profile Send private message
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3265
Location: Charlotte,NC USA

PostPosted: Thu Aug 14, 2008 7:00 pm    Post subject: Reply to: Get jobname using EZACFSM1
Reply with quote

I think the answer is that &SYSUID is not a dynamic system symbol or a static system symbol.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics All times are GMT + 6 HoursGoto page Previous  1, 2
Page 2 of 2