Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

3D array - peoplecode

This is a discussion on 3D array - peoplecode within the PeopleSoft forums, part of the Enterprise Solutions category; how to populate 3D array in peoplecode 2D works as follows: &LineNo = 1; While &SQL1.fetch(&comp_role, &comp_prof,) &MYARRAY.Push(&comp_role); &MYARRAY [&LineNo].Push(&comp_prof); &LineNo = &LineNo + 1; End-While;...

Go Back   Geeks Talk > Enterprise Solutions > PeopleSoft
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

PeopleSoft PeopleSoft Knowledge Base, Learn and Share ERP Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-28-2008
Junior Member
 
Join Date: Oct 2008
Location: chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
anu.manickam is on a distinguished road
3D array - peoplecode

how to populate 3D array in peoplecode
2D works as follows:
&LineNo = 1;
While &SQL1.fetch(&comp_role, &comp_prof,)
&MYARRAY.Push(&comp_role);
&MYARRAY [&LineNo].Push(&comp_prof);
&LineNo = &LineNo + 1;

End-While;
Reply With Quote
Sponsored Links
Reply

  Geeks Talk > Enterprise Solutions > PeopleSoft

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
PeopleCode question madhu.ps16 PeopleSoft 2 06-25-2009 03:38 AM
Access Component Properties from PeopleCode peoplesoft_ken PeopleSoft 0 01-03-2008 11:34 AM
Help on Dynamic Array nancyphilips C and C++ 8 12-25-2007 09:59 AM
convert one dimansional array to two dimansional array Geek_Guest C and C++ 6 12-22-2007 04:17 AM
static array or dynamic array? rpgubba C and C++ 6 12-22-2007 04:03 AM


All times are GMT -4. The time now is 02:43 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved