Re: Spool file

2017-03-21 Thread Tim Brown
Yes we have it on a dedicated volume z22sp1 and z22sp1
and jes parms is coded accordingly.

SPOOLDEF VOLUME=Z22SP  
 
Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Joseph Reichman
Sent: Tuesday, 21 March, 2017 8:47 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Spool file


** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. 
Never supply UserID/PASSWORD information.


Hi

I'm having problems with my spool file 

SYS1.HASPACE 


It happens to be in the same pack as my parmlib And other important files 

I'm wondering can the spool file be on any pack ?

Thanks 

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Wlm and adabas\complete

2017-02-15 Thread Tim Brown
Does anyone have experience with Adabas 8.3.3 and Sags complete product (Cics 
like) 
And wlm ?

Tim Brown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: sdsf in rexx

2017-01-31 Thread Tim Brown
   
Else Do 
 l_cnt = l_cnt + 1  
 l.l_cnt = "Error in command reponse"   
End 
rc=isfcalls("OFF")  
If (l_cnt = 0) Then Do  
 l_cnt = l_cnt + 1  
 l.l_cnt = ' /* no data produced */'
End 
l.0 = l_cnt 
Address MVS "ExecIO "l_cnt" DiskW "ddnm" (Finis Stem l.)"   
l_cnt = 0   
Return  

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Tim Brown
Sent: Monday, January 30, 2017 10:58 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: sdsf in rexx

Using sdsf in rexx with command $DO JOBQ,READY,DEST

   COMMAND = '$DO JOBQ,READY,DEST'
   IF ISFCALLS('ON') <> 0 THEN EXIT 99
   ADDRESS SDSF "ISFEXEC '/"COMMAND"' (WAIT"

   DO S1 = 1 TO  ISFULOG.0
 SAY ISFULOG.S1
END

Its supposed to return the $HASP686 messages in ISFULOG array,  which are same 
as when issued at console Sometimes it does and other times it doesn't return 
anything even when there are jobs available

It just returns these 2 and not the ones with $HASP686

"CPAC  2017030  10:45:11.13 ISF031I CONSOLE DPP ACTIVATED"
"CPAC  2017030  10:45:11.13-$DO JOBQ,READY,DEST"



$DO JOBQ,READY,DEST
$HASP686 OUTPUT(FSP96A12)  ROUTECDE=LLW001
$HASP686 OUTPUT(FSP96A12)  ROUTECDE=LW001
$HASP686 OUTPUT(CAP81T43)  ROUTECDE=LOCAL
$HASP686 OUTPUT(CAP81T44)  ROUTECDE=LOCAL
$HASP686 OUTPUT(XTBPRT)ROUTECDE=LX509

Tim Brown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: sdsf in rexx

2017-01-30 Thread Tim Brown
  
End 
Else Do 
 l_cnt = l_cnt + 1  
 l.l_cnt = "Error in command reponse"   
End 
rc=isfcalls("OFF")  
If (l_cnt = 0) Then Do  
 l_cnt = l_cnt + 1  
 l.l_cnt = ' /* no data produced */'
End 
l.0 = l_cnt 
Address MVS "ExecIO "l_cnt" DiskW "ddnm" (Finis Stem l.)"   
l_cnt = 0   
Return  

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Tim Brown
Sent: Monday, January 30, 2017 10:58 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: sdsf in rexx

Using sdsf in rexx with command $DO JOBQ,READY,DEST

   COMMAND = '$DO JOBQ,READY,DEST'
   IF ISFCALLS('ON') <> 0 THEN EXIT 99
   ADDRESS SDSF "ISFEXEC '/"COMMAND"' (WAIT"

   DO S1 = 1 TO  ISFULOG.0
 SAY ISFULOG.S1
END

Its supposed to return the $HASP686 messages in ISFULOG array,  which are same 
as when issued at console Sometimes it does and other times it doesn't return 
anything even when there are jobs available

It just returns these 2 and not the ones with $HASP686

"CPAC  2017030  10:45:11.13 ISF031I CONSOLE DPP ACTIVATED"
"CPAC  2017030  10:45:11.13-$DO JOBQ,READY,DEST"



$DO JOBQ,READY,DEST
$HASP686 OUTPUT(FSP96A12)  ROUTECDE=LLW001
$HASP686 OUTPUT(FSP96A12)  ROUTECDE=LW001
$HASP686 OUTPUT(CAP81T43)  ROUTECDE=LOCAL
$HASP686 OUTPUT(CAP81T44)  ROUTECDE=LOCAL
$HASP686 OUTPUT(XTBPRT)ROUTECDE=LX509

Tim Brown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


sdsf in rexx

2017-01-30 Thread Tim Brown
Using sdsf in rexx with command $DO JOBQ,READY,DEST

   COMMAND = '$DO JOBQ,READY,DEST'
   IF ISFCALLS('ON') <> 0 THEN EXIT 99
   ADDRESS SDSF "ISFEXEC '/"COMMAND"' (WAIT"

   DO S1 = 1 TO  ISFULOG.0
 SAY ISFULOG.S1
END

Its supposed to return the $HASP686 messages in ISFULOG array,  which are same 
as when issued at console
Sometimes it does and other times it doesn't return anything even when there 
are jobs available

It just returns these 2 and not the ones with $HASP686

"CPAC  2017030  10:45:11.13 ISF031I CONSOLE DPP ACTIVATED"
"CPAC  2017030  10:45:11.13-$DO JOBQ,READY,DEST"



$DO JOBQ,READY,DEST
$HASP686 OUTPUT(FSP96A12)  ROUTECDE=LLW001
$HASP686 OUTPUT(FSP96A12)  ROUTECDE=LW001
$HASP686 OUTPUT(CAP81T43)  ROUTECDE=LOCAL
$HASP686 OUTPUT(CAP81T44)  ROUTECDE=LOCAL
$HASP686 OUTPUT(XTBPRT)ROUTECDE=LX509

Tim Brown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Subject: Member search in multiple PDS

2016-11-02 Thread Tim Brown
This works for me


//XTBSRCHM JOB 0,CLASS=A,PRTY=6,MSGCLASS=X,MSGLEVEL=(1,1)
//GENER   EXEC PGM=ICEGENER
//SYSPRINT DD SYSOUT=*
//SYSINDD DUMMY
//SYSUT1   DD *
  SRCHFOR 'ABC.'
//SYSUT2   DD DSN=&,DISP=(NEW,PASS),
//DCB=(DSORG=PS,RECFM=FB,LRECL=80),
//UNIT=SYSDA,SPACE=(TRK,1)
//SRCHFOR  PROC
//STEP01  EXEC PGM=ISRSUPC,PARM=('L SRCHCMP ANYC')
//SYSPRINT DD SYSOUT=*
//NEWDDDD DISP=SHR,DSN=
//OUTDDDD SYSOUT=*
//SYSINDD DSN=&,DISP=(OLD,KEEP)
// PEND
//SYS21   EXEC SRCHFOR,DSN1=SYS1.PROCLIB
//SYS22   EXEC SRCHFOR,DSN1=SYS2.PROCLIB
//SYS23   EXEC SRCHFOR,DSN1=SYS3.PROCLIB

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of R.S.
Sent: Wednesday, 02 November, 2016 4:52 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Subject: Member search in multiple PDS


** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. 
Never supply UserID/PASSWORD information.


W dniu 2016-11-02 o 21:34, Kenneth J. Kripke pisze:
> If you have Innovation Data Processing's products installed, 
> specifically, FDREPORT,
>
> A report can be generated based on a XDSN= dsn mask, and, then in the 
> REPORT section, you can specify DIRISPF to list the members, who updated 
> last, etc.
>
>
> The data can be sorted as well within the program.


Are we talking about searching for a string?
Recipe:
p.3.4 - DSLIST with all PDS(E)'ses needed. (***) Primary command SRCHFOR string 
END.

*** the list may contain other datasets, non-PO are welcome. Not needed 
datasets can be excluded before search.
When using REFLIST, the list can consist of totally unrelated dataset names 
like SYS1.XYZ, ABC.EDG, KHJ.BEW, etc.

--
Radoslaw Skorupka
Lodz, Poland






---
Tre tej wiadomoci moe zawiera informacje prawnie chronione Banku 
przeznaczone wycznie do uytku subowego adresata. Odbiorc moe by jedynie 
jej adresat z wyczeniem dostpu osób trzecich. Jeeli nie jeste adresatem 
niniejszej wiadomoci lub pracownikiem upowanionym do jej przekazania 
adresatowi, informujemy, e jej rozpowszechnianie, kopiowanie, rozprowadzanie 
lub inne dziaanie o podobnym charakterze jest prawnie zabronione i moe by 
karalne. Jeeli otrzymae t wiadomo omykowo, prosimy niezwocznie 
zawiadomi nadawc wysyajc odpowied oraz trwale usun t wiadomo 
wczajc w to wszelkie jej kopie wydrukowane lub zapisane na dysku.

This e-mail may contain legally privileged information of the Bank and is 
intended solely for business use of the addressee. This e-mail may only be 
received by the addressee and may not be disclosed to any third parties. If you 
are not the intended addressee of this e-mail or the employee authorized to 
forward it to the addressee, be advised that any dissemination, copying, 
distribution or any other similar activity is legally prohibited and may be 
punishable. If you received this e-mail by mistake please advise the sender 
immediately by using the reply facility in your e-mail software and delete 
permanently this e-mail including any copies of it either printed or saved to 
hard drive.

mBank S.A. z siedzib w Warszawie, ul. Senatorska 18, 00-950 Warszawa, 
www.mBank.pl, e-mail: kont...@mbank.pl
Sd Rejonowy dla m. st. Warszawy XII Wydzia Gospodarczy Krajowego Rejestru 
Sdowego, nr rejestru przedsibiorców KRS 025237, NIP: 526-021-50-88. 
Wedug stanu na dzie 01.01.2016 r. kapita zakadowy mBanku S.A. (w caoci 
wpacony) wynosi 168.955.696 zotych.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


ibm afp print driver for windows 10

2016-08-05 Thread Tim Brown
Not sure if this is proper forum, looking for IBM AFP Print Driver that 
supports Windows 10
The last one I had worked on Windows 7.

Tim Brown
Central Hudson Gas & Electric

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Xmitip font control

2016-06-25 Thread Tim Brown

Can xmitip process multiple fonts that are referenced with the 0,1,2,3 values 
in position 1 of a print dataset that are controlled via the chars= parameters 
within typical AFP jcl.


Sent from my Verizon Wireless 4G LTE smartphone

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: rexx and tso alllocate

2016-03-03 Thread Tim Brown

No I havent will research

Thanks

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Thursday, 03 March, 2016 11:04 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: rexx and tso alllocate


** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. 
Never supply UserID/PASSWORD information.


If you are a jes2 shop, have you looked at the ISFEXEC (SDSF REXX) to do some 
of this work?

Lizette


-Original Message-
>From: Tim Brown <tbr...@cenhud.com>
>Sent: Mar 3, 2016 8:31 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: rexx and tso alllocate
>
>Briefly,  I have a home grown process that takes selected output files from 
>the Jes2 spool via an external writer and writes them to a combined dataset 
>with separators. I then read the results via REXX and create individual files 
>that are processed via TXT2PDF to create pdfs. Some of the resulting pdfs were 
>not taking the width of the page and I thought it was related to files whose 
>actual lrecl was quite less than the lrecl of 300 that was used to capture all 
>files originally. That was not the case, it was the zoom parameter on the font 
>statement, by making it 100 it fit the page perfectly.
>
>I am ok for now , but since I started this thread, how do others create PDF's 
>from Jes2 spool output?
>
>Appreciated as always!
>
>Tim
>
>
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
>On Behalf Of Bill Woodger
>Sent: Wednesday, 02 March, 2016 4:16 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: rexx and tso alllocate
>
>
>** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / 
>attachments. Never supply UserID/PASSWORD information.
>
>
>Joel Ewing has made a valid point about programs potentially having LRECL 
>expectations. COBOL is good for that.
>
>Tim Brown is silent on what he actually wants to do this for. Until then it's 
>difficult to suggest something concrete. Ditch the blocksize has been said, 
>making the LRECL smaller has no obvious benefit has been said. Just to add 
>that the LRECL can always be "overridden" on the DD for a subsequent reference.
>
>
>On Wednesday, 2 March 2016 08:24:22 UTC, Ted MacNEIL  wrote:
>> Why not just create a VBA file with a very long LRECL and not worry about it 
>> at all? Longer  LRECLs don't introduce any more ov‎eReader than short ones.
>> 
>> -teD
>>   Original Message
>> From: Kjell Holmborg
>> Sent: Wednesday, March 2, 2016 02:54
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Reply To: IBM Mainframe Discussion List
>> Subject: Re: rexx and tso alllocate
>> 
>> One suggestion might be that your rexx program writes records to a stem 
>> variable and you could keep track of the longest record and then just before 
>> writing the contents of the stem variables to the dataset you do a TSO 
>> Allocate with the longest record as a variable to the ALLOCATE command.
>> 
>> /Kjell
>>

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: rexx and tso alllocate

2016-03-03 Thread Tim Brown
Briefly,  I have a home grown process that takes selected output files from the 
Jes2 spool via an external writer and writes them to a combined dataset with 
separators. I then read the results via REXX and create individual files that 
are processed via TXT2PDF to create pdfs. Some of the resulting pdfs were not 
taking the width of the page and I thought it was related to files whose actual 
lrecl was quite less than the lrecl of 300 that was used to capture all files 
originally. That was not the case, it was the zoom parameter on the font 
statement, by making it 100 it fit the page perfectly.

I am ok for now , but since I started this thread, how do others create PDF's 
from Jes2 spool output?

Appreciated as always!

Tim



-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Bill Woodger
Sent: Wednesday, 02 March, 2016 4:16 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: rexx and tso alllocate


** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. 
Never supply UserID/PASSWORD information.


Joel Ewing has made a valid point about programs potentially having LRECL 
expectations. COBOL is good for that.

Tim Brown is silent on what he actually wants to do this for. Until then it's 
difficult to suggest something concrete. Ditch the blocksize has been said, 
making the LRECL smaller has no obvious benefit has been said. Just to add that 
the LRECL can always be "overridden" on the DD for a subsequent reference.


On Wednesday, 2 March 2016 08:24:22 UTC, Ted MacNEIL  wrote:
> Why not just create a VBA file with a very long LRECL and not worry about it 
> at all? Longer  LRECLs don't introduce any more ov‎eReader than short ones.
> 
> -teD
>   Original Message
> From: Kjell Holmborg
> Sent: Wednesday, March 2, 2016 02:54
> To: IBM-MAIN@LISTSERV.UA.EDU
> Reply To: IBM Mainframe Discussion List
> Subject: Re: rexx and tso alllocate
> 
> One suggestion might be that your rexx program writes records to a stem 
> variable and you could keep track of the longest record and then just before 
> writing the contents of the stem variables to the dataset you do a TSO 
> Allocate with the longest record as a variable to the ALLOCATE command.
> 
> /Kjell
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: rexx and tso alllocate

2016-03-01 Thread Tim Brown
Yes to  "So if you write X records and determine you need a different lrecl?" 

I will try your suggestions:  An IF Statement with a different ALLOC
statement with REUSE or MOD might do it.  Or you may need to FREE and ALLOC as 
needed.

Tim


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Tuesday, 01 March, 2016 9:40 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: rexx and tso alllocate


** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. 
Never supply UserID/PASSWORD information.


I am not clear on the question.

You can change the attributes (with REXX, IEBGENER, IEBCOPY, Home grown 
program) when you open and update the file then close it with different 
LRECL/BLKSIZE.

This is how a PDS can be damaged using IEBGENER without specifying a member.

Does that answer your question?  If not, could you provide more details?  
So if you write X records and determine you need a different lrecl? Is that the
question?   So I would think yes.  An IF Statement with a different ALLOC
statement with REUSE or MOD might do it.  Or you may need to FREE and ALLOC as 
needed.

It would help to understand your process better.


You might also try the TSO-REXX list as they might have samples already.
To join, if you have not done so, go to this URL (bottom of Webpage)
TSO REXX
https://urldefense.proofpoint.com/v2/url?u=http-3A__www2.marist.edu_htbin_wlvindex-3FTSO-2DREXX=BQICAg=BY0WRPt8vrhqs_gNwjcMsqT0O3k78MJMGj95ah0eDEA=zOHsw49ELZowM6Rv-ZAKUiUor2SACQLxb608FGcJw4s=bM0NTXdwW9eabn9mdvuu-6MP8KRnnsfwabTXcgeapQA=PlDsZ-ErvHWkoKKFXePJ8Tur6Y-zcKecaxSDIVGfJN8=
 


Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
> On Behalf Of Tim Brown
> Sent: Tuesday, March 01, 2016 7:31 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: rexx and tso alllocate
> 
> In a rexx program I have an allocate, Can the DCB be changed after all 
> the records are written to it, If I know there are not any records in 
> it up to a certain size.
> 
> 'ALLOC DA('PDSNF') F ('DDJOB')
>   SP (40,5) CYLINDERS UNIT(3390) VOLUME(WRK007) RELEASE
>   DSORG(PS) RECFM( V B A ) LRECL(304) BLKSIZE(27900)'
> 
> Thanks,
> Tim Brown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


rexx and tso alllocate

2016-03-01 Thread Tim Brown
In a rexx program I have an allocate, Can the DCB be changed after all the 
records are written to it,
If I know there are not any records in it up to a certain size.

'ALLOC DA('PDSNF') F ('DDJOB')
  SP (40,5) CYLINDERS UNIT(3390) VOLUME(WRK007) RELEASE
  DSORG(PS) RECFM( V B A ) LRECL(304) BLKSIZE(27900)'

Thanks,
Tim Brown
Supervisor Computer Operations
Central Hudson Gas & Electric
284 South Ave
Poughkeepsie, NY 12601
Email: tbr...@cenhud.com <<mailto:tbr...@cenhud.com>>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255

"This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments."


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zfs question root growth

2016-02-19 Thread Tim Brown
I took defaults so  if that used root for dead letter directory then I need to 
change
I am in infancy and the only one testing.

Still need to tweak


Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Friday, 19 February, 2016 10:18 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zfs question root growth


** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. 
Never supply UserID/PASSWORD information.


So here is the message text.  Did you do the displays suggested in the message?


EZD1860I jobname STORAGE SHORTAGE DETECTED IN THE z/OS UNIX FILE SYSTEM DEAD 
LETTER DIRECTORY Explanation The Communications Server SMTP (CSSMTP) 
application detected that storage use in the z/OSR UNIX file system dead letter 
directory exceeds 75%.
In the message text:

Jobname The job name of the task that started the CSSMTP application. 

System action

Processing continues.
Operator response

Contact the system programmer.
System programmer response
A possible cause for this error is that the UNIX file system that contains the 
dead letter directory is full or nearly full. If this is the cause of the 
error, perform one of the following:

Determine what can be deleted in the file system and delete it.
Change the DeadLetterDirectory configuration statement to be a directory on 
a different file system and issue a MODIFY REFRESH command to use the new 
directory.

If the problem persists, then either issue a MODIFY SUSPEND command or change 
the DeadLetterAction configuration statement to DELETE.

Determine whether you need to issue the MODIFY SUSPEND command.

Issue the MODIFY D,SPOOLSTATUS,SUMMARY command to determine the number of 
mail messages that are in the pending or long retry state for each JES task.
>From the summary report, obtain the TKID value that has pending or long retry 
>mail messages, then issue the MODIFY D,SPOOLSTATUS,DETAIL,TKID=tkid command to 
>display detail information for the specific JES task.
If there is a large number of mail messages in long retry, then there might 
be a problem with the mail servers. Issue the MODIFY SUSPEND command to suspend 
new JES spool file processing until the problem is resolved. If messages 
EZD1817I, EZD1818I or EZD1819I are in the log, they might help in determining 
the problem. See EZD1817I, EZD1818I, or EZD1819I for more information.
Delete all unneeded dead letters to free some space in the z/OS UNIX file 
system dead letter directory.

See the information about the UNDELIVERABLE statement in z/OS Communications
Server: IP Configuration Reference for more information about z/OS UNIX file 
system dead letter directory.

So you placed the dead letter queue in the ROOT instead of in sub directory?

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
> On Behalf Of Tim Brown
> Sent: Friday, February 19, 2016 8:09 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: zfs question root growth
> 
> What started this was my testing of CSSMTP using a 5 pack Z/OS 
> replicated system.
> 
> I got this message:
> 
> EZD1860I CSSMTP STORAGE SHORTAGE DETECTED IN THE Z/OS UNIX FILE SYSTEM 
> DEAD LETTER DIRECTORY
> 
> I will proceed to point this directory outside of root for now.
> 
> I believe I have aggregate grow turned on, How can I verify?
> 
> There's 2600 free cyls on volume where OMVS.ROOT resides
> 
> Thanks for all your Z-replies
> 
> Tim
> Z!
> 
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
> On Behalf Of Lizette Koehler
> Sent: Friday, 19 February, 2016 9:50 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: zfs question root growth
> 
> 
> ** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / 
> attachments. Never supply UserID/PASSWORD information.
> 
> 
> Are you looking for a monitoring tool?
> 
> There are IOE messages that come out in syslog indicating utilization 
> on zFS files.  So you could look at those from an external perspective.
> 
> Manually, you can use ISPF 3.17 to look at specific files and see what 
> they look like.
> 
> I have not done this, but I think RMF may have something for zFS files.
> 
> Could you provide more details on what you are looking for?
> 
> Do you have aggregate grow turned on ?  What version of zFS are you using?
> Version 3/4/5?
> How much space is available on the volume for your root?
> 
> In my mind, a ROOT should be fairly static.  SYMLINKs and non-growing files.
> 
> What files do you have in your ROOT that maybe should be under /etc 
> /lpp /user and so forth?
> 
> 
> Lizette
> 
> 
> > -Original Message-
> > From: IBM Mainframe Discu

Re: zfs question root growth

2016-02-19 Thread Tim Brown
What started this was my testing of CSSMTP using a 5 pack Z/OS replicated 
system.

I got this message:

EZD1860I CSSMTP STORAGE SHORTAGE DETECTED IN THE Z/OS UNIX FILE SYSTEM 
DEAD LETTER DIRECTORY  

I will proceed to point this directory outside of root for now.

I believe I have aggregate grow turned on, How can I verify?

There's 2600 free cyls on volume where OMVS.ROOT resides

Thanks for all your Z-replies

Tim
Z!

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Friday, 19 February, 2016 9:50 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zfs question root growth


** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. 
Never supply UserID/PASSWORD information.


Are you looking for a monitoring tool?

There are IOE messages that come out in syslog indicating utilization on zFS 
files.  So you could look at those from an external perspective.

Manually, you can use ISPF 3.17 to look at specific files and see what they 
look like.

I have not done this, but I think RMF may have something for zFS files.

Could you provide more details on what you are looking for?

Do you have aggregate grow turned on ?  What version of zFS are you using?
Version 3/4/5?
How much space is available on the volume for your root?

In my mind, a ROOT should be fairly static.  SYMLINKs and non-growing files.

What files do you have in your ROOT that maybe should be under /etc /lpp /user 
and so forth?


Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
> On Behalf Of Tim Brown
> Sent: Friday, February 19, 2016 7:42 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: zfs question root growth
> 
> Is there a way to determine where space is allocated in ZFS to find 
> which directories use the most space. Our root is low on free space 
> and I am concerned about its ability to grow.
> 
> Thanks,
> Tim Brown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


zfs question root growth

2016-02-19 Thread Tim Brown
Is there a way to determine where space is allocated in ZFS to find which 
directories
use the most space. Our root is low on free space and I am concerned about its
ability to grow.

Thanks,
Tim Brown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Zfs issues

2016-02-19 Thread Tim Brown
Is this the forum for ZFS topics or is there another forum

Thanks,
Tim Brown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


SNTPD return code 13

2016-02-09 Thread Tim Brown
Attempting to start SNTPD with -df /var/sntpd.debug
fails with RC 13, with just -d  it starts but I need to see debug messages


//SNTPDEXEC PGM=SNTPD,REGION=4096K,TIME=NOLIMIT,
// PARM='-df /var/sntpd.debug'



Tim Brown
Central Hudson Gas & Electric

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: any shops hiring in DFW?

2015-12-02 Thread Tim Brown
Check Hudson Valley NY , opening available

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Mark Post
Sent: Tuesday, 01 December, 2015 9:49 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: any shops hiring in DFW?


**THIS IS AN EXTERNAL EMAIL**
 Do not open links or attachments unless you trust the sender and never provide 
USER ID or PASSWORD information.


__
>>> On 12/1/2015 at 04:56 PM, John McKown  wrote: 
> I know it's a long shot, but does anybody know of any z/OS shops 
> around DFW who are hiring or may start in 2016? Looks like it is 
> definite that this place will be gone 2Q2016 at the very latest.

Based on what I've been seeing lately, you may wind up having to move.  If you 
do, however, I've seen a number of jobs that require mainframe skills, as well 
as Linux, and even z/VM.  Since that seems to fall into your areas of interest, 
you might want to consider it.


Mark Post

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


U0493 abends

2015-10-29 Thread Tim Brown
Starting to get U4903 abends with FTP steps, will be calling support but has 
anyone seen this


CEE3798I ATTEMPTING TO TAKE A DUMP FOR ABEND U4093 TO DATA SET: 
CAP.D302.T0200069.CAP97G55
IGD101I SMS ALLOCATED TO DDNAME (SYS1)  474
DSN (CAP.D302.T0200069.CAP97G55  )
STORCLAS (PRODSC) MGMTCLAS () DATACLAS ()
VOL SER NOS= PRODS2
IGD104I CAP.D302.T0200069.CAP97G55   RETAINED,  DDNAME=SYS1
IEA822I COMPLETE TRANSACTION DUMP WRITTEN TO CAP.D302.T0200069.CAP97G55
CEE3797I LANGUAGE ENVIRONMENT HAS DYNAMICALLY CREATED A DUMP.
IEA995I SYMPTOM DUMP OUTPUT  514
  USER COMPLETION CODE=4093 REASON CODE=0090
 TIME=02.00.06  SEQ=04204  CPU=  ASID=0042
 PSW AT TIME OF ERROR  078D1000   80008EBC  ILC 2  INTC 0D
   ACTIVE LOAD MODULE   ADDRESS=7158  OFFSET=1D64

Thanks,
Tim Brown
Supervisor Computer Operations
Central Hudson Gas & Electric
284 South Ave
Poughkeepsie, NY 12601
Email: tbr...@cenhud.com <<mailto:tbr...@cenhud.com>>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255

"This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments."


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: U0493 abends

2015-10-29 Thread Tim Brown
Just 

CEE3798I ATTEMPTING TO TAKE A DUMP FOR ABEND U4093 TO DATA SET: CAP.D302.T02000
CEE3797I LANGUAGE ENVIRONMENT HAS DYNAMICALLY CREATED A DUMP.

Where do I get CEE trace?

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Thursday, 29 October, 2015 9:55 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: U0493 abends

What CEE messages did you see in the trace?  
Did you get CEE5101C 

Please provide the cee trace (probably first 50 lines would be good.

Need to see the TRACE and any additional CEE messages.

This is the source trace not the actual SYSMDUMP or SYSUDUMP text.  Clear  text 
summary dump.

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
> On Behalf Of Tim Brown
> Sent: Thursday, October 29, 2015 4:28 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: U0493 abends
> 
> Starting to get U4903 abends with FTP steps, will be calling support 
> but has
anyone
> seen this
> 
> 
> CEE3798I ATTEMPTING TO TAKE A DUMP FOR ABEND U4093 TO DATA SET:
> CAP.D302.T0200069.CAP97G55 IGD101I SMS ALLOCATED TO DDNAME (SYS1)
> 474
> DSN (CAP.D302.T0200069.CAP97G55  )
> STORCLAS (PRODSC) MGMTCLAS () DATACLAS ()
> VOL SER NOS= PRODS2
> IGD104I CAP.D302.T0200069.CAP97G55   RETAINED,
DDNAME=SYS1
> IEA822I COMPLETE TRANSACTION DUMP WRITTEN TO
> CAP.D302.T0200069.CAP97G55 CEE3797I LANGUAGE ENVIRONMENT HAS 
> DYNAMICALLY CREATED A DUMP.
> IEA995I SYMPTOM DUMP OUTPUT  514
>   USER COMPLETION CODE=4093 REASON CODE=0090
>  TIME=02.00.06  SEQ=04204  CPU=  ASID=0042
>  PSW AT TIME OF ERROR  078D1000   80008EBC  ILC 2  INTC 0D
>    ACTIVE LOAD MODULE   ADDRESS=7158  OFFSET=1D64
> 
> Thanks,
> Tim Brown
> Supervisor Computer Operations
> Central Hudson Gas & Electric
> 284 South Ave
> Poughkeepsie, NY 12601
> Email: tbr...@cenhud.com <<mailto:tbr...@cenhud.com>>
> Phone: 845-486-5643
> Fax: 845-486-5921
> Cell: 845-235-4255
> 

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: U0493 abends

2015-10-29 Thread Tim Brown
I have //CEEDUMP  DD SYSOUT=*   in the FTPD proc
No //CEEDUMP in user job, Is CAP.D302.T0200069.CAP97G55 the file you are 
referring to

IEA822I COMPLETE TRANSACTION DUMP WRITTEN TO
> > CAP.D302.T0200069.CAP97G55 CEE3797I LANGUAGE ENVIRONMENT HAS 
> > DYNAMICALLY CREATED A DUMP.

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Thursday, 29 October, 2015 1:58 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: U0493 abends

In the output of the job/stc there should be a CEE DD name which has the trace.

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
> On Behalf Of Tim Brown
> Sent: Thursday, October 29, 2015 9:36 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: U0493 abends
> 
> Just
> 
> CEE3798I ATTEMPTING TO TAKE A DUMP FOR ABEND U4093 TO DATA SET:
> CAP.D302.T02000 CEE3797I LANGUAGE ENVIRONMENT HAS DYNAMICALLY CREATED 
> A DUMP.
> 
> Where do I get CEE trace?
> 
> Tim
> 
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
> On Behalf Of Lizette Koehler
> Sent: Thursday, 29 October, 2015 9:55 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: U0493 abends
> 
> What CEE messages did you see in the trace?
> Did you get CEE5101C
> 
> Please provide the cee trace (probably first 50 lines would be good.
> 
> Need to see the TRACE and any additional CEE messages.
> 
> This is the source trace not the actual SYSMDUMP or SYSUDUMP text.  
> Clear
text
> summary dump.
> 
> Lizette
> 
> 
> > -Original Message-
> > From: IBM Mainframe Discussion List 
> > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tim Brown
> > Sent: Thursday, October 29, 2015 4:28 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: U0493 abends
> >
> > Starting to get U4903 abends with FTP steps, will be calling support 
> > but has
> anyone
> > seen this
> >
> >
> > CEE3798I ATTEMPTING TO TAKE A DUMP FOR ABEND U4093 TO DATA SET:
> > CAP.D302.T0200069.CAP97G55 IGD101I SMS ALLOCATED TO DDNAME 
> > (SYS1)
> > 474
> > DSN (CAP.D302.T0200069.CAP97G55  )
> > STORCLAS (PRODSC) MGMTCLAS () DATACLAS ()
> > VOL SER NOS= PRODS2
> > IGD104I CAP.D302.T0200069.CAP97G55   RETAINED,
> DDNAME=SYS1
> > IEA822I COMPLETE TRANSACTION DUMP WRITTEN TO
> > CAP.D302.T0200069.CAP97G55 CEE3797I LANGUAGE ENVIRONMENT HAS 
> > DYNAMICALLY CREATED A DUMP.
> > IEA995I SYMPTOM DUMP OUTPUT  514
> >   USER COMPLETION CODE=4093 REASON CODE=0090
> >  TIME=02.00.06  SEQ=04204  CPU=  ASID=0042
> >  PSW AT TIME OF ERROR  078D1000   80008EBC  ILC 2  INTC 0D
> >ACTIVE LOAD MODULE   ADDRESS=7158  OFFSET=1D64
> >
> > Thanks,
> > Tim Brown
> > Supervisor Computer Operations
> > Central Hudson Gas & Electric
> > 284 South Ave
> > Poughkeepsie, NY 12601
> > Email: tbr...@cenhud.com <<mailto:tbr...@cenhud.com>>
> > Phone: 845-486-5643
> > Fax: 845-486-5921
> > Cell: 845-235-4255
> >
> 

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: U0493 abends

2015-10-29 Thread Tim Brown
The ids all have OMVS segments

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Thursday, 29 October, 2015 2:12 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: U0493 abends

Can you verify what I put in here?  A google search of this error along with 
FTP comes up with possible no OMVS segment on the ID.

What z/OS are you running 2.1?  when did you convert?  Just recently?  
BPX.DEFAULT.USER is no longer used.
_
Dave Jousma
Assistant Vice President, Mainframe Engineering david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Thursday, October 29, 2015 9:37 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: U0493 abends

Is there a CEE5101C During Initialization, The Callable Service BPX1MSS Failed 
message along with it?   Are you on z/OS 2.1?   Does the userid have an OMVS 
segment?  

_
Dave Jousma
Assistant Vice President, Mainframe Engineering david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Tim Brown
Sent: Thursday, October 29, 2015 7:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: U0493 abends

Starting to get U4903 abends with FTP steps, will be calling support but has 
anyone seen this


CEE3798I ATTEMPTING TO TAKE A DUMP FOR ABEND U4093 TO DATA SET: 
CAP.D302.T0200069.CAP97G55 IGD101I SMS ALLOCATED TO DDNAME (SYS1)  474
DSN (CAP.D302.T0200069.CAP97G55  )
STORCLAS (PRODSC) MGMTCLAS () DATACLAS ()
VOL SER NOS= PRODS2
IGD104I CAP.D302.T0200069.CAP97G55   RETAINED,  DDNAME=SYS1
IEA822I COMPLETE TRANSACTION DUMP WRITTEN TO CAP.D302.T0200069.CAP97G55 
CEE3797I LANGUAGE ENVIRONMENT HAS DYNAMICALLY CREATED A DUMP.
IEA995I SYMPTOM DUMP OUTPUT  514
  USER COMPLETION CODE=4093 REASON CODE=0090
 TIME=02.00.06  SEQ=04204  CPU=  ASID=0042
 PSW AT TIME OF ERROR  078D1000   80008EBC  ILC 2  INTC 0D
   ACTIVE LOAD MODULE   ADDRESS=7158  OFFSET=1D64

Thanks,
Tim Brown
Supervisor Computer Operations
Central Hudson Gas & Electric
284 South Ave
Poughkeepsie, NY 12601
Email: tbr...@cenhud.com <<mailto:tbr...@cenhud.com>>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255

"This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments."


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email t

Re: U0493 abends

2015-10-29 Thread Tim Brown
I believe this is related to my batch racf ids sharing same uid, I have altered 
them to be unique.

MAXPROCUSER(25)

Specify the maximum number of processes that a single user   
(that is, with the same UID) is allowed to have concurrently 
active regardless of origin. 

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gross, Randall [PRI-1PP]
Sent: Thursday, 29 October, 2015 2:28 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: U0493 abends

How about the default or current logon  group for the id?   Does it have an 
OMVS segment?

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Tim Brown
Sent: Thursday, October 29, 2015 2:21 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: U0493 abends

The ids all have OMVS segments

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Thursday, 29 October, 2015 2:12 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: U0493 abends

Can you verify what I put in here?  A google search of this error along with 
FTP comes up with possible no OMVS segment on the ID.

What z/OS are you running 2.1?  when did you convert?  Just recently?  
BPX.DEFAULT.USER is no longer used.
_
Dave Jousma
Assistant Vice President, Mainframe Engineering david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Thursday, October 29, 2015 9:37 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: U0493 abends

Is there a CEE5101C During Initialization, The Callable Service BPX1MSS Failed 
message along with it?   Are you on z/OS 2.1?   Does the userid have an OMVS 
segment?  

_
Dave Jousma
Assistant Vice President, Mainframe Engineering david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Tim Brown
Sent: Thursday, October 29, 2015 7:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: U0493 abends

Starting to get U4903 abends with FTP steps, will be calling support but has 
anyone seen this


CEE3798I ATTEMPTING TO TAKE A DUMP FOR ABEND U4093 TO DATA SET: 
CAP.D302.T0200069.CAP97G55 IGD101I SMS ALLOCATED TO DDNAME (SYS1)  474
DSN (CAP.D302.T0200069.CAP97G55  )
STORCLAS (PRODSC) MGMTCLAS () DATACLAS ()
VOL SER NOS= PRODS2
IGD104I CAP.D302.T0200069.CAP97G55   RETAINED,  DDNAME=SYS1
IEA822I COMPLETE TRANSACTION DUMP WRITTEN TO CAP.D302.T0200069.CAP97G55 
CEE3797I LANGUAGE ENVIRONMENT HAS DYNAMICALLY CREATED A DUMP.
IEA995I SYMPTOM DUMP OUTPUT  514
  USER COMPLETION CODE=4093 REASON CODE=0090
 TIME=02.00.06  SEQ=04204  CPU=  ASID=0042
 PSW AT TIME OF ERROR  078D1000   80008EBC  ILC 2  INTC 0D
   ACTIVE LOAD MODULE   ADDRESS=7158  OFFSET=1D64

Thanks,
Tim Brown
Supervisor Computer Operations
Central Hudson Gas & Electric
284 South Ave
Poughkeepsie, NY 12601
Email: tbr...@cenhud.com <<mailto:tbr...@cenhud.com>>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255

"This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments."


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

This e-mail transmission contains information that is confidential and may be 
privileged.   It is inten

Re: RE-IPL for the Daylight to Standard time conversion?

2015-10-27 Thread Tim Brown
Yes, systems without STP, we also have similar DR site, I can test this.

I was always concerned since we have Adabas and wasn’t sure how transaction 
logs (PLOGS)  would be affected.

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Dana Mitchell
Sent: Tuesday, 27 October, 2015 9:46 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: RE-IPL for the Daylight to Standard time conversion?

On Mon, 26 Oct 2015 23:25:36 +, Tim Brown <tbr...@cenhud.com> wrote:

>How does one handle a 1 hour back time change within a monoplex or sysplex. We 
>have always had in issue with the SYS1 xcf , wlm and logr files and the fall 
>time change. We just shutdown, wait one hour and come back up.
>

When you say 'monoplex or sysplex' do you mean system(s) without STP (or 
sysplex timers)?   At our DR site we have a single CEC that does not have STP.  
The hardware clock is still set to UTC, and the time change is accomplished by 
issuing SET TIMEZONE commands on each LPAR.

Dana

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: RE-IPL for the Daylight to Standard time conversion?

2015-10-26 Thread Tim Brown
How does one handle a 1 hour back time change within a monoplex or sysplex. We 
have always had in issue with the SYS1 xcf , wlm and logr files and the fall 
time change. We just shutdown, wait one hour and come back up.

I would like to see how others handle this!

Tim Brown


Sent from my Verizon Wireless 4G LTE smartphone


 Original message 
From: Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu>
Date: 10/26/2015 5:35 PM (GMT-05:00)
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: RE-IPL for the Daylight to Standard time conversion?

On Mon, 26 Oct 2015 14:28:14 -0700, Charles Mills  wrote:
>
>Can anyone enlighten me? Why might our datacenter need or want to IPL for
>the Daylight to Standard time conversion?
>
Atavistic applications.  I doubt there's any such residue in the OS.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Catalog Entry Deletion using a String

2015-08-16 Thread Tim Brown
I meant to state when there is a large number of files to process.





Sent from my Verizon Wireless 4G LTE smartphone


 Original message 
From: Tim Brown tbr...@cenhud.com
Date: 08/15/2015 10:40 AM (GMT-05:00)
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Catalog Entry Deletion using a String

As a takeoff on this what is the easiest way to rename hlqold.*.** to 
hlqnew.*.**

In most cases vsam files aren't in the mix.



Sent from my Verizon Wireless 4G LTE smartphone


 Original message 
From: DanD mvs-j...@sympatico.ca
Date: 08/15/2015 9:58 AM (GMT-05:00)
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Catalog Entry Deletion using a String

Thanks Lizette.

The double * must be new (within the last 25 years :-) ).
Back in the day only a single * could be used to replace a single qualifier.
It was great for GDSs (ie. HLQ.GDGBASE.*).

Dan D

-Original Message-
From: Lizette Koehler
Sent: Friday, August 14, 2015 7:27 PM Newsgroups: bit.listserv.ibm-main
Subject: Re: .Re: Catalog Entry Deletion using a String

The z/OS needs to be at z/OS V1.11 or higher I think for this mask process
to work.

Lizette


-Original Message-
From: Lizette Koehler stars...@mindspring.com
Sent: Aug 14, 2015 4:00 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: .Re: Catalog Entry Deletion using a String

So in TSO HELP DELETE there are two options

MASK - The entryname is a MASK filter used to select a range of catalog
entries to be deleted.

NOMASK   - the entryname is the name of a catalog entry to be deleted.


I have not worked with MASK yet, but might be worth a check out.

Or HLQ.** should work as well.


Lizette


-Original Message-
From: Mike Schwab mike.a.sch...@gmail.com
Sent: Aug 14, 2015 3:18 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: .Re: Catalog Entry Deletion using a String

Correct. HLQ.** (two asterisks) covers 0-22 levels of qualifiers.

On Fri, Aug 14, 2015 at 5:05 PM, DanD mvs-j...@sympatico.ca wrote:
 Is my head back in the 70's?

 It used to be that DELETE HLQ.* would only delete the single level
 after
 HLQ.  If the DSN was HLQ.ONE.TWO it would NOT be deleted.
 I couldn't see anything in H DELETE under TSO to explain how it
 handles
 generics.

 Dan D

 -Original Message- From: Lizette Koehler
 Sent: Thursday, August 13, 2015 12:14 PM Newsgroups:
 bit.listserv.ibm-main
 Subject: Re: Catalog Entry Deletion using a String

 Yes.  As others stated, look at the HELP DELETE under TSO.

 I always back up what I am going to delete just in-case there is
 something
 in there I want to keep.

 You can also use DFDSS to DUMP DELETE as well.

 Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Peter
 Sent: Thursday, August 13, 2015 8:20 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Catalog Entry Deletion using a String

 Hello All,

 Is it possible to delete a catalog entry using a first HLQ alone ?

 Like deleting all entry of ZOS21.** instead of specifying each and
 every
 qualified dataset  ?

 Peter

--
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Catalog Entry Deletion using a String

2015-08-15 Thread Tim Brown
As a takeoff on this what is the easiest way to rename hlqold.*.** to 
hlqnew.*.**

In most cases vsam files aren't in the mix.



Sent from my Verizon Wireless 4G LTE smartphone


 Original message 
From: DanD mvs-j...@sympatico.ca
Date: 08/15/2015 9:58 AM (GMT-05:00)
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Catalog Entry Deletion using a String

Thanks Lizette.

The double * must be new (within the last 25 years :-) ).
Back in the day only a single * could be used to replace a single qualifier.
It was great for GDSs (ie. HLQ.GDGBASE.*).

Dan D

-Original Message-
From: Lizette Koehler
Sent: Friday, August 14, 2015 7:27 PM Newsgroups: bit.listserv.ibm-main
Subject: Re: .Re: Catalog Entry Deletion using a String

The z/OS needs to be at z/OS V1.11 or higher I think for this mask process
to work.

Lizette


-Original Message-
From: Lizette Koehler stars...@mindspring.com
Sent: Aug 14, 2015 4:00 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: .Re: Catalog Entry Deletion using a String

So in TSO HELP DELETE there are two options

MASK - The entryname is a MASK filter used to select a range of catalog
entries to be deleted.

NOMASK   - the entryname is the name of a catalog entry to be deleted.


I have not worked with MASK yet, but might be worth a check out.

Or HLQ.** should work as well.


Lizette


-Original Message-
From: Mike Schwab mike.a.sch...@gmail.com
Sent: Aug 14, 2015 3:18 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: .Re: Catalog Entry Deletion using a String

Correct. HLQ.** (two asterisks) covers 0-22 levels of qualifiers.

On Fri, Aug 14, 2015 at 5:05 PM, DanD mvs-j...@sympatico.ca wrote:
 Is my head back in the 70's?

 It used to be that DELETE HLQ.* would only delete the single level
 after
 HLQ.  If the DSN was HLQ.ONE.TWO it would NOT be deleted.
 I couldn't see anything in H DELETE under TSO to explain how it
 handles
 generics.

 Dan D

 -Original Message- From: Lizette Koehler
 Sent: Thursday, August 13, 2015 12:14 PM Newsgroups:
 bit.listserv.ibm-main
 Subject: Re: Catalog Entry Deletion using a String

 Yes.  As others stated, look at the HELP DELETE under TSO.

 I always back up what I am going to delete just in-case there is
 something
 in there I want to keep.

 You can also use DFDSS to DUMP DELETE as well.

 Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Peter
 Sent: Thursday, August 13, 2015 8:20 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Catalog Entry Deletion using a String

 Hello All,

 Is it possible to delete a catalog entry using a first HLQ alone ?

 Like deleting all entry of ZOS21.** instead of specifying each and
 every
 qualified dataset  ?

 Peter

--
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


submit restriction

2015-08-05 Thread Tim Brown
Can submit be restricted to only using TYPRUN=SCAN, we have some consultants 
analyzing our system
and they would like to see expanded JCL but we cant let them execute it.

Thanks,
Tim Brown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


tcpip.tcpip.data and NSINTERADDR

2015-07-30 Thread Tim Brown
Can TCPIP be refreshed to read in an updated copy of TCPIP.TCPIP.DATA
with a new entry for NSINTERADDR without having to restart TCPIP

Tim



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: tcpip.tcpip.data and NSINTERADDR

2015-07-30 Thread Tim Brown
Thanks, I was subscribed but when I try and send to ibmtc...@vm.marist.edu
It fails

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Thursday, 30 July, 2015 1:20 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: tcpip.tcpip.data and NSINTERADDR

Url that was missing

https://urldefense.proofpoint.com/v2/url?u=http-3A__www2.marist.edu_htbin_wlvindex-3FIBMTCP-2DLd=BQICAgc=BY0WRPt8vrhqs_gNwjcMsqT0O3k78MJMGj95ah0eDEAr=zOHsw49ELZowM6Rv-ZAKUiUor2SACQLxb608FGcJw4sm=8dDLqn22CE8STSiUMCRxW0-oumkbE0WT9A_BMIdcYycs=fNM_j5P38D_jFNVl16t_GEUyYhzAYg6rIJ-KlWPSKZse=
 

Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On Behalf Of Lizette Koehler
 Sent: Thursday, July 30, 2015 10:19 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: tcpip.tcpip.data and NSINTERADDR
 
 Also, if you were not aware, there is a TCPIP list that might be a 
 good
place to
 post as well.
 
 To join, if you have not done so
 
 TCPIP To subscribe, send mail to lists...@vm.marist.edu  with
 the
 command (paste it!) in the e-mail message body:
 SUBSCRIBE IBMTCP-L
 Or this url and go to the bottom of the webpage:
 
 
 Lizette
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-
 m...@listserv.ua.edu]
  On Behalf Of Lizette Koehler
  Sent: Thursday, July 30, 2015 10:18 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: tcpip.tcpip.data and NSINTERADDR
 
  I am not sure, but does OBEYFILE do this for you?
 
  Lizette
 
 
   -Original Message-
   From: IBM Mainframe Discussion List [mailto:IBM-
  m...@listserv.ua.edu]
   On Behalf Of Tim Brown
   Sent: Thursday, July 30, 2015 10:15 AM
   To: IBM-MAIN@LISTSERV.UA.EDU
   Subject: tcpip.tcpip.data and NSINTERADDR
  
   Can TCPIP be refreshed to read in an updated copy of 
   TCPIP.TCPIP.DATA with a new entry for NSINTERADDR without having 
   to restart TCPIP
  
   Tim

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


INFO IBM-MAIN

2015-06-09 Thread Tim Brown
INFO IBM-MAIN



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


AFP Overlays

2015-06-05 Thread Tim Brown
Is there an example somewhere for a Formdef  2 overlays where  output to page1 
uses overlay1  and all subsequent output uses overlay2.


Thanks,

Tim Brown



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Dataset space release

2015-03-24 Thread Tim Brown

Can space in an allocated dataset via Rexx with the tso allocate cmd be freed 
and space reclaimed as is possible with a jcl allocated dataset with the RLSE 
option

SPACE=(CYL,(10,2),RLSE) if this just needs 6 cyls then the unused 4 will be 
freed.

Can't find a way to do same via TSO and Rexx.

Sent from my Verizon Wireless 4G LTE smartphone

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Dataset space release

2015-03-24 Thread Tim Brown
Thanks, I must of not seen that option.


Sent from my Verizon Wireless 4G LTE smartphone


 Original message 
From: Roger W. Suhr (GMail) suhr...@gmail.com
Date: 03/24/2015 3:00 PM (GMT-05:00)
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Dataset space release

Yes, use the RELEASE parameter of the ALLOCATE command

Roger

On 3/24/2015 1:52 PM, Tim Brown wrote:
 Can space in an allocated dataset via Rexx with the tso allocate cmd be freed 
 and space reclaimed as is possible with a jcl allocated dataset with the RLSE 
 option

 SPACE=(CYL,(10,2),RLSE) if this just needs 6 cyls then the unused 4 will be 
 freed.

 Can't find a way to do same via TSO and Rexx.

 Sent from my Verizon Wireless 4G LTE smartphone

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


msg BPXF024I with EZYFS60I

2014-11-02 Thread Tim Brown
These messages are not  showing the local Z/OS time  which is this case was 
09:18

Is there a parameter that controls this

09:18:17.75 STC09130 0090  BPXF024I (EMS) Nov  2 14:18:17 ftps 16777562 : E
781
  781 0090  CONN   ends   Input=223 bytes Output=0 bytes

Tim

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: msg BPXF024I with EZYFS60I

2014-11-02 Thread Tim Brown
John

 Thanks!!

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Sunday, 02 November, 2014 10:26 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: msg BPXF024I with EZYFS60I

It depends on how you start the FTP server. But, basically, you need to set the 
TZ environment variable to the proper value. For me, in the U.S.
Central Time Zone, I have TZ=CST6CDT . I set it in a couple of places. One is 
in the LE parameters. As shown below:

=== SYS1.PARMLIB(CEEPRM00) ===
/* NONCICS LE PARMS */
CEEDOPT(
  ALL31(OFF),
  STACK(,,BELOW)
  CBLQDA(OFF),
  COUNTRY(US),
  DEBUG,
  DYNDUMP(*USERID,DYNAMIC,NOTDUMP),
  ENVAR('TZ=CST6CDT'),
  LIBSTACK(8K,4K,FREE),
  STORAGE(NONE,NONE,NONE,8K)
 )
/* CICS LE PARMS */
CEECOPT(
  ALL31(OFF),
  STACK(,,BELOW),
  STORAGE(00,NONE,NONE,0K)
 )
/* 64 BIT GROUP */
CELQDOPT(
 )

===

But, in this particular case, I have customized the FTPD started task JCL.
Example:

//FTPD   PROC MODULE='FTPD',PARMS=''
//FTPD   EXEC PGM=MODULE,REGION=4096K,TIME=NOLIMIT,
//PARM=('POSIX(ON) ALL31(ON) TZ=CST6CDT ',
//   'ENVAR(RESOLVER_CONFIG=/etc/resolv.conf,TZ=CST6CDT)/PARMS')
//*

You'll likely notice I have the TZ=CST6CDT in two places. That was due to 
confusion on my part as to where it actually goes. I _think_ it only needs to 
be within the ENVAR(...) portion. But it doesn't seem to hurt being in both. So 
I cowardly left it alone once I had it doing what I wanted.


On Sun, Nov 2, 2014 at 8:23 AM, Tim Brown tbr...@cenhud.com wrote:

 These messages are not  showing the local Z/OS time  which is this 
 case was 09:18

 Is there a parameter that controls this

 09:18:17.75 STC09130 0090  BPXF024I (EMS) Nov  2 14:18:17 ftps
 16777562 : E
 781
   781 0090  CONN   ends   Input=223 bytes Output=0
 bytes

 Tim

 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN




--
The temperature of the aqueous content of an unremittingly ogled culinary 
vessel will not achieve 100 degrees on the Celsius scale.

Maranatha! 
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ldapchangepwd

2014-10-23 Thread Tim Brown
If I perform a ldapsearch with IBMUSER it works
If I perform same with my id that has the SPECIAL attribute I get this message 
in SYSLOG.

ICH408I USER(MYID ) GROUP(MYGROUP ) NAME(ME ) 383 
  LOGON/JOB INITIATION - PASS PHRASE IS NOT VALID   

We are not using password phrases. Does LDAP require it?

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Donald J.
Sent: Wednesday, 22 October, 2014 8:54 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ldapchangepwd

You are not supplying valid bind credentials.  Suggest you get any ldapsearch 
to work first using TESTUSER's bind credentials.  Then the password can be 
changed with just the addition of /newpwd 
after the current password on the ldapsearch.   


--
  Donald J.
  dona...@4email.net

On Wed, Oct 22, 2014, at 11:52 AM, Tim Brown wrote:
 If I use
 
 sh  /bin/ldapsearch -h 127.0.0.1 -p 389 -s base 
   -w  oldpwd/newpwd
   -D racfid=TESTUSER,profiletype=user,sysplex=sysplex1  
  (objectclass=*) ;
 
 
 I get
 
 ldap_sasl_bind: Credentials are not valid 
   
 ldap_sasl_bind: additional info: R000104 The password is not correct 
 or the user is not completely defined (missing password or uid) 
 (srv_authenticate_native
 
 
 Tim
 -Original Message-
 From: IBM Mainframe Discussion List 
 [https://urldefense.proofpoint.com/v1/url?u=http://mailto:IBM-MAIN%40LISTSERV.UA.EDUk=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=Scr1WE%2BLEQqN8jqirNoad8Dd2fOlRSen92yxFgBRtzo%3D%0As=029d104f6db3b54d062a7183c4c2d3086bbc5e6923736cbdfb31282e9ce8abed]
  On Behalf Of Donald J.
 Sent: Wednesday, 22 October, 2014 7:58 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: ldapchangepwd
 
 -nshow what would be done but don't actually search 
 
 -n is not newpwd
 
  ldapsearch -h mvs7 -D racfid=jojo123,profiletype=user,cn=MVS7SUFF  
-w  oldpwd/newwd -s base  -b  objectclass=*
 
 This command should work from any platform.  
 The ldapchangpwd is probably mainframe only.
 
 --
   Donald J.
   dona...@4email.net
 
 On Wed, Oct 22, 2014, at 04:23 AM, Tim Brown wrote:
  This gets a 0 but the password is still the old one
  
  sh  /bin/ldapsearch -h 127.0.0.1 -p 389 -s base
-w oldpwd
-n oldpwd 
-D racfid=TESTUSER,profiletype=user,sysplex=sysplex1 
   (objectclass=*) ;   
  
  Tim
  
  -Original Message-
  From: IBM Mainframe Discussion List 
  [https://urldefense.proofpoint.com/v1/url?u=http://mailto:IBM-MAIN%40LISTSERV.UA.EDUk=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=LvtsCzDNCf75euyc4fzn5EL5io%2BAybqG25QdZY9UXRM%3D%0As=834b9e0b9d05ee05e89e6f00605419e0203a44ff27e3c9f47248ecb9186369b2]
   On Behalf Of Donald J.
  Sent: Tuesday, 21 October, 2014 4:38 PM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: ldapchangepwd
  
  That would be your SUFFIX parameter value.
  
  --
Donald J.
dona...@4email.net
  
  On Tue, Oct 21, 2014, at 01:30 PM, Tim Brown wrote:
   Thanks , where is RACFSY7 referred to in DSCONFIG?
   
   -Original Message-
   From: IBM Mainframe Discussion List 
   [https://urldefense.proofpoint.com/v1/url?u=http://mailto:IBM-MAIN%40LISTSERV.UA.EDUk=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=ZeARdsZMMXsaihBVF4w4otzQdqnzQnWZOfvpQ%2FfX%2FFY%3D%0As=05dc0b981d58253ccd44b3282c2354b893a58a1d3407a8fb674904a90e2a9cb2]
On Behalf Of Donald J.
   Sent: Tuesday, 21 October, 2014 4:12 PM
   To: IBM-MAIN@LISTSERV.UA.EDU
   Subject: Re: ldapchangepwd
   
   This works for me:
   
   ldapsearch -h mvs7 -D racfid=jojo123,profiletype=user,cn=RACFSY7  
   -w oldpwd/ oldpwd -s base  -b  objectclass=*
   
   --
 Donald J.
 dona...@4email.net
   
   On Tue, Oct 21, 2014, at 07:58 AM, Tim Brown wrote:
Attempting to use ldapchangepwd.  Any idea what is causing error?

ldapchangepwd -D cn=TESTUSER,o=IBM,c=US -w ? -n ?  -h 
127.0.0.1 -p
389

Enter current password ==  old
Enter new password ==   new

ldap_sasl_bind: Credentials are not valid
ldap_sasl_bind: additional info: R004062 Credentials are not 
valid
(ldbm_authenticate_user:252)

Thanks,

Tim Brown





--
--
-- For IBM-MAIN subscribe / signoff / archive access 
instructions, send email to lists...@listserv.ua.edu with the 
message: INFO IBM-MAIN
   
   --
   https://urldefense.proofpoint.com/v1/url?u=http://www.fastmail.fm/
   k
   =p
   CpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7
   EC
   6c
   tgNHLxNs%3D%0Am=ZLd7j94zTyQxa%2FVaBKKyHfxrRdjH%2FDYQ0OKhKqpVTKM%3
   D%
   0A
   s

Re: ldapchangepwd

2014-10-22 Thread Tim Brown
This gets a 0 but the password is still the old one

sh  /bin/ldapsearch -h 127.0.0.1 -p 389 -s base
  -w oldpwd
  -n oldpwd 
  -D racfid=TESTUSER,profiletype=user,sysplex=sysplex1 
 (objectclass=*) ;   

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Donald J.
Sent: Tuesday, 21 October, 2014 4:38 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ldapchangepwd

That would be your SUFFIX parameter value.

--
  Donald J.
  dona...@4email.net

On Tue, Oct 21, 2014, at 01:30 PM, Tim Brown wrote:
 Thanks , where is RACFSY7 referred to in DSCONFIG?
 
 -Original Message-
 From: IBM Mainframe Discussion List 
 [https://urldefense.proofpoint.com/v1/url?u=http://mailto:IBM-MAIN%40LISTSERV.UA.EDUk=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=ZeARdsZMMXsaihBVF4w4otzQdqnzQnWZOfvpQ%2FfX%2FFY%3D%0As=05dc0b981d58253ccd44b3282c2354b893a58a1d3407a8fb674904a90e2a9cb2]
  On Behalf Of Donald J.
 Sent: Tuesday, 21 October, 2014 4:12 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: ldapchangepwd
 
 This works for me:
 
 ldapsearch -h mvs7 -D racfid=jojo123,profiletype=user,cn=RACFSY7  -w 
 oldpwd/ oldpwd -s base  -b  objectclass=*
 
 --
   Donald J.
   dona...@4email.net
 
 On Tue, Oct 21, 2014, at 07:58 AM, Tim Brown wrote:
  Attempting to use ldapchangepwd.  Any idea what is causing error?
  
  ldapchangepwd -D cn=TESTUSER,o=IBM,c=US -w ? -n ?  -h 127.0.0.1  
  -p
  389
  
  Enter current password ==  old
  Enter new password ==   new
  
  ldap_sasl_bind: Credentials are not valid
  ldap_sasl_bind: additional info: R004062 Credentials are not valid
  (ldbm_authenticate_user:252)
  
  Thanks,
  
  Tim Brown
  
  
  
  
  
  -- For IBM-MAIN subscribe / signoff / archive access instructions, 
  send email to lists...@listserv.ua.edu with the message: INFO 
  IBM-MAIN
 
 --
 https://urldefense.proofpoint.com/v1/url?u=http://www.fastmail.fm/k=p
 CpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6c
 tgNHLxNs%3D%0Am=ZLd7j94zTyQxa%2FVaBKKyHfxrRdjH%2FDYQ0OKhKqpVTKM%3D%0A
 s=c46847a5cd0a26892078bc3d6e22a0bf2d595a9220741a4c514743596b3c7c0f - 
 Send your email first class
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
https://urldefense.proofpoint.com/v1/url?u=http://www.fastmail.fm/k=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=ZeARdsZMMXsaihBVF4w4otzQdqnzQnWZOfvpQ%2FfX%2FFY%3D%0As=55c4f8f8f3de4baea66c410bd628464608789b1d23bb7c45612bc8cf586295ad
 - Faster than the air-speed velocity of an
  unladen european swallow

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ldapchangepwd

2014-10-22 Thread Tim Brown
If I use 

sh  /bin/ldapsearch -h 127.0.0.1 -p 389 -s base 
  -w  oldpwd/newpwd
  -D racfid=TESTUSER,profiletype=user,sysplex=sysplex1  
 (objectclass=*) ;


I get

ldap_sasl_bind: Credentials are not valid   
ldap_sasl_bind: additional info: R000104 The password is not correct or the 
user is not completely defined (missing password or uid) 
(srv_authenticate_native


Tim
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Donald J.
Sent: Wednesday, 22 October, 2014 7:58 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ldapchangepwd

-nshow what would be done but don't actually search 

-n is not newpwd 

 ldapsearch -h mvs7 -D racfid=jojo123,profiletype=user,cn=MVS7SUFF  
   -w  oldpwd/newwd -s base  -b  objectclass=*

This command should work from any platform.  
The ldapchangpwd is probably mainframe only.

--
  Donald J.
  dona...@4email.net

On Wed, Oct 22, 2014, at 04:23 AM, Tim Brown wrote:
 This gets a 0 but the password is still the old one
 
 sh  /bin/ldapsearch -h 127.0.0.1 -p 389 -s base
   -w oldpwd
   -n oldpwd 
   -D racfid=TESTUSER,profiletype=user,sysplex=sysplex1 
  (objectclass=*) ;   
 
 Tim
 
 -Original Message-
 From: IBM Mainframe Discussion List 
 [https://urldefense.proofpoint.com/v1/url?u=http://mailto:IBM-MAIN%40LISTSERV.UA.EDUk=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=LvtsCzDNCf75euyc4fzn5EL5io%2BAybqG25QdZY9UXRM%3D%0As=834b9e0b9d05ee05e89e6f00605419e0203a44ff27e3c9f47248ecb9186369b2]
  On Behalf Of Donald J.
 Sent: Tuesday, 21 October, 2014 4:38 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: ldapchangepwd
 
 That would be your SUFFIX parameter value.
 
 --
   Donald J.
   dona...@4email.net
 
 On Tue, Oct 21, 2014, at 01:30 PM, Tim Brown wrote:
  Thanks , where is RACFSY7 referred to in DSCONFIG?
  
  -Original Message-
  From: IBM Mainframe Discussion List 
  [https://urldefense.proofpoint.com/v1/url?u=http://mailto:IBM-MAIN%40LISTSERV.UA.EDUk=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=ZeARdsZMMXsaihBVF4w4otzQdqnzQnWZOfvpQ%2FfX%2FFY%3D%0As=05dc0b981d58253ccd44b3282c2354b893a58a1d3407a8fb674904a90e2a9cb2]
   On Behalf Of Donald J.
  Sent: Tuesday, 21 October, 2014 4:12 PM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: ldapchangepwd
  
  This works for me:
  
  ldapsearch -h mvs7 -D racfid=jojo123,profiletype=user,cn=RACFSY7  -w 
  oldpwd/ oldpwd -s base  -b  objectclass=*
  
  --
Donald J.
dona...@4email.net
  
  On Tue, Oct 21, 2014, at 07:58 AM, Tim Brown wrote:
   Attempting to use ldapchangepwd.  Any idea what is causing error?
   
   ldapchangepwd -D cn=TESTUSER,o=IBM,c=US -w ? -n ?  -h 127.0.0.1 
   -p
   389
   
   Enter current password ==  old
   Enter new password ==   new
   
   ldap_sasl_bind: Credentials are not valid
   ldap_sasl_bind: additional info: R004062 Credentials are not valid
   (ldbm_authenticate_user:252)
   
   Thanks,
   
   Tim Brown
   
   
   
   
   --
   --
   -- For IBM-MAIN subscribe / signoff / archive access instructions, 
   send email to lists...@listserv.ua.edu with the message: INFO 
   IBM-MAIN
  
  --
  https://urldefense.proofpoint.com/v1/url?u=http://www.fastmail.fm/k
  =p 
  CpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC
  6c 
  tgNHLxNs%3D%0Am=ZLd7j94zTyQxa%2FVaBKKyHfxrRdjH%2FDYQ0OKhKqpVTKM%3D%
  0A 
  s=c46847a5cd0a26892078bc3d6e22a0bf2d595a9220741a4c514743596b3c7c0f 
  - Send your email first class
  
  
  -- For IBM-MAIN subscribe / signoff / archive access instructions, 
  send email to lists...@listserv.ua.edu with the message: INFO 
  IBM-MAIN
  
  
  -- For IBM-MAIN subscribe / signoff / archive access instructions, 
  send email to lists...@listserv.ua.edu with the message: INFO 
  IBM-MAIN
 
 --
 https://urldefense.proofpoint.com/v1/url?u=http://www.fastmail.fm/k=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=ZeARdsZMMXsaihBVF4w4otzQdqnzQnWZOfvpQ%2FfX%2FFY%3D%0As=55c4f8f8f3de4baea66c410bd628464608789b1d23bb7c45612bc8cf586295ad
  - Faster than the air-speed velocity of an
   unladen european swallow
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@listserv.ua.edu

ldapchangepwd

2014-10-21 Thread Tim Brown
Attempting to use ldapchangepwd.  Any idea what is causing error?

ldapchangepwd -D cn=TESTUSER,o=IBM,c=US -w ? -n ?  -h 127.0.0.1  -p 389

Enter current password ==  old
Enter new password ==   new

ldap_sasl_bind: Credentials are not valid
ldap_sasl_bind: additional info: R004062 Credentials are not valid 
(ldbm_authenticate_user:252)

Thanks,

Tim Brown




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ldapchangepwd

2014-10-21 Thread Tim Brown
Running in TSO via OMVS session still not supported?

Would I have to use an LPAP client outside of Z/OS


Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Elardus Engelbrecht
Sent: Tuesday, 21 October, 2014 11:42 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ldapchangepwd

Tim Brown wrote:

Attempting to use ldapchangepwd.  Any idea what is causing error?

ldapchangepwd -D cn=TESTUSER,o=IBM,c=US -w ? -n ?  -h 127.0.0.1  -p 389
Enter current password ==  old
Enter new password ==   new

If you are running this prompting in TSO or batch, it is NOT supported.

ldap_sasl_bind: Credentials are not valid
ldap_sasl_bind: additional info: R004062 Credentials are not valid 
(ldbm_authenticate_user:252)

What backend are you using? RACF? DB2?
What level of LDAP are you using? v2 or v3?

What do you see in logfile like this one /etc/ldap/gldlog.output ?

If RACF, do you see any ICH408I message. If not, do you see any SMF records for 
that id?

What authenticating method are you using? CRAM-MD5, or DIGEST-MD5?
What binding method are you using? I'm thinking of the parameters like -m or -S.

What version of ldap and z/OS version are you using?

Turn on your debug level for more diagnostics by using -d ? parameter.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ldapchangepwd

2014-10-21 Thread Tim Brown
Thanks , where is RACFSY7 referred to in DSCONFIG?

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Donald J.
Sent: Tuesday, 21 October, 2014 4:12 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ldapchangepwd

This works for me:

ldapsearch -h mvs7 -D racfid=jojo123,profiletype=user,cn=RACFSY7  -w 
oldpwd/newpwd -s base  -b  objectclass=*

--
  Donald J.
  dona...@4email.net

On Tue, Oct 21, 2014, at 07:58 AM, Tim Brown wrote:
 Attempting to use ldapchangepwd.  Any idea what is causing error?
 
 ldapchangepwd -D cn=TESTUSER,o=IBM,c=US -w ? -n ?  -h 127.0.0.1  -p 
 389
 
 Enter current password ==  old
 Enter new password ==   new
 
 ldap_sasl_bind: Credentials are not valid
 ldap_sasl_bind: additional info: R004062 Credentials are not valid 
 (ldbm_authenticate_user:252)
 
 Thanks,
 
 Tim Brown
 
 
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
https://urldefense.proofpoint.com/v1/url?u=http://www.fastmail.fm/k=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=ZLd7j94zTyQxa%2FVaBKKyHfxrRdjH%2FDYQ0OKhKqpVTKM%3D%0As=c46847a5cd0a26892078bc3d6e22a0bf2d595a9220741a4c514743596b3c7c0f
 - Send your email first class

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


xmitip txt2pdf

2014-09-05 Thread Tim Brown
Does anyone use Lionel Dycks txt2pdf process on z/os  to create multipage pdfs


Attempting to create 2 page pdf but result is just 1 page.

IN dd:report OUT dd:pdfs
IFEMPTY ERROR
ORIENT port
LM .25 TM .25 RM .25 BM .25
FONT  7 +
PAPER 8.5x11
IMAGE load/page1/'TEST.PAGE1.IMAGE'
IMAGE load/page2/'TEST.PAGE2.IMAGE'
IMAGE draw/ page1/0/0/100/0/36/36/0/0/1 last digit page #1
IMAGE draw/ page2/0/0/100/0/36/36/0/0/2 last digit page #2

Am I missing something?


Tim



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


running ldapsearch via JVL

2014-08-06 Thread Tim Brown
Does anyone have an example of running ldapsearch via jcl

If this not the right listserv for this request let me know

Thanks,

Tim Brown



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: running ldapsearch via JVL

2014-08-06 Thread Tim Brown
This calls GLDSRCH and I get a return code of 1

LDAPREX2 'IBMUSER' 
3 *-* call LDAPSRCH '-h 127.0.0.1 ' '-p 389 ' '-s base '   
  L   -h 127.0.0.1 
  L   -p 389   
  O   -h 127.0.0.1  -p 389 
  L   -s base  
  O   -h 127.0.0.1  -p 389  -s base
   14 *-* parse arg parms  
 -h 127.0.0.1  -p 389  -s base
   16 *-* GLDSRCH parms  
  L   GLDSRCH  
  V   -h 127.0.0.1  -p 389  -s base
  O   GLDSRCH -h 127.0.0.1  -p 389  -s base
  +++ RC(1) +++
   18 *-* exit rc  
  V   1
 1
4 *-* exit   

//SYSOUT

usage: GLDSRCH [options] filter [attributes...] 
where:  
filterRFC-4515 compliant LDAP search filter 
attributeswhitespace-separated list of attributes to retrieve   
(if no attribute list is given, all are retrieved)  
options:
-?print this text   
-a deref  one of never, always, search, or find (alias dereferencing)   
-Aretrieve attribute names only (no values) 
-b baseDN base DN for search. LDAP_BASEDN in environment is default 
-Bdo not suppress printing of non-printable values (printed in w
-Cdo not suppress printing of printable non-ascii values (printe
-d debugLevel level of debug messages to be created 
-D bindDN bind DN   
-f file   perform sequence of searches listed in 'file' ('-' implies sta
-F sepprint `sep' instead of `=' between attribute names and values 
-g realmName  Mandatory Authentication realm
  

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Juergen Keller
Sent: Wednesday, 06 August, 2014 9:40 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: running ldapsearch via JVL

hello Tim,
maybe something like this helps:

//TSO EXEC PGM=IKJEFT01,DYNAMNBR=50 
//SYSTSPRT DD SYSOUT=*  
//SYSPRINT DD SYSOUT=*  
//SYSTSLST DD SYSOUT=*  
//SYSPROC  DD DISP=SHR,DSN=GLD.SGLDEXEC 
//LDAPOUT  DD SYSOUT=V,HOLD=YES 
//LDAPERR  DD SYSOUT=W,HOLD=YES 
//SYSABEND DD DUMMY 
//SYSTSIN  DD * 
EXEC '.CLIST(CALLLDAP)' 'userid'


/* REXX */ 
   
   parse arg userid .  
  ldapuser = word(userid,1)
  call LDAPSRCH '-h .b.de ',
  '-s sub -v', 
  '-b ou=USER,o=PUB (user-n-drive=*'ldapuser'*) fullname ',
  '1DD:LDAPOUT 2DD:LDAPERR'  
   
   exit 

regards Juergen   

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: running ldapsearch via JVL

2014-08-06 Thread Tim Brown
Thanks, I ran this, it got  rc=0 but there is no output?

//LDAPSPRCH JOB 0,CLASS=A,PRTY=6,MSGLEVEL=(1,1),MSGCLASS=X,
//STEP01  EXEC PGM=BPXBATCH 
//SYSOUT   DD SYSOUT=*,LRECL=1024,RECFM=V
//STDOUT   DD SYSOUT=*,LRECL=1024,RECFM=V
//STDERR   DD SYSOUT=*,LRECL=1024,RECFM=V
//STDPARM  DD *  
sh  /bin/ldapsearch -h 127.0.0.1 -p 389 
  -w 
  -b racfid=IBMUSER,profiletype=user,sysplex=sysplex1  
 (objectclass=*) ; 

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Donald J.
Sent: Wednesday, 06 August, 2014 10:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: running ldapsearch via JVL

 
Try this:
  //STEPNAME EXEC PGM=BPXBATCH
  //STDOUT   DD SYSOUT=*,LRECL=1024,RECFM=V   
  //STDERR   DD SYSOUT=*,LRECL=1024,RECFM=V   
  //STDPARM  DD * 
  sh  /bin/ldapsearch -h mvs6 -p 3289  -D cn=yyy -w zzz
   -b O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB  
   (objectclass=*) ;
  // 
 
 -- 
   Donald J.
   dona...@4email.net
 
 On Wed, Aug 6, 2014, at 05:17 AM, Tim Brown wrote:
  Does anyone have an example of running ldapsearch via jcl
 
 

--
https://urldefense.proofpoint.com/v1/url?u=http://www.fastmail.fm/k=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=N7Uq9CvF5SLWQVcSv7Mq1c4Y7D1XllqSO0lJ%2BICkNyo%3D%0As=d012baa45490c7257ac54e5e766f3c24f3c2bb220c96eab130f5007042c5bd40
 - The professional email service

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: running ldapsearch via JVL

2014-08-06 Thread Tim Brown
I added

-D racfid=IBMUSER,profiletype=user,sysplex=sysplex1

And it created output in STDOUT

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Donald J.
Sent: Wednesday, 06 August, 2014 4:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: running ldapsearch via JVL

Try typing the ldapsearch directly from an omvs command line.
I usually use openldap on my pc for commands.
An OMVS segment for your userid is probably a requirement.

--
  Donald J.
  dona...@4email.net

On Wed, Aug 6, 2014, at 12:08 PM, Tim Brown wrote:
 Thanks, I ran this, it got  rc=0 but there is no output?
 
 //LDAPSPRCH JOB 0,CLASS=A,PRTY=6,MSGLEVEL=(1,1),MSGCLASS=X,
 //STEP01  EXEC PGM=BPXBATCH 
 //SYSOUT   DD SYSOUT=*,LRECL=1024,RECFM=V
 //STDOUT   DD SYSOUT=*,LRECL=1024,RECFM=V
 //STDERR   DD SYSOUT=*,LRECL=1024,RECFM=V
 //STDPARM  DD *  
 sh  /bin/ldapsearch -h 127.0.0.1 -p 389 
   -w 
   -b racfid=IBMUSER,profiletype=user,sysplex=sysplex1  
  (objectclass=*) ; 
 
 Tim
 
 -Original Message-
 From: IBM Mainframe Discussion List 
 [https://urldefense.proofpoint.com/v1/url?u=http://mailto:IBM-MAIN%40LISTSERV.UA.EDUk=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=y6KJ%2BKauchxNjxkNfPrqvM%2FgEogr39pYTGab%2BLXm7qo%3D%0As=b82f11abe070a8ede9cd3d11ae5a17e20690a085e3c3c3c1cbb14b051ab456a4]
  On Behalf Of Donald J.
 Sent: Wednesday, 06 August, 2014 10:53 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: running ldapsearch via JVL
 
  
 Try this:
   //STEPNAME EXEC PGM=BPXBATCH
   //STDOUT   DD SYSOUT=*,LRECL=1024,RECFM=V   
   //STDERR   DD SYSOUT=*,LRECL=1024,RECFM=V   
   //STDPARM  DD * 
   sh  /bin/ldapsearch -h mvs6 -p 3289  -D cn=yyy -w zzz
-b O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB  
(objectclass=*) ;
   // 
  
  -- 
Donald J.
dona...@4email.net
  
  On Wed, Aug 6, 2014, at 05:17 AM, Tim Brown wrote:
   Does anyone have an example of running ldapsearch via jcl
  
  
 
 --
 https://urldefense.proofpoint.com/v1/url?u=http://www.fastmail.fm/k=p
 CpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6c
 tgNHLxNs%3D%0Am=N7Uq9CvF5SLWQVcSv7Mq1c4Y7D1XllqSO0lJ%2BICkNyo%3D%0As
 =d012baa45490c7257ac54e5e766f3c24f3c2bb220c96eab130f5007042c5bd40
 - The professional email service
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
https://urldefense.proofpoint.com/v1/url?u=http://www.fastmail.fm/k=pCpgOv%2FKLW5dYRss05kLEw%3D%3D%0Ar=tQq0J85k4w4CeO1cI0sWanGhPyb3Fq7EC6ctgNHLxNs%3D%0Am=y6KJ%2BKauchxNjxkNfPrqvM%2FgEogr39pYTGab%2BLXm7qo%3D%0As=b252e0d7999a42cf2b9e56afdcf87c05458a38d4a144d4120cb61a535e9dd77b
 - Access all of your messages and folders
  wherever you are

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: 3270 Emulators and consoles

2014-03-31 Thread Tim Brown
Vista  from Tom Brennan  Software works great!

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Staller, Allan
Sent: Monday, 31 March, 2014 3:27 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: 3270 Emulators and consoles

Rumba 7.5 (vintage circa 2006). I presume new versions will also work.

YMMV,

snip
We have a  z114 and are upgrading to Windows 7.  Is anyone using a 3270 
emulator other than PCOMM for their OSA-ICC console functions.
/snip

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Re : JES2 / TCP/IP Network Printer Definitions....

2014-02-01 Thread Tim Brown
We have used info print server and nets pool for years. That should accomplish 
the same results.

Sent from my Android phone using TouchDown (www.nitrodesk.com)

-Original Message-
From: Jim Thomas [j...@thethomasresidence.us]
Received: Saturday, 01 Feb 2014, 1:15pm
To: IBM-MAIN@LISTSERV.UA.EDU [IBM-MAIN@LISTSERV.UA.EDU]
Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions

Ma'am,

The physical device is  Ricoh Aficio MP2851 and no ... I have not verified
anything ... I was merely asked to set it up for
people to be able to print to it via JES2 / Mainframe.

While I do know that there are 3rd party software out there, sadly, I do not
have any ... to me... it should be very simple
to be able to define a printer for LPD or anything else. JES2 merely giving
the functionality of DEST= and such. All I'm
(literally) trying to do is use JES2 for data transport.

I am also the RACF group (sigh) ... so I once again thank you for your
assistance and attempts to help. For now, I'll read
thru the APAR that you've sent me.

If I may, I'd be happy to let you know of my progress / outcome.

Kind Regards.

Jim Thomas

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Lizette Koehler
Sent: Saturday, February 01, 2014 11:37 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions

I guess I need to get some more understanding of what you are trying to
connect to JES2 via TCPIP.

What is the type of network printer?  Have you verified it can be done this
way?

The reasons I ask is VPS software is made to handle what JES2 cannot do
natively. So I am just trying to verify this is something that JES2 can do.

Next,

Unless your RACF/SAF group has provided something like a Default UID, your
NETSRVx will require an OMVS segment to do this.

I have also found this APAR which may be helpful.  It is very long and
detailed on NETSRV

OA19215: INCORRECT DOC FOR DEFINING NETSRV USERID TO OMVS

http://www-01.ibm.com/support/docview.wss?uid=isg1OA19215



The Defining a NETSRV sub-section is contained within the the Special
considerations for TCP/IP NJE section and should
read:

  Special considerations for TCP/IP NJE
  Controlling TCP/IP NJE networking is similar to controlling
  SNA networking. In addition to VTAM, it is necessary to start
  TCP/IP in order to communicate using TCP/IP. TCP/IP NJE # configurations
also require that a JES2 SOCKET statement be
  defined which specifies the IP address and port (typically 175
  or 2252) that will be used by both the local node and the
  partner node. The IP address and port used by the local node # must then
be specified on a SOCKET statement associated with # the NETSRV in order for
JES2 to listen for TCP connections.
| The sockets LOCAL and LOCALTLS are defined automatically by
| JES2 initialization and default to listening on all IP
  addresses and TCP/IP stacks associated with the MVS image. For
  definitions regarding the partner node, it is necessary to
  know the IP name or address of the  partner node, either as a
| symbolic name (such as wash.ibm.com) or as an explicit
  address in either dotted decimal format (for  IPv4) or
  hex-colon format (for IPv6). You can also increase  security
  in your network by using SSL or TLS across this NJE link.
| For more information, see Application Transparent -  Transport
  Layer Security (AT-TLS) data protection in z/OS
  Communications Server: IP Configuration Guide.

| Setting up TCP/IP
  Before implementing NJE/TCP, you need to set up TCP/IP on your
  MVS system.  If you are already using TCP/IP for other
  applications, there are a few additional definitions required
| to enable JES2 to perform NJE/TCP.  Your security administrator should
| determine the actual values to use for the example below.  For more
| information, see the z/OS Security Server RACF Security
| Administrator's Guide and z/OS UNIX System Services Planning
| documentation.
#
# Check the buffer sizes defined in your TCP/IP definitions.
  In particular, you must set the TCPCONFIG MAXRECVBUFRSIZE
  and RECVBUFRSIZE parameters to at least 512, and ideally
  set them to a value of 32768 or higher.

  The NJE/TCP implementation also supports virtual IP
  addresses (VIPA addresses), and the use of sysplex
  distributor to share IP addresses throughout a SYSPLEX.
  There is no additional JES2 setup to take advantage of
  either of these features other than to specify the
  appropriate IP address or host name on the SOCKET

Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Jim Thomas
 Sent: Saturday, February 01, 2014 10:18 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Re : JES2 / TCP/IP Network Printer Definitions

 Sir,

 I've tried that too... it was when it failed (on the first go around),
that I tried
 NETSERV (per the doc).

 Kind Regards.

 Jim Thomas

 -Original 

Re: multiple TSO Sessions

2014-01-28 Thread Tim Brown
Unless he was using accessing 2 separate lpars I don't believe its possible.

Sent from my Android phone using TouchDown (www.nitrodesk.com)

-Original Message-
From: Govind Chettiar [rasha...@gmail.com]
Received: Tuesday, 28 Jan 2014, 9:15pm
To: IBM-MAIN@LISTSERV.UA.EDU [IBM-MAIN@LISTSERV.UA.EDU]
Subject: multiple TSO Sessions

A contractor who joined our team said that in his previous place of employment 
he could have multiple TSO sessions each of which used the same userid and 
password, so he used to have multiple instances of his TN3270 emulator running 
and a different TSO session in each.

I am curious to know how this is possible...can anyone explain?

My b/g is Cobol application development, so not versed with VTAM etc, so bear 
with me!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


smf records for updating racf profiles

2013-11-21 Thread Tim Brown
Which smf records will give detail on creates/updates/deletes for racf 
discrete/generic profiles

Thanks,

Tim

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


determine sysplex name in use

2013-08-08 Thread Tim Brown
What command displays the sysplex name in use ?

Thanks,

Tim Brown
Supervisor Computer Operations
Central Hudson Gas  Electric
284 South Ave
Poughkeepsie, NY 12601
Email: tbr...@cenhud.commailto:tbr...@cenhud.com mailto:tbr...@cenhud.com
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255


This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


standalone dump

2013-03-27 Thread Tim Brown
I am testing the standalone dump process to a 3590 tape.

Once I create the tape how can I read it, IPCS appears to be great for reading 
dumps on disk.

Also is the AMD066I error message a concern,  Where does one find the code= 
reasons

AMD108I DUMPING OF AUXILIARY STORAGE FOR MINIMAL ASIDS COMPLETED.
AMD066I AMDSADMP ERROR, CODE=1109, PSW=070C10008102D9BC, COMPDATA(AMDSA001)
AMD108I DUMPING OF AUXILIARY STORAGE FOR SUMMARY ASIDS COMPLETED.
AMD108I DUMPING OF AUXILIARY STORAGE FOR SWAPPED-IN  ASIDS COMPLETED.
AMD108I DUMPING OF AUXILIARY STORAGE FOR SWAPPED-OUT ASIDS COMPLETED.
AMD056I DUMPING OF AUXILIARY STORAGE COMPLETED.
AMD005I DUMPING OF REAL STORAGE RESUMED.
AMD005I DUMPING OF AVAILABLE REAL STORAGE COMPLETED.
AMD005I DUMPING OF REAL STORAGE COMPLETED.
AMD104I STAND-ALONE DUMP PROCESSING COMPLETED.
  DEVICE VOLUME USED   DATA SET NAME
1  1900  *TAPE* 1  N/A



Thanks,

Tim

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: standalone dump

2013-03-27 Thread Tim Brown
Jim

 Thanks, I just realized the version difference

 As far as power outage, its past my influence.

Tim

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jim Mulder
Sent: Wednesday, 27 March, 2013 1:36 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: standalone dump

 I am testing the standalone dump process to a 3590 tape.
 
 Once I create the tape how can I read it, IPCS appears to be great for 
 reading dumps on disk.

  You should copy the dump from tape to disk before using IPCS to do dump 
analysis.  Also, you can dump directly to disk.
That is usually  much easier because it eliminates manual tape mounting. 
 
 Also is the AMD066I error message a concern,  Where does one find the 
 code= reasons
 
 AMD108I DUMPING OF AUXILIARY STORAGE FOR MINIMAL ASIDS COMPLETED.
 AMD066I AMDSADMP ERROR, CODE=1109, PSW=070C10008102D9BC,
COMPDATA(AMDSA001)
 AMD108I DUMPING OF AUXILIARY STORAGE FOR SUMMARY ASIDS COMPLETED.
 AMD108I DUMPING OF AUXILIARY STORAGE FOR SWAPPED-IN  ASIDS COMPLETED.
 AMD108I DUMPING OF AUXILIARY STORAGE FOR SWAPPED-OUT ASIDS COMPLETED.
 AMD056I DUMPING OF AUXILIARY STORAGE COMPLETED.
 AMD005I DUMPING OF REAL STORAGE RESUMED.
 AMD005I DUMPING OF AVAILABLE REAL STORAGE COMPLETED.
 AMD005I DUMPING OF REAL STORAGE COMPLETED.
 AMD104I STAND-ALONE DUMP PROCESSING COMPLETED.
   DEVICE VOLUME USED   DATA SET NAME
 1  1900  *TAPE* 1  N/A

  The CODE= values for AMD066I aren't documented, because they are generally 
useful only to someone who has access to the SADMP source code.  However, since 
you are my electricity supplier, I can give you the hometown discount of a 
guess right here (as long as my street gets priority for repair during the next 
massive power outage).
CODE=1109 means an error occurred during during VSMLIST processing, and may be 
because the release level of the SADMP program does not match the release level 
of the system that you are dumping.  There should be AMDxxxI messages which 
tell you the level of SADMP and the level of the z/OS system, and warn you if 
there is a mismatch.
If that isn't the problem, then you will need to open a PMR and send us the 
dump so I can look at it. 
 

Jim Mulder   z/OS System Test   IBM Corp.  Poughkeepsie,  NY

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Jes2 - $DO JOBQ,READY

2013-01-07 Thread Tim Brown
Issuing an I  in SDSF NP column gets Invalid command


Thanks,
 
Tim 
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Monday, 07 January, 2013 10:06 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Jes2 - $DO JOBQ,READY

When you say stop working, I assume you mean it is not selecting work.

Find a job you think should be actioned by the command, then go into SDSF and 
issue an I against that job.  See if it matches the criteria for your command.

Sometimes JES2 will not select work because it does not match the work 
selection criteria.  I find the I (INFO) command in SDSF sometimes helpful.

You may not have work that is READY.  It may be held ins some fashion.

Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On
Behalf
 Of Tim Brown
 Sent: Monday, January 07, 2013 7:52 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Jes2 - $DO JOBQ,READY
 
 This command recently stopped working eventhough there is output in 
 the
JES2 output
 that it should display output for. I have an identical Z/OS system 
 where
it does display
 the output properly.
 
 Thanks,
 
 Tim Brown
N

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Jes2 - $DO JOBQ,READY

2013-01-07 Thread Tim Brown
All I see once I issue I within ST is,
--
 Job Information  
  
 Job name XTBX290Job class limit exceeded?
 Job ID   JOB00033   Duplicate job name wait? 
 Job schedulable? N/ATime in queue
 Job class mode  Average time in queue
 Job class held? Position in queue of 
 Active jobs in queue 
  
 Scheduling environment   available on these systems: 
  

 And this is the same on both Z/OS systems eventhough $DO JOBQ,READy
on 1 system displays this and 1 doesnt

10.52.13  $HASP686 OUTPUT(XTBX290) 
$HASP686 OUTPUT(XTBX290)   OUTGRP=2.1.1,BURST=NO,FCB=, 
$HASP686   FLASH=,FORMS=STD,HOLD=(NONE),   
$HASP686   OUTDISP=WRITE,PRIORITY=144, 
$HASP686   PRMODE=LINE,QUEUE=4,
$HASP686   RECORDS=(996 OF 996),ROUTECDE=LX290,
$HASP686   SECLABEL=,TPJOBID=,TPJOBN=, 
$HASP686   TSOAVAIL=NO,UCS=,USERID=P08145, 
$HASP686   WRITER= 
  
   
  
  
  
  

Thanks,
 
Tim 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Monday, 07 January, 2013 10:25 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Jes2 - $DO JOBQ,READY

Tim

What panel were you in when you issued the INFO?  I typically use ST a lot.

Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On
Behalf
 Of Tim Brown
 Sent: Monday, January 07, 2013 8:12 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Jes2 - $DO JOBQ,READY
 
 Issuing an I  in SDSF NP column gets Invalid command
 
 
 Thanks,
 
 Tim
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On
Behalf
 Of Lizette Koehler
 Sent: Monday, 07 January, 2013 10:06 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Jes2 - $DO JOBQ,READY
 
 When you say stop working, I assume you mean it is not selecting work.
 
 Find a job you think should be actioned by the command, then go into 
 SDSF
and issue
 an I against that job.  See if it matches the criteria for your command.
 
 Sometimes JES2 will not select work because it does not match the work
selection
 criteria.  I find the I (INFO) command in SDSF sometimes helpful.
 
 You may not have work that is READY.  It may be held ins some fashion.
 
 Lizette
 
 
  -Original Message-
  From: IBM Mainframe Discussion List 
  [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf
  Of Tim Brown
  Sent: Monday, January 07, 2013 7:52 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Jes2 - $DO JOBQ,READY
 
  This command recently stopped working eventhough there is output in 
  the
 JES2 output
  that it should display output for. I have an identical Z/OS system 
  where
 it does display
  the output properly.
 
  Thanks,
 
  Tim Brown
 N
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email
to
 lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email
to
 lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Jes2 - $DO JOBQ,READY

2013-01-07 Thread Tim Brown
Its our automation software, when I ended  it I got the results  of - $DO 
JOBQ,READY
and when I restarted it I didn't

Need to review what changed within that product

Thanks!!!
 
Tim 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Monday, 07 January, 2013 11:34 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Jes2 - $DO JOBQ,READY

Tim,

You can temporarily raise the CONDEF DISPMAX to a higher number to get all the 
output.  Otherwise, the command worked but it could not display everything on 
the queue.
Look up the $T CONDEF command


Lizette

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On
Behalf
 Of Tim Brown
 Sent: Monday, January 07, 2013 9:24 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Jes2 - $DO JOBQ,READY
 
 Issuing $DO JOBQ on one system displays all jobs where on the other It
displays
 
 $HASP003 RC=(57),DO JOBQ  - DISPLAY TERMINATED DUE TO EXCESSIVE
 $HASP003OUTPUT (AS DEFINED BY CONDEF DISPMAX)
 
 Thanks,
 
 Tim
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On
Behalf
 Of Lizette Koehler
 Sent: Monday, 07 January, 2013 11:20 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Jes2 - $DO JOBQ,READY
 
 Do you have any automation processes on this LPAR that might be
interfering with the
 JES2 Command?  OPS/MVS Tivoli etc...
 
 If you issue the $DO command do you get any messages?  If so, please
provide the
 full text with MESSAGE IDs.
 
 Thanks
 
 
 Lizette
 
 
  -Original Message-
  From: IBM Mainframe Discussion List 
  [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf
  Of Tim Brown
  Sent: Monday, January 07, 2013 9:02 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: Jes2 - $DO JOBQ,READY
 
  All I see once I issue I within ST is,
 
--
   Job Information
 
   Job name XTBX290Job class limit exceeded?
   Job ID   JOB00033   Duplicate job name wait?
   Job schedulable? N/ATime in queue
   Job class mode  Average time in queue
   Job class held? Position in queue of
   Active jobs in queue
 
   Scheduling environment   available on these systems:
 
 
   And this is the same on both Z/OS systems eventhough $DO JOBQ,READy 
  on 1 system displays this and 1 doesnt
 
  10.52.13  $HASP686 OUTPUT(XTBX290)
  $HASP686 OUTPUT(XTBX290)   OUTGRP=2.1.1,BURST=NO,FCB=,
  $HASP686   FLASH=,FORMS=STD,HOLD=(NONE),
  $HASP686   OUTDISP=WRITE,PRIORITY=144,
  $HASP686   PRMODE=LINE,QUEUE=4,
  $HASP686   RECORDS=(996 OF 996),ROUTECDE=LX290,
  $HASP686   SECLABEL=,TPJOBID=,TPJOBN=,
  $HASP686   TSOAVAIL=NO,UCS=,USERID=P08145,
  $HASP686   WRITER=
 
 
 
 
 
 
 
  Thanks,
 
  Tim
 
  -Original Message-
  From: IBM Mainframe Discussion List 
  [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf
  Of Lizette Koehler
  Sent: Monday, 07 January, 2013 10:25 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: Jes2 - $DO JOBQ,READY
 
  Tim
 
  What panel were you in when you issued the INFO?  I typically use ST 
  a
 lot.
 
  Lizette
 
 
   -Original Message-
   From: IBM Mainframe Discussion List 
   [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
  Behalf
   Of Tim Brown
   Sent: Monday, January 07, 2013 8:12 AM
   To: IBM-MAIN@LISTSERV.UA.EDU
   Subject: Re: Jes2 - $DO JOBQ,READY
  
   Issuing an I  in SDSF NP column gets Invalid command
  
  
   Thanks,
  
   Tim

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


dsf to write over entire volume

2012-12-12 Thread Tim Brown
What ICKDSF command can overwrite an entire volume. We want to make sure that
disks that are being replaced are wiped.

Thanks,

Tim Brown
Supervisor Computer Operations
Central Hudson Gas  Electric
284 South Ave
Poughkeepsie, NY 12601
Email: tbr...@cenhud.commailto:tbr...@cenhud.com mailto:tbr...@cenhud.com
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255


This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


smf exits IEF29 / IEFACTRT

2012-07-27 Thread Tim Brown
Installing z/os 1.13, have assembled these 2 exits, and IPled but they are not 
working.
They were linked into SYS1.LPALIB, Any difference with these exits as compared 
to

Z/OS 1.11 which is our current system is running.



IEFU29 - smf switch

IEFACTRT - step return code detail in jeslog



SMF parms



SYS(NOTYPE(14:19,62:69,99),EXITS(IEFU83,IEFU84,IEFACTRT,

  IEFUSI,IEFUJI,IEFU29),NOINTERVAL,NODETAIL)

SUBSYS(STC,EXITS(IEFU29,IEFU83,IEFU84,IEFUJP,IEFUSO,IEFACTRT),

  INTERVAL(SMF,SYNC))



Thanks,



Tim Brown
Supervisor Computer Operations

Central Hudson Gas  Electric
284 South Ave
Poughkeepsie, NY 12601
Email:  mailto:tbr...@cenhud.com tbr...@cenhud.com  
mailto:tbr...@cenhud.com mailto:tbr...@cenhud.com
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255




This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments.






--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


gdg levels

2012-07-02 Thread Tim Brown
How does on increase the levels of a gdg in an sms environment

I



Thanks,



Tim Brown
Supervisor Computer Operations

Central Hudson Gas  Electric
284 South Ave
Poughkeepsie, NY 12601
Email:  mailto:tbr...@cenhud.com tbr...@cenhud.com  
mailto:tbr...@cenhud.com mailto:tbr...@cenhud.com
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255




This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments.






--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN