I have to write the program in Rexx as per my project requirement.
what kind of idiot/moron/(add as many as You want) project leader You got there...
assigning a task to somebody who does not have the skill to carry it along
Just pointing out that You are the innocent victim herefor the docs and resources
not the latest ones but more than enough to get You started ..
TSO/REXX
http://publibz.boulder.ibm.com/cgi-bin/ ... s/IKJ4BK90ISPF
http://publibz.boulder.ibm.com/cgi-bin/ ... s/ISPZPM70for the mother of all manuals ( IBM )
http://www-03.ibm.com/systems/z/os/zos/ ... index.htmland navigate to the bookshelves for Your zOS level
for an insight of IGGCSI00 usage and a GOOD example
see ...
VIEW SYS1.SAMPLIB Row 00001 of 00004
Command ===> Scroll ===> CSR
Name Prompt Size Created Changed ID
. IGGCSILC
. IGGCSIRX
. IGGCSIVG
. IGGCSIVS
**End**
VIEW SYS1.SAMPLIB(IGGCSIRX) - 01.00 Columns 00001 00072
Command ===> Scroll ===> CSR
****** ***************************** Top of Data ******************************
000500 /* REXX */
001000 /********************************************************************/
001500 /* */
002000 /* NAME: IGGCSIRX */
002500 /*DESCRIPTION: THIS REXX EXEC IS USED TO CALL THE CATALOG */
003000 /* SEARCH INTERFACE. */
003500 /* INPUT: FILTER KEY */
004000 /* OUTPUT: DATA SETS NAMES AND VOLUMES */
004062 /* */
the above sample is working asis,
if it does not fit Your requirement is the best starting point to write Your own
the IGGCSI00 approach has the BIG advantage of not depending on ISPF facilities being available