MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 45 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: FIND with 'OR' condition - TSO Edit
Grant

Replies: 10
Views: 5205

PostForum: 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: 5205

PostForum: 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: 4089

PostForum: 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: 1740

PostForum: 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: 8438

PostForum: 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: 4658

PostForum: 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: 2406

PostForum: 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: 7232

PostForum: 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: 3343

PostForum: 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: 1919

PostForum: 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: 2405

PostForum: 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: 1762

PostForum: 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: 2079

PostForum: 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: 8333

PostForum: 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: 1756

PostForum: 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'
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group