Page 1 of 1

Select record from file using Panel

PostPosted: Sun Mar 24, 2013 11:03 pm
by nikesh_rai
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...

Re: Select record from file using Panel

PostPosted: Mon Mar 25, 2013 1:18 am
by NicC
You need to look at ISPF Table Services

Re: Select record from file using Panel

PostPosted: Mon Mar 25, 2013 11:58 pm
by Pedro
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.