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

Check Edit Profile in REXX


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

New User


Joined: 28 Nov 2006
Posts: 69
Location: India

PostPosted: Fri Dec 08, 2006 10:34 am
Reply with quote

We can view the edit profile with command PROFILE.
Can i check the profile in REXX.

I have a rexx exec which reads an input file line by line and with some condition writes it in output file. If for input file "NUM ON" is set then this rexx reads the line from input file with last 8-9 digits as numbers and writes the same in output file.
How can my REXX understand whether it is "NUM OFF" or "NUM ON" set for input file ?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Dec 08, 2006 4:31 pm
Reply with quote

There is an ISREDIT command called NUM, which queries the status of NUM, and return the value into a variable.

O.
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