| Author | Message | 
  
	|  Topic: Recovering a deleted file | 
  
	| rlilley 
 Replies: 7
 Views: 8953
 
 |  Forum: TSO and ISPF   Posted: Tue May 08, 2012 11:13 am   Subject: Recovering a deleted file | 
  
	| If you have PDSTools from the CBT Tape or Star Tools from Serena you can use the RECOVER command. The Recover will not work on a PDSE or a compressed PDS though. | 
  
	|  Topic: Rexx and C on mainframe | 
  
	| rlilley 
 Replies: 8
 Views: 6463
 
 |  Forum: TSO and ISPF   Posted: Tue Jul 19, 2011 4:38 am   Subject: Rexx and C on mainframe | 
  
	| Here are a couple examples of how I call my C programs from REXX code 
 if running under ISPF:
 
 address ispexec "SELECT PGM(Cpgmname) PARM(pgmparms)"
 
 using LINKMVS:
 
 ADDRESS LINKMVS  ...
 | 
  
	|  Topic: Get volume serial number and creation timestamp | 
  
	| rlilley 
 Replies: 5
 Views: 4108
 
 |  Forum: TSO and ISPF   Posted: Wed Jan 26, 2011 2:39 pm   Subject: Get volume serial number and creation timestamp | 
  
	| Wow....How did I miss "TAPE DATASET" in that sentence. 
 Thanks for correcting me.
 
 You will have to consult your Tape management software manuals
 | 
  
	|  Topic: Get volume serial number and creation timestamp | 
  
	| rlilley 
 Replies: 5
 Views: 4108
 
 |  Forum: TSO and ISPF   Posted: Wed Jan 26, 2011 1:38 pm   Subject: Get volume serial number and creation timestamp | 
  
	| Since you are using REXX look at the LISTDSI command. If you are also using ISPF the DSINFO command is available | 
  
	|  Topic: Delete all  datasets with a given qualifier | 
  
	| rlilley 
 Replies: 10
 Views: 17702
 
 |  Forum: Job Control Language(JCL)   Posted: Thu Dec 30, 2010 1:43 pm   Subject: Delete all  datasets with a given qualifier | 
  
	| I would have a look at the XDELETE utility written by Gilbert Saint-Flour. It is available as a download or the CBT tape on file 183. 
 Here is the link to the download:  http://gsf-soft.com/Freeware ...
 | 
  
	|  Topic: interview questions | 
  
	| rlilley 
 Replies: 15
 Views: 11395
 
 |  Forum: Job Control Language(JCL)   Posted: Mon Sep 13, 2010 2:22 pm   Subject: interview questions | 
  
	| If I may make a suggestion. 
 Have a look at the JCL IF THEN and ENDIF, these are easier to follow. I have been using the COND= since the 80's and they are second nature, but, when I get confused I  ...
 | 
  
	|  Topic: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX | 
  
	| rlilley 
 Replies: 13
 Views: 374849
 
 |  Forum: TSO and ISPF   Posted: Thu Jul 29, 2010 6:42 am   Subject: ISPF Tables - Page Up/Page Down Logic using ISPF Tables/REXX | 
  
	| I would start with the ISPF MODEL command. The model is designed to give complete examples of many ISPF related items. For example if you open a new member in a panel library and enter MODEL on the co ... | 
  
	|  Topic: Upload in Binary Format? | 
  
	| rlilley 
 Replies: 8
 Views: 5017
 
 |  Forum: TSO and ISPF   Posted: Thu Jun 03, 2010 7:04 am   Subject: Upload in Binary Format? | 
  
	| The HOSTNAME and PORT is defined by the network administrators or SYSPROGs responsible for your site. I suggest you contact them to get the correct information. Sorry i do not have that info. | 
  
	|  Topic: Upload in Binary Format? | 
  
	| rlilley 
 Replies: 8
 Views: 5017
 
 |  Forum: TSO and ISPF   Posted: Thu Jun 03, 2010 6:31 am   Subject: Upload in Binary Format? | 
  
	| To perform the binary transfer use an FTP Client and make sure you use BINARY as the "transfer Type". I use Filezilla as my FTP client. There are many FREE ones available on the internet. | 
  
	|  Topic: Upload in Binary Format? | 
  
	| rlilley 
 Replies: 8
 Views: 5017
 
 |  Forum: TSO and ISPF   Posted: Thu Jun 03, 2010 5:41 am   Subject: Upload in Binary Format? | 
  
	| The Zip file must be unzipped first. Here is the readme instructions from the zipped file. 
 
 This zip file contains a file in TSO Transmit format.  To use this
 file you must:
 
 1. Unzip into a di ...
 | 
  
	|  Topic: How to force an abend in JCL based in prior steps | 
  
	| rlilley 
 Replies: 5
 Views: 8958
 
 |  Forum: Job Control Language(JCL)   Posted: Wed May 19, 2010 8:22 pm   Subject: How to force an abend in JCL based in prior steps | 
  
	| File 233 on the CBT contains a program GBHABEND which will do exactly what you need. The parm controls the number of the USER abend 
 http://www.cbttape.org/cbtdowns.htm
 | 
  
	|  |