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

Convert Programs to Above the Line


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
delly999

New User


Joined: 12 Jan 2007
Posts: 13
Location: Ontario, Canada

PostPosted: Thu Jan 29, 2009 12:08 am
Reply with quote

Hi all,
I am currently working on a project to move all our PL/I and Assembler programs "above the line". I am doing this by changing the AMODE and RMODE values to 31 and ANY respectively, along with some creative coding for Assembler I/O modules. Whenever I view my load libraries, they all say AMODE=31 RMODE=ANY, but when I look at the entire composite (programs and sub-programs together) I get MIN/ANY. All the individual programs by themselves seems to be fine, but I cannot get any Driver above the line. My question is could this be caused by IBM assembler utilities (e.g. IBMSSIOA, CEEBPIRA .....). Thanks in advance
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Thu Jan 29, 2009 3:17 pm
Reply with quote

There are a lot of AMODE(24)/RMODE(24) modules in CEELKED, most looking like they're Cobol-related. See 2 members IGZ* and a lot ILB*. There's also BLDQS and CEE3SRT.

Any of these included in your composite linkedit would pull you down "below".

Garry.
Back to top
View user's profile Send private message
delly999

New User


Joined: 12 Jan 2007
Posts: 13
Location: Ontario, Canada

PostPosted: Fri Jan 30, 2009 3:23 am
Reply with quote

Thanks Garry
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts Keep leading zero(s) after convert fl... SYNCSORT 7
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
No new posts Fetch data from programs execute (dat... DB2 3
Search our Forums:

Back to Top