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

DFHMDF attribute


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

New User


Joined: 01 Apr 2009
Posts: 33
Location: Rome - Italy

PostPosted: Wed Sep 28, 2011 2:42 pm
Reply with quote

Hola,
i have a problem with cics map...
i can't change the map but i don't want see a some words.
is possible to modify the attribute of an offset from program???
For example:
Code:
****************************                         
ONE      DFHMDF POS=(10,24),LENGTH=001,ATTRB=(UNPROT,FSET)
            DFHMDF POS=(10,26),LENGTH=008,ATTRB=(ASKIP),     
               INITIAL='PIPPO'                         
            DFHMDF POS=(10,39),LENGTH=006,ATTRB=(ASKIP),     
               INITIAL='PEPPO'                           
***************************

i don't want PEPPO... i want:
DFHMDF POS=(10,39),LENGTH=006,ATTRB=(ASKIP,DRK)
can i change it like:
move dark to dfhmdf (10:39) etc. etc.

Forgive me for my english... i'm very sorry...
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Wed Sep 28, 2011 2:59 pm
Reply with quote

ibmmainframes.com/about36285.html
Back to top
View user's profile Send private message
Seppe

New User


Joined: 01 Apr 2009
Posts: 33
Location: Rome - Italy

PostPosted: Wed Sep 28, 2011 3:08 pm
Reply with quote

Hola Peter,
my problem is "i don't have a mapfieldname but only the offset"!!!
a command like:
MOVE ALL '*' TO DFHMDF POS=(10,39).

very thanks.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Wed Sep 28, 2011 3:14 pm
Reply with quote

Define fieldnames in the map.
Back to top
View user's profile Send private message
Seppe

New User


Joined: 01 Apr 2009
Posts: 33
Location: Rome - Italy

PostPosted: Wed Sep 28, 2011 3:22 pm
Reply with quote

I can't change the map, i can only use it...
I can't do another similar map 'cause i can't define it...
It's a long story...

Can i change the attribute (or the initial value) from program?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Sep 28, 2011 3:59 pm
Reply with quote

then looks like You are out of luck...
You can change the attributes and content only for the <data> fields
the <text> fields are transparent for Your application

Your application program sees only the <data> fields
the <text> fields will be merged with them at later time.

to satisfy the requirement somebody needs to review the application specifications
Back to top
View user's profile Send private message
Seppe

New User


Joined: 01 Apr 2009
Posts: 33
Location: Rome - Italy

PostPosted: Wed Sep 28, 2011 4:12 pm
Reply with quote

Bad thing.
Thanks.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Sep 28, 2011 4:44 pm
Reply with quote

There's an old saying - "No label, no access".

If your MAPSET can't be changed (as you've said) and the DFHMDF (as you've posted) is not assigned a label in positions 1-8, then there's nothing you can do.

HTH....

Mr. Bill
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 XML Generate with Attribute & Ele... COBOL Programming 5
No new posts CALL MACRO EXECUTE FORM - Setting the... PL/I & Assembler 7
No new posts Attribute field CICS 1
No new posts Problem with PIC attribute when assig... PL/I & Assembler 7
No new posts Specification of XML tag attribute va... COBOL Programming 4
Search our Forums:

Back to Top