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
 
PL/1 Field declarations to COBOL

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
sudhaaa

New User


Joined: 24 Mar 2005
Posts: 47

PostPosted: Fri Aug 29, 2008 12:05 pm    Post subject: PL/1 Field declarations to COBOL
Reply with quote

Hi,

One of my Pl/1 copybook is having below fields. I need to create a COBOL copybook for the same. Please advise

DCL 1 WK_GROUP;
5 WK_NUMBER FIXED DEC;
5 WK_SIM FLOAT DEC;

I referred PL/1 manuals to find FIXED DEC will occupy 5 bytes, where FLOAT DEC occupy 6 bytes. But not sure how I can define these in Cobol

Also, please let me know what the conversion for FIXED BINARY and FLOAT BINARY

Kindly suggest if this need to be posted under Mainframe Cobol section...

Sudhaaa
Back to top
View user's profile Send private message
References
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 961
Location: Atlanta, GA

PostPosted: Fri Aug 29, 2008 5:08 pm    Post subject:
Reply with quote

Suggestion: use the link at the top of the page to get to the PL/I manual to determine the default attributes for FIXED and FLOAT variables. Then use the same link to access the COBOL manual to determine which COBOL attributes are needed to match the PL/I attributes.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1