Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to read numeric value from seq file to a PIC 9(3) COMP-3

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
gaps030980

New User


Joined: 27 Sep 2005
Posts: 6
Location: Gurgaon

PostPosted: Sun Aug 24, 2008 8:57 am    Post subject: How to read numeric value from seq file to a PIC 9(3) COMP-3
Reply with quote

Seq file:-
****************************************************
1234
******************end of file**************************
Cobol prog:-
in Copybook

10 VAR-1 PIC 9(4) USAGE COMP-3
.
.
.

I want to create a seq file and populate value 1234 in it and I need to read it into my cobol prog in field defined as PIC 9(4) USAGE COMP-3.

Is it possible? The value in the seq file is NOT in packed decimal form.
Back to top
View user's profile Send private message
References
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8770
Location: 221 B Baker St

PostPosted: Sun Aug 24, 2008 9:21 am    Post subject:
Reply with quote

Hello,

Yes, just define the field in the file as pic 9(4). If the data might be signed, use s9(4) for the definition.

In your program, move the file field to the working storage field.

If there is a chance the field in the file might not be numeric, you should test for numeric otherwise there will be problems later.
Back to top
View user's profile Send private message
arcvns

Senior Member


Joined: 17 Oct 2006
Posts: 806
Location: Chennai, India

PostPosted: Sun Aug 24, 2008 9:33 am    Post subject:
Reply with quote

Kushal,

Are you trying to set up data according to your cobol copybook?
If you have fileaid, open the file using the layout and enter values. It will get saved in the format defined in the layout.

Thanks,
Arun
Back to top
View user's profile Send private message
gaps030980

New User


Joined: 27 Sep 2005
Posts: 6
Location: Gurgaon

PostPosted: Sun Aug 24, 2008 9:51 am    Post subject: Thanks!!
Reply with quote

icon_biggrin.gif
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1