Joined: 28 Sep 2005 Posts: 210 Location: St Katherine's Dock London
hi pedro, i tried with ispstrt and it worked.. but i realized my requirement is something different..
basically, i am trying to design a command to browse ksds files. so if i give this in my command field:
Code:
tso ibro myksds1
it should display the ksds in a browse panel.
now.. if i give the command on this panel.. say
Code:
tso ibro myksds2
myksds2 is shown in a new panel, but i cannot swap to myksds1.
i want to keep this flexibility to swap between the browsed files..
i tried using ispstrt.. but it worked differently.. first it opened a new dialog.. but unless i come out of that myksds1 will not be browsed. i have coded something like this:
Code:
if input_ok = 1 then
address ispexec'select pgm(ispstrt)'
address tso"br '"dsn"'"
end