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

How to process a file position wise also check for data valu


IBM Mainframe Forums -> HomeWorks & Requests
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
IBM MINAKSHI

New User


Joined: 30 Dec 2012
Posts: 3
Location: India

PostPosted: Sun Dec 30, 2012 1:49 pm
Reply with quote

Hi,
Please help me in getting answer for a question related to file processing in a COBOL program and create an output file. Input file has 10 message fields, i need to write an output records per message. i.e. if file has data for only message1 field then need to write one o/p records, if file has data for message1,message2 then need to write two o/p records and so on. means every time i need to check message field and write an o/t record if message fields has data. file layout is below-

source x(3)
Account number length x(15)
id length x(8)
ccode x(3)
message1 x(30)
message2 x(30)
message3 x(30)
message4 x(30)
message5 x(30)
message6 x(30)
message7 x(30)
message8 x(30)
message9 x(30)
message10 x(30)
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sun Dec 30, 2012 2:01 pm
Reply with quote

how do You determine that a <message> field exists/is valid ???
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Dec 31, 2012 8:00 pm
Reply with quote

Hello and welcome to the forum,

You will be much better served in our Beginners and Students forum.

Use [URL] BBCode for External Links

Please register there. A question this basic does not really belong in an "expert" forum.

Thank you,

d.sch
Back to top
View user's profile Send private message
IBM MINAKSHI

New User


Joined: 30 Dec 2012
Posts: 3
Location: India

PostPosted: Wed Jan 02, 2013 11:26 pm
Reply with quote

Thanks for guidance.

dick scherrer wrote:
Hello and welcome to the forum,

You will be much better served in our Beginners and Students forum.

Use [URL] BBCode for External Links

Please reginster there. A question this basic does not really belong in an "expert" forum.

Thank you,

d.sch
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jan 03, 2013 12:57 am
Reply with quote

You're welcome - see you there icon_smile.gif

d
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> HomeWorks & Requests

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 0
No new posts Store the data for fixed length COBOL Programming 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
Search our Forums:

Back to Top