On Fri, 19 Nov 2010 15:17:00 -0800, Edward Jaffe wrote:
>
>Based on the following table entry, I'm not sure why rc=syscalls('ON') is 
>required:
>
>SUBCOMT11_ENTRY EQU *                /* Set up 11th SUBCOMTB entry
>                                                                  @P1A*/
>SUBCOMT11_NAME DC CL8'SYSCALL '      /* Subcom env name          @P1A*/
>SUBCOMT11_ROUTINE DC CL8'BPXWREXX'   /* routine handling the     @P1A*/
>*                                    /* subcommand env. is       @P1A*/
>*                                    /* BPXWREXX                 @P1A*/
>SUBCOMT11_TOKEN DC CL16'                ' /* Blank Subcom Token  @P1A*/
>
Ummm...  Example:

      1 *-*  say O_RDONLY address()
        >>>    "O_RDONLY TSO"
 O_RDONLY TSO
        *-*  address syscall close 9
        >>>    "CLOSE 9"
        *-*  say O_RDONLY
        >>>    "O_RDONLY"
 O_RDONLY
        *-*  RC=syscalls('ON')
        >>>    "0"
        *-*  say O_RDONLY
        >>>    "2"
 2
 ***

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to