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

HEADER IN BMS


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

New User


Joined: 18 Jan 2007
Posts: 17
Location: CHENNAI

PostPosted: Fri Nov 13, 2009 1:04 pm
Reply with quote

Hi,
I want to code a HEADER line in BMS with 80 characters. I use INITIAL command to assign the header to a label.
If I cross 72 column how can I assign more data to the header?
I still want some more data to be in header, how can i continue in next line withhout assigneing to another label?

Pease help ?
Quote:

Code:

000053          DFHMDF POS=(04,01),LENGTH=79,ATTRB=(ASKIP,BRT),               X
000054                INITIAL='   PROD       WEB AVAILABILITY           '   
Back to top
View user's profile Send private message
harikiran.mc

New User


Joined: 18 Jan 2007
Posts: 17
Location: CHENNAI

PostPosted: Fri Nov 13, 2009 1:15 pm
Reply with quote

harikiran.mc wrote:
Hi,
I want to code a HEADER line in BMS with 80 characters. I use INITIAL command to assign the header to a label.
If I cross 72 column how can I assign more data to the header?
I still want some more data to be in header, how can i continue in next line withhout assigneing to another label?

Pease help ?
Quote:

Code:

000053          DFHMDF POS=(04,01),LENGTH=79,ATTRB=(ASKIP,BRT),               X
000054                INITIAL='   PROD       WEB AVAILABILITY           '   


Can I use like this:
Quote:
Code:

000053          DFHMDF POS=(04,01),LENGTH=79,ATTRB=(ASKIP,BRT),               X
000054                INITIAL='   PROD       WEB AVAILABILITY                 X   
000055   ' DEALER DATA      START DATE END DATE   INFORMATION IND'


Is the above code in INTIAL valid?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Nov 13, 2009 5:47 pm
Reply with quote

From the CICS Application Programming Reference (manuals link at the top of the page):
Quote:
A.9 BMS macros

The syntax of each BMS macro is defined, separating the various operands and options into those appropriate to minimum, standard, and full BMS.

When coding, you should have the title in column 1, the macro in column 10, continuation lines should have * in column 72 and continue on column 16 on the next line.
Back to top
View user's profile Send private message
harikiran.mc

New User


Joined: 18 Jan 2007
Posts: 17
Location: CHENNAI

PostPosted: Wed Nov 25, 2009 12:09 pm
Reply with quote

Thank you!! It worked...
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Nov 25, 2009 5:36 pm
Reply with quote

Glad to hear it worked.
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 Insert header record with record coun... DFSORT/ICETOOL 14
No new posts Comparing Header and Trailer. DFSORT/ICETOOL 7
No new posts Adding a header when change data DFSORT/ICETOOL 6
No new posts Insert System Runtime in HEADER In SY... SYNCSORT 9
No new posts Create Header Dtae as MMDDYYYY DFSORT/ICETOOL 16
Search our Forums:

Back to Top