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

Understanding REXX code


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

New User


Joined: 27 Sep 2007
Posts: 6
Location: Hyderabad India

PostPosted: Wed Aug 12, 2009 12:45 pm
Reply with quote

Hi,
Can any one explain below code in REXX... I m very new to REXX


LA = 0;
FLAG = FALSE;
LEN_PGM = 0;
LINE.I = STRIP(LINE.I);
LEN_PGM = LENGTH(LINE.I);
IF LEN_PGM < 8 THEN
DO;
LINE.I = INSERT(' ',LINE.I,LEN_PGM,(8-LEN_PGM));
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Aug 12, 2009 1:04 pm
Reply with quote

DO NOT tag a different question onto the end of an existing one.

Click HERE to access all the manuals you will need to help yourself.

If you still need help after reading the correct manuals, please post and someone will help you.
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