Search found 8 matches

by kiran.vits
Sun Feb 05, 2012 9:12 pm
Forum: JCL
Topic: Executing JCL iterating through all members in a PDS
Replies: 8
Views: 11487

Hi Ramy,

can you explain whether your Requirement is to run all the jobs or running based on RC of previous job..

Rexx code can do better for this requirement..

Check for your requiremnet in REXX Section.. If you i not get the answer start a new post in REXX section.
by kiran.vits
Thu Feb 02, 2012 12:02 pm
Forum: JCL INTERVIEW QUESTIONS
Topic: How to run only 2 steps out of 100 steps???
Replies: 28
Views: 55190

Hi All,

Can some one provide me details about these albels (.a abd .b mentioned in this thread) and syntax to run those labels only..

Please correct me , if any misusage of technical terms..
by kiran.vits
Thu Feb 02, 2012 11:51 am
Forum: JCL INTERVIEW QUESTIONS
Topic: How to run only 2 steps out of 100 steps???
Replies: 28
Views: 55190

Hi syedwasim,

If it is one time requirement and have access to change the jcl/proc.

we can use "restart" command in job card to restart from Step3 and can use empty line before 5th step starting to flush the remaining Steps.
by kiran.vits
Wed Feb 01, 2012 10:05 pm
Forum: FILE-AID
Topic: File aid - Excel Macro
Replies: 4
Views: 7802

What is your requirement?
by kiran.vits
Mon Jan 30, 2012 3:03 pm
Forum: TSO, CLIST & REXX
Topic: Mainframe PS to Excel and mail it.
Replies: 18
Views: 32708

Hi dichandr, If i am correct, Your sample data itself is like delimite by "#". 1. Mail the PS file as .txt. 2. while opening the .txt file using Excel , Text Import wizard will be displayed.. In this select the "Delimited" radio button and in next page select the Delimiter as "#" and then press fini...
by kiran.vits
Mon Jan 30, 2012 2:33 pm
Forum: TSO, CLIST & REXX
Topic: searching a string in members of a pds via rexx
Replies: 6
Views: 14510

Hi Sagar, I hope the following way wil give solution ( if i untersatnd correctly) 1. Provide PDS name and Search string 2. Using ListDS command get all the members under that PDS. 3. Read each meber data using EXECIO read operation. 4. search for the word in the line. 5. If finds , write the line co...
by kiran.vits
Mon Jan 30, 2012 2:23 pm
Forum: TSO, CLIST & REXX
Topic: Comment in JCL.
Replies: 1
Views: 5011

Hi Gopinath,

Could u provide clear information on marked lines in the line..

"If i will give Line Command like 'CM' and when i will enter the marked lines will need to be comment out."
by kiran.vits
Thu Jan 26, 2012 12:51 pm
Forum: TSO, CLIST & REXX
Topic: Doubt in REXX
Replies: 6
Views: 9830

Hi all,

I am new to this forum.. the Requirement posted is interesting to work on...

I have basic Rexx knowledge. please give some ideas to make this..

Thanks for the Help in advance.. :)