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

Need to rexx code view assembler layout


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chandru_blr

New User


Joined: 19 Mar 2010
Posts: 1
Location: bangalore

PostPosted: Fri Oct 01, 2010 11:49 pm
Reply with quote

Hi,
I started using file master tool very recently..

I use file master tool to view cobol copybook layout, but when I try to view assembler layout, it gives me error as period not present. Is there any way to view assembler copybook in file master tool or is it possible write rexx code to view assembler copybook? If yes, how can I start?

chand
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Oct 02, 2010 8:50 pm
Reply with quote

Quote:
...or is it possible write rexx code to view assembler copybook? If yes, how can I start?


what do You mean by view assembler copybook ?
as a general programming concern ..
if You can express rules/describe a process without ambiguity
You have the proper skill
then ... you can write a program to solve/implement any rules/process of Your choice

but, alas, Your question is a bit ( at lest ) unclear so the answer is ...
YES, we do not know ( because the process is not clear )

for assembler copybooks/layouts the fastest thing would be to process them with assembler and parse the adata dataset
( the offsets and length are resolved and You do not have to rewrite the part of assembler dealing with symbols ))
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: Sat Oct 02, 2010 11:00 pm
Reply with quote

Hi Enrico,

I suspect this is asking about expanding a copybook while looking at the source.

Possibly we'll get a clarification from chand.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Oct 02, 2010 11:07 pm
Reply with quote

if that is the case then ...
he will have to rewrite the part of assembler dealing with symbols icon_biggrin.gif
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Sun Oct 03, 2010 1:26 am
Reply with quote

I guess "File Master" is a 3rd-Party product and management has not paid for the "Assembler" option or perhaps, maybe it's not even offered?

Just write a small Assembler "shell" program, insert the copybook and Assemble it, using ISPF 4.1 (Assembler Foreground option).

If you're blocked from using 4.1, then submit this program as a Batch Assembly, without a Link-Edit step.

Either way, this should not be too difficult.

We had to do it this way back in the 70's.... icon_eek.gif

Bill
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top