REXX Questions and Answers

Recent IT Questions

1 - 20 of 26
<<PREVIOUS 1|2 NEXT>>

Report from CA/View

Hello, I need to write a REXX routine to read the CA/VIEW (SAR) for a particular job and list out all the datasets that are being used in it. Please let me know of any sample code or point me to some documentation where I can read more about this. Thank you. CA/VIEW is the place that all the jobs...

View Answer   |  Oct 2 2009  8:15 PM GMT
REXX, SAR
asked by Bgudipati

  5 pts.

REXX to generate report

I have a request to write a REXX code which will collect the data from a job output and then generates a report. please give me some insight  and some sample code. Software/Hardware used: z/os 1.9

Answer Question   |  Sep 4 2009  7:08 AM GMT
REXX, z/OS, z/OS 1.9
asked by Dsaxena2

  5 pts.

How can I import data to mainframe from Excel in REXX

I have the excel sheet with few fields, I want to import the excel data from my desktop to a mainframe dataset

View Answer   |  Aug 11 2009  11:43 AM GMT
REXX, Microsoft Excel, REXX Mainframe
asked by NatpudanMoorthy

  5 pts.

How can I export data from mainframe to Excel in REXX

i want to export data in PS to excel through rexx code.As i am a beginner in REXX .can any one help me in this .

asked by Laks143

  5 pts.

REXX LOOP for repeated Enter press

Is it possible to code a REXX EXEC to emulate the repeated pressing of the ENTER key with a TSO session? The repeat loop would be set by an externally determined variable value or some form of time elapse logic. THANKS!

View Answer   |  May 6 2009  11:33 AM GMT
REXX LOOP, REXX, TSO session
asked by JWGJR

  5 pts.

Differences between REXX(For IBM Mainframes) and REXX/400(For AS/400)?

Can you please provide the detailed differences between REXX(For IBM Mainframes) and REXX/400(For AS/400)? I am new to REXX/400, so finding bit difficulties to understand it. Thanks in advance, Shameer

View Answer   |  Apr 19 2009  5:42 AM GMT
REXX, REXX/390, REXX/400
asked by Shameer007

  20 pts.

Can you find out the name of the job calling a REXX program?

I am using REXX in TSO, and I would like to get information about the Batch job that called the REXX. I was hoping to get the Job name and the job number, but I can't find anything. I've looked in the MVSVAR() and SYSVAR() functions, which is where I thought it'd be available, but couldn't find...

View Answer   |  Mar 6 2009  4:07 PM GMT
REXX, TSO, IKJEFT01
asked by Kwkanne

  145 pts.

REXX

I need to read a file having a name of the dataset. And then have to check whether it is cataloged or not. Can anyone let me know how to do it? Thanks for the information

View Answer   |  Feb 26 2009  11:23 AM GMT
REXX, REstructured eXtended eXecutor, Mainframe Datasets
asked by Aksofashish

  5 pts.

Submit Rexx procedure

I submitted a rexx procedure with *LIBL for the library, it's failing with error message procedure not found eventhough REXX library is in the library list. Can someone help I don't to have to hard code the library name? Thanks

View Answer   |  Nov 10 2008  4:16 PM GMT
REXX, REXX/400, REXX Procedure
asked by Roncadet

  25 pts.

Information on writing a VM/CMS Batch Scheduler in REXX

I would like to write a REXX program that performs the following: Schedule a Batch Job View Jobs Scheduled for a particular Day Delete a batch job View the Status of a scheduled Batch Job

View Answer   |  Oct 7 2008  3:22 PM GMT
REXX, VM/CMS
asked by Ldmckenzie

  10 pts.

REXX

What is the relative way for ISPEXEC MACRO in REXX to REXX in AS/400?

Answer Question   |  Sep 18 2008  9:44 AM GMT
REXX, REXX/400, ISPEXEC
asked by Gka

  70 pts.

REXX/400

How to read file and write into file by REXX/400?

View Answer   |  Sep 9 2008  9:06 AM GMT
REXX, REXX/400
asked by Gka

  70 pts.

DSNTEP2 output problem

DSNTEP2 (aka SPUFI in batch) is causing problems for my extract JCL. How do you get rid of the SPUFI-like column headers from the output datafile produced by DSNTEP2? I don't have ANY experience with REXX, so an example would be appreciated. Jon

View Answer   |  Jun 10 2008  4:49 PM GMT
SQL, DB2, REXX
asked by Jonty Walker

  105 pts.

need a REXX script to execute a compile or link job in mainframes

can somebody tell me how to execute a job(like compile or link) through a REXX script

Answer Question   |  Apr 30 2008  11:05 AM GMT
Mainframe, REXX
asked by SHORYAsunny

  5 pts.

Rexx tool to get job information from CA view2.0(CAV)

Hello, I need to develop a REXX tool which will read certain job information like Job start time; job run time and so on. The jobs from production after completion get archived to a CAV(CA view) which is the only way to see a job output in production. Can someone please tell me if its...

Answer Question   |  Mar 23 2008  12:45 AM GMT
REXX, CA View
asked by Swarna s

  5 pts.

Is there a way to execute a REXX utility when a user logs off the mainframe session

I am planning to write a utility which would cancel all the active jobs by a user when he logs off from mainframe. Like logon script is there a logoff scripts that executes when the user logs-off?

View Answer   |  Mar 18 2008  7:09 PM GMT
Mainframe, REXX, Logoff Script
asked by Naruka

  5 pts.

Capacity management

As part of capacity management, we need to collect data on disk utilization, cpu utilization, memory utilization of our AS400 servers. Is it possible to retrieve all these information using a program? If yes, kindly provide me the programs to do the same. Is there any other technique that can be...

View Answer   |  Mar 3 2008  6:04 AM GMT
REXX, CL
asked by Srinivas naikk

  115 pts.

write a program using rexx for the following?

Place the cursor on the DSN and press enterto view or browse , which is in view or edit mode?

Answer Question   |  Jan 29 2008  2:43 PM GMT
REXX
asked by Rexx

  5 pts.

REXX Program - How to write output string from edit find command

In my REXX program how do I write a string of data, found using an edit 'find' command, to the output file? I have used variations of the EXECIO command but it treats my variable names as literals. Pgm follows: /* REXX */ ADDRESS ISREDIT "MACRO PROCESS" /* */...

View Answer   |  Nov 19 2007  2:35 PM GMT
REXX
asked by Shortputt

  5 pts.

HTTP requests from Rexx

Does anybody know how to invoke HTTP requests to a web server from within a Rexx procedure running on z/OS? I have a distributed servlet that I need to invoke from a mainframe through an HTTP GET call. Any pointers are much appreciated. Thanks, Stefan

View Answer   |  Nov 23 2005  2:28 PM GMT
REXX
asked by ssievert

  0 pts.

1 - 20 of 26
<<PREVIOUS 1|2 NEXT>>