Re: IKJPARS PCL questions

2023-04-30 Thread Joseph Reichman
Yes that was it 

This is my PCL 

When I enter for instance 

LA 12345688 L(100) ASID(13) 

And make breakpoint at LSTVALEN (length validity check and Breakpoint at 
LSTASID) it bypass the ASID for some reason

Thank you 

LISTAPCL IKJPARM
 ADDR1 IKJIDENT 'ADDRESS..',RANGE,UPPERCASE,MAXLNTH=17,FIRST=ANY,OTHER=AX
NY,CHAR,VALIDCK=LSTVALAD 
 ASID#IKJKEYWD   
  IKJNAME 'ASID',SUBFLD=ASIDD
 LATTRIKJKEYWD   
  IKJNAME 'LENGTH',SUBFLD=LENCD  
  IKJNAME 'L',SUBFLD=LENCD   
 ASIDDIKJSUBF
 ASID IKJIDENT 'ASID',MAXLNTH=4,PROMPT='ASID ',FIRST=ANY,OTHER=ANY,VX
ALIDCK=LSTASID   
 LENCDIKJSUBF
 LENGTH   IKJIDENT 'LENGTH',MAXLNTH=3,FIRST=NUMERIC,OTHER=NUMERIC,  C
PROMPT='LENGTH',VALIDCK=LSTVALEN 

Joe Reichman
Joe Reichman
Lead Developer Sam Golob Systems Programming LLC
71-28 163 St Apt 1A
Fresh Meadows NY 11365

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Walt Farrell
Sent: Sunday, April 30, 2023 10:51 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IKJPARS PCL questions

On Sun, 30 Apr 2023 09:49:30 -0400, Joseph Reichman  
wrote:


>Do  the keywords have to be enter the way they are laid out in the PCL
>
>I would think not
>
>Because that's why they are keywords
>
>However when I don't enter them that way it does not  hit the validity 
>exit

>From earlier in the thread, if I remember correctly, you have a mix of 
>positional and keyword operands. The positional operands must, of course, be 
>first and in the proper order. But the keywords can be in any order

--
Walt

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IKJPARS PCL questions

2023-04-30 Thread Walt Farrell
On Sun, 30 Apr 2023 09:49:30 -0400, Joseph Reichman  
wrote:


>Do  the keywords have to be enter the way they are laid out in the PCL
>
>I would think not
>
>Because that's why they are keywords
>
>However when I don't enter them that way it does not  hit the validity exit

From earlier in the thread, if I remember correctly, you have a mix of 
positional and keyword operands. The positional operands must, of course, be 
first and in the proper order. But the keywords can be in any order

-- 
Walt

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


IKJPARS PCL questions

2023-04-30 Thread Joseph Reichman
Hi

 

Do the keywords have to be enter the way they are laid out in the PCL 

 

I would think not 

 

Because that's why they are keywords 

 

However when I don't enter them that way it does not  hit the validity exit


 

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN