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

Full qualifier of a field in copybook


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

Active User


Joined: 10 May 2007
Posts: 147
Location: India

PostPosted: Wed Sep 16, 2009 10:27 am
Reply with quote

Hi,

I need to list out the variable along with its full qualifier for some copybooks. I am planning to do it via REXX (first use RLPRINT of fileaid Batch option for the copybook and then apply the output of the previous step in the rexx program to get the desired output). But I would like to know whether there is already a simpler way to achieve this. could somone clarify me?

Sample ex:
Code:

DCL 1 games,
          5 sunday,
             10 opponents char (30),
             10 tv char(6);


Output:
Code:

games.sunday.opponents
games.sunday.tv
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Sep 16, 2009 10:00 pm
Reply with quote

since I do not know what a RLPRINT looks like, I cannot tell !

I could tell for parsing the source itself...

where do You have problems, with the logic or with the REXX coding ?
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 Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Join 2 files according to one key field. JCL & VSAM 3
Search our Forums:

Back to Top