On 27 August 2012 23:47, Micheal Butz <[email protected]> wrote:
[...]
> TSO CMD JOBNAME(JOBNAME) ASID(X'0037') DUMP(YES)
[...]
> The following is the layout of the  IKJ macros I am using to parse this 
> statement
[...]
> CANCEL   IKJPARM DSECT=PARSEAT
> JOBNAME  IKJKEYWD
>          IKJNAME  'JOBNAME',SUBFLD=JOB
> ASID     IKJKEYWD
>          IKJNAME  'ASID',SUBFLD=ASIDX
> DUMP     IKJKEYWD
>          IKJNAME  'DUMP',SUBFLD=DUMPX
> *   SUBFIELDS
> JOB      IKJSUBF
> JOBX     IKJIDENT 'JOBNAME',FIRST=ALPHANUM,MAXLNTH=8,PROMPT='JOBNAME
> ASIDX    IKJSUBF
> ASIDF    IKJIDENT 'ASID',FIRST=ALPHANUM,OTHER=ALPHANUM,PROMPT='ASID'
> DUMPX    IKJSUBF
> DUMPF    IKJIDENT 'DUMP',FIRST=ALPHA,MAXLNTH=2
>          IKJENDP
[..]
>                When I retrieve the address returned in PPLANS
> This is what it looks like nothing is returned

> 00064F00.  FF000000 01000100 00000000 00000000  *................*
>             00000000 00000000 00000000 00000000  *................*
[...]
> No data has been parsed

What is the return code from IKJPARS?

Are there no IKJ messages from parse?

You have "TSO" in front of your command, which suggests that you are
running under some environment other than a TMP READY prompt, e.g.
ISPF. Please rerun from a READY prompt.

Do you have PROMPT and MSGID on in your profile?

Your "DUMPF" IKJIDENT has MAXLNTH=2, but you are passing it string of
length 3 (YES). It is also not a required value (no PROMPT or DEFAULT)
- is this what you want?

Finally - please trim your postings and make your questions clear.
Gratuitous double spacing of all your lines accomplishes nothing good.

Tony H.

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

Reply via email to