ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

how do i access the file inside library which is inside qsys on remote system.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how do i access the file inside library which is inside qsys on remote system.

    Hi i have been trying to access a particular file inside a lib which is inside library qsys

    I have been able to browse till qsys using

    connect rmtdb
    ,set path =qsys
    select * from file a --working
    however is ther any specific set command to go into lib inside qsys
    and then do a select on file.




    Thanks
    Satya

  • #2
    Originally posted by satya View Post
    Hi i have been trying to access a particular file inside a lib which is inside library qsys

    I have been able to browse till qsys using

    connect rmtdb
    ,set path =qsys
    select * from file a --working
    however is ther any specific set command to go into lib inside qsys
    and then do a select on file.




    Thanks
    Satya
    Isee the problem is setting the path it looks like the set path command is setting the path OF THE LIBRARY WITH QUOTES when i checked it using "select current_path from sysibm.sysdummy1"

    .I need to set the path without quotes.and i have heard its changed in custom properties section .


    Please find the thread referring to

    There are numerous web pages where people show this message as a symptom (with the value after SQLERRMC and the driver level varying): DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704, SQLERRMC=M51Dev.

    Comment

    Working...
    X