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...
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...
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...
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...
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...
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...
First solution: =============== You can code an initial macro called "MYENTRY" as follows: ============= /* REXX */ Trace Off Address ISREDIT "MACRO" "C X'aa'...
... 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'. ...
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...
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...
... 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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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,...
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...
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...
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...
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...
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...