Page 1 of 1

Can a Index Variable assigned value using Move Statement

PostPosted: Tue May 20, 2008 3:36 pm
by chasermf
Can a Index Variable assigned value using Move Statement
a)True
b)False



explanation please......................................
thanks in advance!!!!
reply as soon as possible

Re: cobol

PostPosted: Tue May 20, 2008 3:47 pm
by jayind
you have to use SET command to assign a value to index. MOVE can be used for other variables but not for INDEXES

Re: Can a Index Variable assigned value using Move Statement

PostPosted: Tue May 20, 2008 6:58 pm
by CICS Guy

Re: Can a Index Variable assigned value using Move Statement

PostPosted: Tue Jun 03, 2008 11:24 am
by abhinavnimje
whatever u specified is for MOVE CORR,
where actual movement fo INDEX values is not taking place.
you can use MOVE for the SUBSCRIPT but not for INDEX.