Author |
Message |
Topic: Can we change the border-colour of a pop-up window? |
ofer71
Replies: 2
Views: 1886
|
Forum: TSO and ISPF Posted: Sun Nov 25, 2007 4:29 am Subject: Can we change the border-colour of a pop-up window? |
Take a look at [url=http://groups.google.com/group/bit.listserv.ispf-l/browse_thread/thread/2ceb76f048841217/84bd847a286ee571?lnk=st&q=ispf+window+frame+#84bd847a286ee571]this trick.
O. _______ ... |
Topic: Problem with TBSORT |
ofer71
Replies: 1
Views: 2020
|
Forum: TSO and ISPF Posted: Thu Oct 25, 2007 1:12 am Subject: Problem with TBSORT |
Although not mandatory, you can try adding sort field type designator (probably 'C'), so the service should look like "ADDRESS ISPEXEC "TBSORT" fundtab "FIELDS(TFUNDSNU,C,A)" ... |
Topic: how to break expediting when a condition is met? |
ofer71
Replies: 5
Views: 3468
|
Forum: Utilities Posted: Thu Aug 02, 2007 8:13 am Subject: how to break expediting when a condition is met? |
To assign a break, simply type WHEN ABC = 1234 .
O. ________ [URL=http://www.ford-wiki.com/wiki/Ford_Reflex]Ford Reflex specifications |
Topic: DDSLIST |
ofer71
Replies: 2
Views: 1534
|
Forum: TSO and ISPF Posted: Mon Jul 30, 2007 8:15 am Subject: DDSLIST |
You might be talking about DDLIST, which is actually ISRDDN, and is well documented in the [url=http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/ISPZUG40/APPENDIX1.7?SHELF=ispzpm40&DT=200507120 ... |
Topic: Copy PDS member names to sequential file. |
ofer71
Replies: 4
Views: 4128
|
Forum: TSO and ISPF Posted: Wed Jul 18, 2007 7:57 am Subject: Copy PDS member names to sequential file. |
If you have ISPF, you can use the SAVE command.
O. ________ [URL=http://vaporizeraffiliateprogram.com]sell vaporizers |
Topic: STORAGE parm while running a PLI from REXX |
ofer71
Replies: 3
Views: 2544
|
Forum: Application Programming Posted: Wed Jul 18, 2007 7:56 am Subject: STORAGE parm while running a PLI from REXX |
Ask the programmer who wrote the program...they are input to the program.
O. ________ [URL=http://vaporizer.org/reviews/iolite]iolite review |
Topic: STORAGE parm while running a PLI from REXX |
ofer71
Replies: 3
Views: 2544
|
Forum: Application Programming Posted: Wed Jul 18, 2007 5:35 am Subject: STORAGE parm while running a PLI from REXX |
When you run a DB2 program under DSN (with the RUN command), DB2 lets you pass parameters to the application program.
For more details, please refer to the [url=http://publibz.boulder.ibm.com/cgi-b ... |
Topic: READ dataset |
ofer71
Replies: 9
Views: 4750
|
Forum: TSO and ISPF Posted: Wed Jul 18, 2007 12:31 am Subject: READ dataset |
Start with edit macro to get the dataset/member name.
The use either EXECIO to read the dataset (if it's too large) or simply use edit macro commands.
O. ________ [URL=http://www.mercedes-wiki. ... |
Topic: Submit 3 JCL's together. |
ofer71
Replies: 6
Views: 4315
|
Forum: Job Control Language(JCL) Posted: Mon Jul 16, 2007 12:30 am Subject: Submit 3 JCL's together. |
OR write a small REXX:
ADDRESS TSO "SUBMIT 'MY.PDS(JOBA)'"
ADDRESS TSO "SUBMIT 'MY.PDS(JOBB)'"
ADDRESS TSO "SUBMIT 'MY.PDS(JOBC)'"
O. ______ ... |
Topic: Very newbie question, but I found no reference... |
ofer71
Replies: 8
Views: 4395
|
Forum: TSO and ISPF Posted: Tue Jul 03, 2007 12:09 am Subject: Very newbie question, but I found no reference... |
Also, when you put "/" next to a member name, and select option 12 (TSO Command), you can use "/" anywhere in the command to represent the dataset name.
O. ________ [URL=http:// ... |
Topic: Very newbie question, but I found no reference... |
ofer71
Replies: 8
Views: 4395
|
Forum: TSO and ISPF Posted: Sun Jul 01, 2007 1:37 am Subject: Very newbie question, but I found no reference... |
Here is a little quiz: Where can you use "/" in the "ISPF commands" world?
O. ________ [URL=http://www.fucktube.com/categories/512/fecal/videos/1]Fetish Fecal |
Topic: How to find out when is a load module created? |
ofer71
Replies: 4
Views: 2117
|
Forum: Application Programming Posted: Mon Jun 11, 2007 12:49 am Subject: How to find out when is a load module created? |
Try AMBLIST.
O. ________ [URL=http://www.fucktube.com/categories/133/go-away-spammer-sucker/videos/1]ASIAN go-away-spammer-sucker |
Topic: How to invoke help from Mainframe ISPF ? |
ofer71
Replies: 4
Views: 3548
|
Forum: Job Control Language(JCL) Posted: Sun Jun 10, 2007 7:37 am Subject: How to invoke help from Mainframe ISPF ? |
Have you tried HELP at the command line?
O. ________ [URL=http://www.cyclechaos.com/wiki/Kawasaki_M5]Kawasaki M5 |
Topic: macro for trimming a large dataset |
ofer71
Replies: 6
Views: 3527
|
Forum: TSO and ISPF Posted: Wed Jun 06, 2007 12:32 am Subject: macro for trimming a large dataset |
I don't know what is SUBISPF, but I assume it simply submits a job. How about SUBMIT?
O. ________ [URL=http://www.cyclechaos.com/wiki/Honda_CB400N]CB400N |
Topic: macro for trimming a large dataset |
ofer71
Replies: 6
Views: 3527
|
Forum: TSO and ISPF Posted: Tue Jun 05, 2007 5:39 am Subject: macro for trimming a large dataset |
then i open this XYZ in edit mode and gave SUBISPF in the command line and submitted a job
You dont need to open the dataset manually in edit mode, since you already doing it with the EDIT service (t ... |
|