Can you get this to work if you enter it as a quoted string?
e.g. '12345688 ASID(14)' 
IKJIDENT should accept quoted strings according to the doc.

Do I assume your comments on using the ADDRESS keyword are for IKJPOSIT?

Lennie

-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of
Joseph Reichman
Sent: 26 April 2023 00:53
To: [email protected]
Subject: IKJPARS PCL/Parameters

Hi

 

I have a PCL defined as such 

LISTAPCL IKJPARM                                                         

 ADDR1 IKJIDENT 'ADDRESS..',RANGE,UPPERCASE,MAXLNTH=17,FIRST=ANY,OTHER=AX 

                NY,VALIDCK=LSTVALAD                                       

 

What I would like it to be is a string which I treat as an address. I don't
use the ADDRESS key word because I want the ability to enter a 64 bit
address or up to 16 characters

 

I have number of keywords after this one them being ASID

 

When I enter the following string at the TSO terminal

 

12345688 ASID(14)

 

 

IKJPARS total ignores the string 12345688 and LSTVALDAD validity exit points
to the ASID string

 

Don't  understand I thought the 12345688 would match up with the first
string entered at the TSO terminal 12345688 but the LSTVALAD points to
ASID(14)

 

THANKS 


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to