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

Diff Physical map and Symbolic map


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Pradeebha

New User


Joined: 06 Jan 2006
Posts: 7

PostPosted: Wed Jan 18, 2006 1:07 pm
Reply with quote

Can any one say me the difference between the Physical map and Symbolic map. Where do we use it in program and in which circumstance do we use it.

regards
Pradeebha
Back to top
View user's profile Send private message
Gautam512

Active User


Joined: 05 Oct 2005
Posts: 308
Location: Vizag / US

PostPosted: Wed Jan 18, 2006 1:41 pm
Reply with quote

Hi,

Physical Map? Screen layout coded in BMS and finally loaded into a load module.
The physical map is the load module, which is primarily used by CICS. It defines maximal data length and the starting position of each field to be read and allows BMS to interpret input NMDS. It controls the screen alignment plus sending and receiving of constants and data from and to the terminal, and has the terminal information.
For output operations, the physical map defines starting position, length, and field characteristics and default data for each field and allows BMS to add Bcc and commands for output in order to construct an output NMDS.

Symbolic Map? Copy library which is copied into the working storage of a program.
It is a copy library member, which is to be included in the application program for defining the screen fields. It is to ensure device and format independence to application programs.

Thanks,
Gau
Back to top
View user's profile Send private message
Gautam512

Active User


Joined: 05 Oct 2005
Posts: 308
Location: Vizag / US

PostPosted: Wed Jan 18, 2006 9:56 pm
Reply with quote

HI Pradeebha,

Hope u got the difference.....
Back to top
View user's profile Send private message
Pradeebha

New User


Joined: 06 Jan 2006
Posts: 7

PostPosted: Thu Jan 19, 2006 9:35 am
Reply with quote

Hai Gautam

Physical Map Ex:
-------------------
.
.
CUSTNO DFHMDF POS=(1,3),
ATRRB=(UNPROT,NUM,FSET,IC),
LENGTH=8

Symbolic Map:
----------------
.
.
COPY CUSTNO.....so this will copy the custno into ur application pgm
.....but why do u want to use the physical map as symbolic
.....map?

Is my doubt clear to you Gautam.

regards
Pradeebha
Back to top
View user's profile Send private message
Pradeebha

New User


Joined: 06 Jan 2006
Posts: 7

PostPosted: Thu Jan 19, 2006 9:52 am
Reply with quote

Hai Gautham

Another doubt...

Physical map will be created by us.
once you compile the Physical map....the Symbolic map will be automatically generated.

Am i right.

regards,
Pradeebha
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Rotate partition-logical & physic... DB2 0
No new posts pass data as symbolic parameter from ... CLIST & REXX 2
No new posts passing symbolic parameters through d... JCL & VSAM 3
No new posts How to list BMS MAP screens in BMS Ph... CICS 2
No new posts how to show listing in physical locat... PL/I & Assembler 2
Search our Forums:

Back to Top