View previous topic :: View next topic |
Author |
Message |
deepthij Beginner
Joined: 08 May 2009 Posts: 13 Topics: 6 Location: Bangalore
|
Posted: Thu May 14, 2009 11:28 pm Post subject: How to know POSIX is ON or OFF in JCL |
|
|
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 |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu May 14, 2009 11:37 pm Post subject: |
|
|
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 |
|
 |
deepthij Beginner
Joined: 08 May 2009 Posts: 13 Topics: 6 Location: Bangalore
|
Posted: Thu May 14, 2009 11:46 pm Post subject: |
|
|
hI,
I need to findout is there any way to find whether POSIX is ON/OFF via JCL.
Thanks in advance. |
|
Back to top |
|
 |
DaveyC Moderator

Joined: 02 Dec 2002 Posts: 151 Topics: 3 Location: Perth, Western Australia
|
Posted: Mon May 18, 2009 12:06 am Post subject: |
|
|
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 |
|
 |
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Mon May 18, 2009 11:09 am Post subject: |
|
|
Why are there two threads that seem to be dealing with the same initial question? _________________ ....Terry |
|
Back to top |
|
 |
deepthij Beginner
Joined: 08 May 2009 Posts: 13 Topics: 6 Location: Bangalore
|
Posted: Wed May 27, 2009 4:21 am Post subject: |
|
|
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 |
|
 |
DaveyC Moderator

Joined: 02 Dec 2002 Posts: 151 Topics: 3 Location: Perth, Western Australia
|
Posted: Fri May 29, 2009 8:09 am Post subject: |
|
|
If you check that link you will see I already gave you a solution. _________________ Dave Crayford |
|
Back to top |
|
 |
|
|