Select record from file using Panel



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Select record from file using Panel

Postby nikesh_rai » Sun Mar 24, 2013 11:03 pm

Hi,

I have a file which have records as given below:

CUSTOMER NAME
ADDRESS LINE 1
ADDRESS LINE 2
CITY
STATE
COUNTRY
PIN CODE
CELL NUMBER
PHONE NUMBER
FAX NUMBER


and I want display all these records on panel, with selection option. On panel when displayed.. it should looks like

_ CUSTOMER NAME
_ ADDRESS LINE 1
_ ADDRESS LINE 2
_ CITY
_ STATE
_ COUNTRY
_ PIN CODE
_ CELL NUMBER
_ PHONE NUMBER
_ FAX NUMBER


the records can be selected with option 'S'
I can display the data on panel.. but din't know how I will select these rows.. once selected I need to copy it to a temporary file. Even I can copy it to a temporary file also. But for the time being my problem is I don't know how I will create the panel with selection option and select these rows.. Please suggest me...
Thanks
Nikesh Rai
nikesh_rai
 
Posts: 205
Joined: Tue Oct 18, 2011 1:27 am
Has thanked: 17 times
Been thanked: 0 time

Re: Select record from file using Panel

Postby NicC » Mon Mar 25, 2013 1:18 am

You need to look at ISPF Table Services
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Select record from file using Panel

Postby Pedro » Mon Mar 25, 2013 11:58 pm

I have a file which have records as given below:

Your description of the data is not clear to me. Normally, those are considered fields of a single record. said differently, those are columns of a single row.
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post