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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 540 - 570 of 637   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
552
Thank you Marco and Lizette for your quick responses. Marco, I was able to get both of your examples to work Lizette, I appreciate your feedback and will also...
David.L.Hansen@...
hennepin_county
Offline Send Email
Nov 16, 2006
12:01 pm
553
Dave, Not sure exactly what you are looking for. However, you can use SYSDSN(dsn(member)) to verify if a specific member exists in REXX. Then to delete a...
Lizette Koehler
lhasarun
Offline Send Email
Nov 16, 2006
12:20 pm
554
Hi David I hope this jcl help you David.L.Hansen@... escribió: Hello Group. Once I found a need to rename most of my VTAMLST member names. I...
hector rivera
hector_alonsomx
Offline Send Email
Nov 16, 2006
5:46 pm
555
Hi, I'm new to this group but hopefully I'm directing the following in an acceptable way. I work in the automation team of a UK bank and among other things we ...
barmike2006
Offline Send Email
Nov 29, 2006
9:51 pm
556
We have used OSA/ICC in our D/R site. What we have done is to create a private network that is made of 2 PCs with Personnal Communication and two 5 ports...
swiss_tikier
Offline
Dec 2, 2006
11:06 am
557
hello, I have STCs that are submitted via a BATCH JOB. These STCs look like : //IDS0ALL JOB MSGCLASS=S, // MSGLEVEL=(1,1) //STARTING EXEC INFOSYST,PROG= ...
beinsargueix
Offline Send Email
Dec 8, 2006
9:44 pm
558
What is in proclib member INFOSYST? ... Is it SYSOUT=* to pick up the Message class, or is it SYSOUT=A to force class A? ... <deleted> ... -- Mike A Schwab,...
Mike Schwab
maschwab
Offline Send Email
Dec 10, 2006
4:01 pm
559
Hello, Of course, it is SYSOUT=* The complete proc for INFOSYST is : //* // EXEC PGM=&PROG,TIME=1440,REGION=0M,PARM='&DB2' //STEPLIB DD...
beinsargueix
Offline Send Email
Dec 13, 2006
10:14 pm
560
I don't understand why the sysouts are sent to output class A. Just thinking... if you submit your Started Task as a Batch Job, it may not use the STCCLASS...
swiss_tikier
Offline
Dec 13, 2006
10:40 pm
561
Maybe a $DEXIT command might reveal that a JES2 exit like EXIT(40) could be in enabled status. Such an exit can be used to modify a sysout class. Truly yours. ...
seastems@...
seastems
Offline Send Email
Dec 14, 2006
8:49 pm
563
hello, No, there is no exit running. ... could be in enabled status. ... OUTPUT CLASS ... and ... used ... using ?) ... <Mike.A.Schwab@> ... about ... still ...
beinsargueix
Offline Send Email
Dec 26, 2006
10:39 am
564
Hello Group, I have written an EXEC that works great from my TSO userid. Any idea how I can invoke that exec from the master console? How would the master ...
David.L.Hansen@...
hennepin_county
Offline Send Email
Jan 18, 2007
9:27 pm
565
From the master console you can only issue system commands like display, start, stop, vary, .... You can use a REXX exec only from within TSO, interactive or...
swiss_tikier
Offline
Jan 19, 2007
4:44 am
566
Copied from working z/OS 1.6 system: In dataset hlq.proclib create member TSOBATCH like this: //TSOBATCH PROC MEMBER=DUMMY,DSN=hlq.parmlib //***********...
Mike Schwab
maschwab
Offline Send Email
Jan 19, 2007
4:44 am
567
Hello Group, We recently did the NetView 5.2 migration with the SSIEXT and EMCS consoles. To a point I understand that within the z/OS that NetView runs on ...
David.L.Hansen@...
hennepin_county
Offline Send Email
Feb 7, 2007
1:10 am
568
If you issue D C,CN=<your console>, what is in MSCOPE ? I think you can set it in consolxx member, even for EMCS consoles. Also it may be that MPFLSTxx is not...
swiss_tikier
Offline
Feb 7, 2007
1:59 am
569
Shouoldn't the following lines in my IFAPRD00 member prevent the above from happening? What am I missing?, please. Thanks....
rickpadgett46217
rickpadgett4...
Offline Send Email
Feb 10, 2007
2:34 am
570
I am in the process of changing over from Top-Secret to RACF. I would like to know of a group like this one where i can get some hints and tips on RACF...
rickpadgett46217
rickpadgett4...
Offline Send Email
Mar 13, 2007
12:58 pm
Messages 540 - 570 of 637   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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