MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to know POSIX is ON or OFF in JCL

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
deepthij
Beginner


Joined: 08 May 2009
Posts: 13
Topics: 6
Location: Bangalore

PostPosted: Thu May 14, 2009 11:28 pm    Post subject: How to know POSIX is ON or OFF in JCL Reply with quote

Hi All,
Can any one help me how to find whether POSIX is ON/OFF in JCL.

This is the EXEC statement in my JCL.

//GO EXEC PGM=JEB,REGION=0M,PARM='RPTSTG(OFF) /DEBUG'

Thanks,
Deepthi
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu May 14, 2009 11:37 pm    Post subject: Reply with quote

deepthij,

why can't you force it to be on/off via parm?
Code:

//GO EXEC PGM=JEB,REGION=0M,PARM='POSIX(ON),RPTSTG(OFF) /DEBUG'


kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
deepthij
Beginner


Joined: 08 May 2009
Posts: 13
Topics: 6
Location: Bangalore

PostPosted: Thu May 14, 2009 11:46 pm    Post subject: Reply with quote

hI,
I need to findout is there any way to find whether POSIX is ON/OFF via JCL.

Thanks in advance.
Back to top
View user's profile Send private message
DaveyC
Moderator


Joined: 02 Dec 2002
Posts: 151
Topics: 3
Location: Perth, Western Australia

PostPosted: Mon May 18, 2009 12:06 am    Post subject: Reply with quote

I can think of no way in JCL to check if POSIX is on. JCL is a very basic scripting language.

What exactly is you're requirement?
_________________
Dave Crayford
Back to top
View user's profile Send private message Send e-mail
Terry_Heinze
Supermod


Joined: 31 May 2004
Posts: 391
Topics: 4
Location: Richfield, MN, USA

PostPosted: Mon May 18, 2009 11:09 am    Post subject: Reply with quote

Why are there two threads that seem to be dealing with the same initial question?
_________________
....Terry
Back to top
View user's profile Send private message Send e-mail
deepthij
Beginner


Joined: 08 May 2009
Posts: 13
Topics: 6
Location: Bangalore

PostPosted: Wed May 27, 2009 4:21 am    Post subject: Reply with quote

Hi Dave,
In my application we are calling localtime() function,
I have posted in the forum also
http://www.mvsforums.com/helpboards/viewtopic.php?t=10786
Please let me know if u have any questions.
and in my JCL we are using
//GO EXEC PGM=JEB,REGION=0M,PARM='RPTSTG(OFF) / TO=5'
From the above JCL Step, is there any parameter related to POSIX ?

Thanks,
Back to top
View user's profile Send private message
DaveyC
Moderator


Joined: 02 Dec 2002
Posts: 151
Topics: 3
Location: Perth, Western Australia

PostPosted: Fri May 29, 2009 8:09 am    Post subject: Reply with quote

If you check that link you will see I already gave you a solution.
_________________
Dave Crayford
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group