SDSF/Rexx ISFLRECL



IBM's Command List programming language & Restructured Extended Executor

SDSF/Rexx ISFLRECL

Postby LasseH » Wed Oct 10, 2012 4:02 pm

HI
Trying to fetch LRECL info from ISFACT H (NP SA)
ISFDDNAME, ISFDSNAME, ISFRECFM found but not ISFLRECL

Result:
ISFDDNAME.0=1 SYS00624
ISFDSNAME.0=1 K39828.K39828ÖÖ.J0941463.D0000002.JESMSGLG
ISFRECFM.0 =1 UA
An error has occurred in Rexx module: SDSF2PDS
Error Type : NOVALUE
Error Line Number : 231
Instruction : say 'ISFLRECL.0 ='isflrecl.0

Accordning to manual it should be there...

//Lasse
LasseH
 
Posts: 70
Joined: Mon Nov 08, 2010 2:51 pm
Has thanked: 7 times
Been thanked: 1 time

Re: SDSF/Rexx ISFLRECL

Postby enrico-sorichetti » Wed Oct 10, 2012 4:12 pm

not before 1.12 :geek:

what manual are You looking at ?
what zOS release are You on ?
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: SDSF/Rexx ISFLRECL

Postby LasseH » Wed Oct 10, 2012 4:31 pm

26 *-* say MVSVAR(sysopsys)
>>> "z/OS 01.12.00 HBB7770"
z/OS 01.12.00 HBB7770

http://publib.boulder.ibm.com/infocente ... sa0182.htm

//Lasse
LasseH
 
Posts: 70
Joined: Mon Nov 08, 2010 2:51 pm
Has thanked: 7 times
Been thanked: 1 time

Re: SDSF/Rexx ISFLRECL

Postby enrico-sorichetti » Wed Oct 10, 2012 7:52 pm

see here for a handy REXX external function to retrieve the names of the variables available

http://ibmmainframes.com/about59657.html

just use

say RXVARS()

and You will know
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: SDSF/Rexx ISFLRECL

Postby LasseH » Thu Oct 11, 2012 12:49 pm

Found the problem (seems to be a bug)

ISFLRECL.0 doesn't exist, but ISFLRECL.1 does

ISFDDNAME.0=1 SYS00416
ISFDSNAME.0=1 K39828.K39828ÖÖ.J0955389.D0000002.JESMSGLG
ISFRECFM.0 =1 UA
ISFLRECL.1 =133 <===
An error has occurred in Rexx module: SDSF2PDS
Error Type : NOVALUE
Error Line Number : 249
Instruction : say 'ISFLRECL.0 ='isflrecl.0 <===

Return Code : 0
Error Message text:
Error Description : ISFLRECL.0
Please report the problem to your ISPF Administrator
LasseH
 
Posts: 70
Joined: Mon Nov 08, 2010 2:51 pm
Has thanked: 7 times
Been thanked: 1 time


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post