Information dissemination

in the order of Z
Home     Radio     Do It Online     Technology     Travel     Life in US     Shopping     Books     Recipes     Msg Board     About      

                   Resources for a Mainframe developer                               

 

   Technology

     Stay Abreast

     Web 2.0

     IT Magazines

   Devices

      Digital Cameras

      Camcorders

      Music(MP3) Players 

      Webcams

   Programming

     Java/J2EE

     .Net 

      Visual Basic

      Mainframe

      AS/400 

      SAP

   Communications

   Internet

      Wireless Internet

      Wireless Routers

      Cable Modems 

   Mobile

     Mobile Apps

     Mobile Coverage

     Unlock Mobile

      SMS

   Telephone

       VoIP

       Cordless 

   Bluetooth 

   Accessories

      Batteries

      Cables

 

 

  DB2 SQL

  SQL ReferenceDB2 V9.1 SQL Cookbook
  Messages and Codes Functions Statements         

                 

 


 

 IMS

IMS Concepts
 IMS Status CodesIMS Command CallOther IMS Manuals

  IMS Messages and Codes

  V8http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/topic/com.ibm.ims.doc.mc/mc.htm  
  V9http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/topic/com.ibm.ims9.doc.mc/mc.htm
  V10IMS V10 Messages and Codes

 


SAS

 

Manuals:  http://support.sas.com/documentation/onlinedoc/base/


 

Symbols:

 

Not Equals: Ever wondered how to get that elusive NOT EQUAL TO  or Not Sign  '' symbol in ISPF on Mainframe?
Resolution: Hold down the ALT key and press ^ or 6. You remember it NOW, I know.

 

PIPE or Concatenation: PIPE or Concatenation: I guess you are writing a DB2 query and want to concatenate your columns. So how do you type that pipe character 'ιι'?
Resolution: Hold down the ALT key and press ~ or `.


Excellent Handy Tips:

 

Line Command to Insert n Lines: Do you need to insert/delete/exclude n number of lines at the press of a function key? How would you pass a command I10, I20 or Inn lines to the TSO/ISPF editor? How can you customize your keys so that it automatically does this for you?
Resolution: Set your function key, say, F4 to insert 15 lines. Open the KEYS dialog and type in :I15 in the command space. Yes, a COLON would make the ISPF understand that it is a line command.

 

SDSF Auto refresh or Auto Update: I just found out. I too used to keep pressing ENTER in SDSF ST after submitting a job to refresh the screen and later wrote a macro to do it for me but it is not needed. You have a cool inbuilt trick to do it for now.

 

Type in '&3' ENTER You will get the message AUTO UPDATE IN 3 SECONDS. Press Attention (Esc) to stop the update.