SriniForum
Hello Friend,
Welcome to Fully Optimized Discussion Forum.
Leading Forum in India

Join the forum, it's quick and easy

SriniForum
Hello Friend,
Welcome to Fully Optimized Discussion Forum.
Leading Forum in India
SriniForum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Cobol Multiple Arrays - INTERVIEW Question

2 posters

Go down

Cobol Multiple Arrays -  INTERVIEW Question Empty Cobol Multiple Arrays - INTERVIEW Question

Post by srini Thu May 01, 2014 11:33 am

HOW DO WE RETRIEVE VARIABLE IN TWO DIMENSIONAL ARRAY?

srini

Posts : 68
Points : 150
Reputation : 0
Join date : 2013-12-16

Back to top Go down

Cobol Multiple Arrays -  INTERVIEW Question Empty Re: Cobol Multiple Arrays - INTERVIEW Question

Post by srini Thu May 01, 2014 11:40 am

Method-1
PERFORM VARYING INDEX1 FROM 1 BY 1 UNTIL INDEX1>10
PERFORM VARYING INDEX2 FROM 1 BY 1 UNTIL INDEX2>20
END-PERFORM
END-PERFORM

Method-2

PERFORM VARYING INDEX1 FROM 1 BY 1 UNTIL INDEX1>10
 AFTER INDEX2 FROM 1 BY 1 UNTIL INDEX2>20
END-PERFORM

srini

Posts : 68
Points : 150
Reputation : 0
Join date : 2013-12-16

Back to top Go down

Cobol Multiple Arrays -  INTERVIEW Question Empty Re: Cobol Multiple Arrays - INTERVIEW Question

Post by Admin Sat Jan 03, 2015 9:49 pm

Good Answer

Admin
Admin

Posts : 11
Points : 26
Reputation : 0
Join date : 2013-12-13

http://sriniforum.com

Back to top Go down

Cobol Multiple Arrays -  INTERVIEW Question Empty Re: Cobol Multiple Arrays - INTERVIEW Question

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum