Author |
Message |
Topic: FIND with 'OR' condition - TSO Edit |
Grant
Replies: 10
Views: 4771
|
Forum: TSO and ISPF Posted: Tue Mar 16, 2010 10:34 pm Subject: FIND with 'OR' condition - TSO Edit |
might need to put (PARM1 PARM2) in brackets |
Topic: FIND with 'OR' condition - TSO Edit |
Grant
Replies: 10
Views: 4771
|
Forum: TSO and ISPF Posted: Tue Mar 16, 2010 9:07 pm Subject: FIND with 'OR' condition - TSO Edit |
or create your own, let's call it FX
ISREDIT MACRO (PARM1 PARM2) NOPROCESS
ISREDIT EXCLUDE ALL
IF &LASTCC = 0 THEN
ISREDIT FIND &PARM1 ALL ... |
Topic: Insert a child segment |
Grant
Replies: 2
Views: 3759
|
Forum: IMS Posted: Sun Jan 31, 2010 5:51 am Subject: Insert a child segment |
from memory type INSERT "segname" when positioned on the parent seg (F1 for the exact syntax) |
Topic: Debugging Tool for PL/1 |
Grant
Replies: 2
Views: 1547
|
Forum: Application Programming Posted: Wed Jan 06, 2010 12:31 am Subject: Debugging Tool for PL/1 |
Xpediter does it |
Topic: IMS DB access via Easytrieve |
Grant
Replies: 4
Views: 8039
|
Forum: Application Programming Posted: Sun Dec 07, 2008 5:02 pm Subject: IMS DB access via Easytrieve |
Here's a fairly basic example
FILE DLIFILE DLI(DB123)
DBD-NAME 1 8 A
SEG-LEVEL 9 2 ... |
Topic: error acessing IMS RESLIB |
Grant
Replies: 1
Views: 4310
|
Forum: IMS Posted: Mon Oct 13, 2008 10:27 pm Subject: error acessing IMS RESLIB |
try adding //DFSRESLB DD DSN=ims reslib |
Topic: IMS Trace Utility - free download |
Grant
Replies: 0
Views: 2168
|
Forum: IMS Posted: Thu Sep 25, 2008 8:22 pm Subject: IMS Trace Utility - free download |
Have a look at http://www.ampdev.com/welcome.aspx - you can download a free trial of the IMS Trace product |
Topic: VISION PLUS |
Grant
Replies: 10
Views: 6658
|
Forum: Application Programming Posted: Wed Jun 18, 2008 8:22 pm Subject: VISION PLUS |
First Data own the product (firstdata.com) - there is a "contact us" button to press on their site. |
Topic: PL/1 Question regarding SELECT |
Grant
Replies: 8
Views: 2892
|
Forum: Application Programming Posted: Thu May 22, 2008 6:52 pm Subject: PL/1 Question regarding SELECT |
When you specifySELECT(AKT_SERVICE.SERVICE_FUNKTION);
WHEN(SUBSTR(AKT_SERVICE.SERVICE_FUNKTION,9,1) = '#')
AU72791_INPUT.FUNKTION = 'CHK TILM';
OTHERWISE
AU72791_INPUT. ... |
Topic: Shop eliminating Xpediter, Abend-Aid, File-Aid and Strobe |
Grant
Replies: 3
Views: 1708
|
Forum: Utilities Posted: Mon Feb 11, 2008 10:45 pm Subject: Shop eliminating Xpediter, Abend-Aid, File-Aid and Strobe |
what's your email address? |
Topic: PLI Repeat Function |
Grant
Replies: 3
Views: 2222
|
Forum: Application Programming Posted: Mon Jan 28, 2008 8:54 pm Subject: PLI Repeat Function |
Yadav2005,
It's functioning as designed. I suggest you look at the Language Reference Manual. |
Topic: unable to understand Easytrieve Code |
Grant
Replies: 2
Views: 1558
|
Forum: Application Programming Posted: Tue Jun 12, 2007 3:51 am Subject: unable to understand Easytrieve Code |
1800 is the BLKSIZE. You should have a value of 0 to allow the block size to be determined by the operating system |
Topic: Getting Error IGZ0168S for IMS User Exits |
Grant
Replies: 2
Views: 1884
|
Forum: IMS Posted: Wed Feb 21, 2007 6:57 pm Subject: Getting Error IGZ0168S for IMS User Exits |
Have you linked your exit routine with RENT,REUS ? |
Topic: SEARCH a string having single quotes within search string |
Grant
Replies: 8
Views: 7768
|
Forum: TSO and ISPF Posted: Thu Dec 28, 2006 6:41 pm Subject: SEARCH a string having single quotes within search string |
Try:
'SYS=''T''' |
Topic: changing all field values to a particular value |
Grant
Replies: 2
Views: 1572
|
Forum: TSO and ISPF Posted: Thu Dec 14, 2006 12:20 am Subject: changing all field values to a particular value |
Use a picture string of p'=' of p' |
|