IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Regarding MAP Field


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
balasubramani.v.y

New User


Joined: 17 May 2007
Posts: 3
Location: chennai

PostPosted: Fri May 18, 2007 5:34 pm
Reply with quote

Dear team,

I'm very new to this forum. hope u all will assist me and make me better. ok lets come to point.

In map, i have input field named

No of lines : ___ (value entered should be 1 to 99)

eg,. if i give 18 as input and press enter, it should display 18 VIN-CODE lines as input and dynamically allows me to enter the value for it.
but is it possible to get the above as i mentioned. pls assist me. explain briefly with example

example


No of lines : 18 (i gave 18 as input and press enter)


VIN-CODE ( page 1)

____________ (this field named "#map-vin " and format/length
____________ as A23/1:99 as array)
____________
____________
____________
____________
____________
____________
____________
____________

pfkeys.. --pf7---pf8---

(if i press pf8, next screen should display with remaining lines as input)


VIN-CODE ( page 2)

____________
____________
____________
____________
____________
____________
____________
____________




pfkeys.. --pf7---pf8---



waiting for ur kind replay. thank u in advance
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Fri May 18, 2007 7:13 pm
Reply with quote

What kind of map?
Back to top
View user's profile Send private message
balasubramani.v.y

New User


Joined: 17 May 2007
Posts: 3
Location: chennai

PostPosted: Mon May 21, 2007 9:36 am
Reply with quote

sorry for late reply MR.thompson.

Its a general MAP using INPUT statement.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon May 21, 2007 10:56 am
Reply with quote

IF I understand you correctly, you want the number of displayed lined to be determined by the user at run time. If this is the case, you can:
1. Design an internal map using INPUT with no USING clause.
or
2. Design an external map using dynamic array.

The logic for PF7/PF8 is to be written by you, although some examples can be found over the net and in Goftware AG's fine manuals.

O.
Back to top
View user's profile Send private message
balasubramani.v.y

New User


Joined: 17 May 2007
Posts: 3
Location: chennai

PostPosted: Mon May 21, 2007 12:39 pm
Reply with quote

OK .thank u OFER. But If u dnt mind can u tell me in detail regarding this.

can u explain the 1st option ....
Design an internal map using INPUT with no USING clause.. how to implement the logic without USING clause.. please assist yaar.


Thank u in advance
Back to top
View user's profile Send private message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 176
Location: India

PostPosted: Mon May 21, 2007 1:59 pm
Reply with quote

Hi Ofer,

It would be of great help if you just tell in brief the diff. between Internal and External Map.

Thanks,
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Join 2 files according to one key field. JCL & VSAM 3
No new posts How to move the first field of each r... DFSORT/ICETOOL 5
No new posts S0C7 - Field getting overlayed COBOL Programming 2
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
Search our Forums:

Back to Top