hi Balaji,
the variable SYSUSED from the function LISTDSI is what you are looking for.
SYSUSED Allocation used, in space units
/* REXX */
DSNAME = "'DV20HEY.DSFP1101.COBOL'"
x=LISTDSI(DSNAME)
if DATATYPE(SYSUSED) = 'NUM' then do
if...
Hello,
i want to compile and Link a Cobol-Program for DB2 as a UDF.
The description of the CREATE FUNCTION in the DB2 Manuels mean, that a UDF as a SUB-Program runs faster than a UDS as Main-Programm.
How can i compile and link a program as a sub-program.
is there anybody how can it explain...
Hello,
i use the folloing configuration:
SUSE 8.2
REGINA 3.2.1
APACHE 1.3.27
mod_rexx from IBM v.2.0
i have compiled the mod_rexx module with the sourcen from them above, with the compilerswitches:
-c -DLINUX=22 -DEAPI -DUSE_REGINA -shared
the compilation works fine.
every time when i want...
Hello,
please use IKJEFT1A or IKJEFT1B and not IKJEFT01 to execute your REXX-Script.
then you can set the RETURN-CODE for your JCL simple with
/* REXX */
.
. some instructions here
.
.
EXIT [your RETURN-CODE]
cu
kai
Hello,
how can i allocate a TAPE-DSN in a REXX-Script?
"ALLOCATE FILE(SYSUT1) DATASET(" !! Dataset !! ") SHR REUSE"
doesn't work.
cu
kai
hi prasoonkc,
i hope that i understand what you want.
you can use the rand funktion. here is the discription from the manual.
RAND(__________)
expression
The RAND function returns a random floating-point value between 0 and 1.An argument...
hi there,
for NT, LINUX and all so for OS/2 is a REXX-Interpreter avaible it call REGINA.
there are many extention for the systems avaible.
go to your search engine and find it.
cu
kai
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.