Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

report

Former Member
0 Likes
608

how to edit a field value in a list output

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
587

Hi,

data var1(5) value '12345'.

format input on.

write var1.

format input off.

Hope this helps.

Thanks,

Srinivas

7 REPLIES 7
Read only

ferry_lianto
Active Contributor
0 Likes
587

Hi,

Please try this.


format input on.

write f1.
format input off.

Also please check this demo programs.

DEMO_LIST_SET_CURSOR_1

DEMO_LIST_SET_CURSOR_2

DEMO_LIST_SET_CURSOR_3

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
587

Hi,

Not sure what you are looking for...

Do you want to enter values in the list output..Then use FORMAT INPUT ON..

FORMAT INPUT ON.

WRITE: / 'Input '.

FORMAT INPUT OFF.

Thanks,

Naren

Read only

Former Member
0 Likes
587

use write statement with INPUT addition.

I don't see any of your threads closed. Please reward all helpful answers or people would stop answering your queries.

Regards,

Ravi

Read only

Former Member
0 Likes
587

Hi,

You need to use <b>Input on</b> to edit the Output filed in the List output. this edited value will be in the secondary list only.

WRITE: 'TEST' input on.

WRITE: VAR input on.

Regards

Sudheer

Read only

Former Member
0 Likes
588

Hi,

data var1(5) value '12345'.

format input on.

write var1.

format input off.

Hope this helps.

Thanks,

Srinivas

Read only

Former Member
0 Likes
587

hi,

Use Input on in the write statement of the field to modify.

Pls reward if it is helpful

Regards,

Sangeetha.A

Read only

Former Member
0 Likes
587

hi,

Use Input on in the write statement of the field to modify.

Pls reward if it is helpful

Regards,

Sangeetha.A