Search the web
Sign In
New User? Sign Up
os390andmvs · OS390 and MVS - For z/OS, OS/390 and MVS System Programmers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 522 - 551 of 626   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
522
I wrote a program to calculate a sha-1 message digest. If you are interested you can find it in http://groups.yahoo.com/groups/os390andmvs/files/sha1.zip It is...
swiss_tikier
Offline
May 11, 2006
7:21 pm
523
GUTE ARBEIT !!! VIEL SPAZZ !!! swiss_tikier <no_reply@yahoogroups.com> wrote: I wrote a program to calculate a sha-1 message digest. If you are interested...
w steiner
alt_timer
Offline Send Email
May 12, 2006
7:24 am
524
I posted this a while back. I have now found some more information. It seems the PSF installs its own hardware support. This should be located in sys1.nucleaus...
Graham Walker
bty171104
Offline Send Email
Jul 3, 2006
7:09 am
525
What you need is a usermod. Use SMP/E dialog "CROSS ZONE QUERY" function to locate the LMOD you need to move. If you have the PSF FMID in the same target zone...
swiss_tikier
Offline
Jul 3, 2006
7:24 am
526
Thanks, I will give that a try ... From: os390andmvs@yahoogroups.com [mailto:os390andmvs@yahoogroups.com]On Behalf Of swiss_tikier Sent: Monday, July 03, 2006...
Graham Walker
bty171104
Offline Send Email
Jul 4, 2006
7:12 am
527
Hi This my first post on this group and this is my question: I am porting some C programs to Z/OS and have found that my TN3270 and the mainframe doesn't...
Narayan
rathweg
Online Now Send Email
Jul 13, 2006
6:45 am
528
First solution: =============== You can code an initial macro called "MYENTRY" as follows: ============= /* REXX */ Trace Off Address ISREDIT "MACRO" "C X'aa'...
swiss_tikier
Offline
Jul 13, 2006
7:13 am
529
... The solution depends on the EBCDIC code page and terminal emulator. With American English (CP 37), and X3270, you can set the character set to 'Bracket'. ...
Brian Kennelly
bkennelly
Offline Send Email
Jul 13, 2006
5:42 pm
530
I used to sort data in REXX by either filling an ISPF tables or by writing the data to a temporary file and calling DFSORT. The other day, while I was writing...
swiss_tikier
Offline
Aug 9, 2006
11:57 pm
531
Hi, I need the Log output from RACF Security Server on z/OS..! Can anybody pls provide me a sample of the same.?! Any kind of link regarding this would also be...
Kaustubh Vazalwar
kev_vaz2003
Offline Send Email
Oct 7, 2006
10:13 am
532
... Hi I assume, you mean the SMF-Log. I think, I may create a short one on a dummy system. What exactly do you need (an SMF-File or a Print-Output) ? What...
indiswiss
Offline Send Email
Oct 10, 2006
11:43 pm
533
I would suggest you post this question to the RACF Newsgroup: RACF Discussion List [RACF-L@...] I am not sure what kind of log you are asking...
Lizette Koehler
lhasarun
Offline Send Email
Oct 10, 2006
11:50 pm
534
Hi..! Yes.., pls send me the output file of all the events you have specified below. Warm Regards indiswiss <indiswiss@...> wrote: Hi I assume, you mean...
kev vaz
kev_vaz2003
Offline Send Email
Oct 17, 2006
2:00 am
535
Hi What is the output you are looking for? messages to the Z/os system log? Usually there is no output unless you run special reporting utilities. except for...
FRED RATHWEG
rathweg
Online Now Send Email
Oct 17, 2006
2:00 pm
536
Does anyone have an example of code required for the SDSF exit which allows/disallows userids from seeing/controlling specific printers? Thanks in advance for...
rickpadgett46217
rickpadgett4...
Offline Send Email
Oct 17, 2006
3:12 pm
537
I think what you want to read up on is the RACF REPORT WRITER or the ICETOOL (If you have DFSORT). Either one of these can read the RACF SMF Type 80 records...
starsoul@...
lhasarun
Offline Send Email
Oct 18, 2006
7:11 pm
538
Add the WRITER class in RACF. See http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/isf4cs60/7.18.1...
swiss_tikier
Offline
Oct 18, 2006
7:35 pm
539
Or you can contact the RACF Newsgroup and see if they can assist you RACF Discussion List [RACF-L@...] Lizette...
Lizette Koehler
lhasarun
Offline Send Email
Oct 21, 2006
4:03 pm
540
What is LINKLIST and how can I allocate my personal LoadLib to it. I understand that we can Just use the LoadLibs as TSO commands, if we allocate it to...
Saran De
sarandesingh
Offline Send Email
Nov 4, 2006
11:45 am
541
Linklist is where programs available to everyone are. Usually when a load library is in linklist it is also authorized, and is indexed using lla. So *no*, you...
swiss_tikier
Offline
Nov 4, 2006
1:04 pm
542
First off, do not put USER LIBRARIES in the Linklist. The linklst is a special set of libraries that is controlled by the system programmer. It enhances the...
Lizette Koehler
lhasarun
Offline Send Email
Nov 4, 2006
11:33 pm
543
Linklist is a dynamic list in the memory of the mainframe that allow you execute a program wich is in specific library without to define it with STEPLIB in...
Carlos Alberto Canales
carcanvel
Offline Send Email
Nov 4, 2006
11:35 pm
544
hello, if you want to define other PDS on linklst, you just have to see the memeber PROG(00) in sys1.parmlib. When i say PROG(00) in somme case you can have...
Arnaud Carpentier
acide76
Offline Send Email
Nov 4, 2006
11:37 pm
545
Is there anything called ISRCMDS. If so, whats the difference between ISPCMDS & ISRCMDS. ... Sponsored Link $200,000 mortgage for $660/mo - 30/15 yr fixed,...
Saran De
sarandesingh
Offline Send Email
Nov 6, 2006
6:26 pm
546
ISPF Command tables have a name which is APPLID + CMDS, so ISRCMDS is the ISPF command table of applid ISR (that was the old name of PDF, now it is actually...
swiss_tikier
Offline
Nov 6, 2006
6:53 pm
547
d tcpip,,n,home I was told that the about command will give me the TCP/IP address and this is a "Console Command". Could you please tell me, whats "Console...
Saran De
sarandesingh
Offline Send Email
Nov 9, 2006
10:38 am
548
You can use the use the OUTTRAP facilitie of REXX O=OUTTRAP(CMD.) Carlos ... Want to start your own business? Learn how on Yahoo! Small Business....
Carlos Alberto Canales
carcanvel
Offline Send Email
Nov 9, 2006
1:02 pm
549
1) Console Command This is a command you issue in a z/OS Console. (See MVS Planning:Operations manual) 2) All Console Commands See "MVS System Commands" manual...
swiss_tikier
Offline
Nov 9, 2006
1:06 pm
550
Hello Group. Once I found a need to rename most of my VTAMLST member names. I wrote an EXEC that used LMINIT, LMOPEN, LMMREN, LMCLOSE and LMFREE. Now I have...
David.L.Hansen@...
hennepin_county
Offline Send Email
Nov 14, 2006
12:51 am
551
Hello Dave, why don't you simply use IKJEFT01 and run a "DELETE 'datasetname(member)'" TSO command from batch. As far as I remember there is no special...
Wolfgang
wolfg60
Offline Send Email
Nov 16, 2006
11:56 am
Messages 522 - 551 of 626   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help