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

Spool Extract for Z /os 1.04 version


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

New User


Joined: 28 Oct 2014
Posts: 44
Location: India

PostPosted: Thu Sep 28, 2017 3:14 pm
Reply with quote

Hi,

I have used code in the below link to extract the spool information.

ibmmainframes.com/viewtopic.php?t=63626&highlight=

I have moved to a different Mainframe machine, which is
OPERATING SYSTEM LEVEL: z/OS 01.04.00 HBB7707

Now ISFCALLS is not working due to Z O/s version which I got to know from
Code:

     7 +++ ISFRC = ISFCALLS("ON")                   
IRX0043I Error running RMF, line 7: Routine not found


More details on Z Os version
Code:

==== ISPF Diagnostic Trace System ======== 2017.271 09:35:09 GMT ====
ZENVIR: ISPF 5.2MVS     TSO              ZOS390RL:z/OS   01.04.00   
ZISPFOS:ISPF FOR z/OS 01.02.00                                       
MVS:  SP7.0.4 HBB7707  JES: JES2 z/OS 1.4      TSO: 3.03.0           
ISPF: 5.2.0000         DFSMS: 1.03.00          CPU: 2066(1 CPU)     
RACF: 7.70.7           HSM:    . .          Region: 4M               
Max <16M: 4160K        In Use: 1064K         Avail: 3096K           
Max >16M: 32768K       In Use: 1884K         Avail: 30884K           
Default unit:        SYSDA         Trace type:          WRITE       
GRS Options:         NONE          z/Architecture:      Yes         
ISPF Exit Flags:     0000          Test Status:         Inactive     
Ext data stream:     Yes           Max screen size:     080x24       
Language:            ENGLISH       Terminal Type:       3278         
Loaded Char set mod: ISP3278       ISPVCALL Exit:       *None*       
TSO Prefix:          *None*                                         
ISPVCALL Version:    ISPVCALL  2003.118  z/OS 1.02 BASE             


Is there any other command to get the spool extract, I need to retrieve all the job names, job trigger time, job actual start time and SYSID(LPAR) of EXECUTING jobs using REXX

Please help me with alternative for current Z OS
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Sep 28, 2017 3:28 pm
Reply with quote

Quote:
Please help me with alternative for current Z OS


define current please
current as the z/OS You are using now ( 1.04 )
or current as per IBM maintenance policy

the REXX/SDSF jes interface was/is available starting from zOS 1.10 only ( IIRC )
Back to top
View user's profile Send private message
Khadhar Basha

New User


Joined: 28 Oct 2014
Posts: 44
Location: India

PostPosted: Fri Sep 29, 2017 12:15 pm
Reply with quote

Thank you Enrico for the below information.

Quote:
REXX/SDSF jes interface was/is available starting from zOS 1.10 only ( IIRC )


This clears I cannot get spool data of executing jobs thru REXX for zOs 1.04.
If any others ways do let me know.

Thanks
Khadhar Basha
Back to top
View user's profile Send private message
Willy Jensen

Active Member


Joined: 01 Sep 2015
Posts: 712
Location: Denmark

PostPosted: Fri Sep 29, 2017 12:49 pm
Reply with quote

Check the SDSF manual chapter 'Using SDSF in batch'. The ISFAD program predates the API, so should be available even on a 1.04 system. It would of course be best to find a SDSF manual for that system level.
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 isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
No new posts optim extract file - SAS DB2 2
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
No new posts Search string in job at regular Spool... CLIST & REXX 0
Search our Forums:

Back to Top