Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jainmanish123

    Sample REXX Code for JCl Submission

    Steve, My question is on REXX. See I have wrote REXX which is doing all the substitutions and in few case since the length exceeding 71 char, it is giving me problem. I know whatever you proposed in above 2 solutions. But it will not going to solve the issue. Let me explain it again. I...
  2. jainmanish123

    Sample REXX Code for JCl Submission

    Steve, The Question is very simple. I have around 10 records which is exceeding length above 80 (in the JCL), Like: //stevexff DD DSN=XXXXX.YYYYY.ZZZZZ.AAAAA.BBBBB, DISP=SHR Now I want that DSN and DISP will come in two different lines like below, so that the length will not exceeding 80 char...
  3. jainmanish123

    Sample REXX Code for JCl Submission

    Thanks for your help.I am able to get the results with a BIG if-else loop. In addiiton to that, I have one more query. I would like to break a line into 2-3 parts, Like: Manish DD DSN=XXXXX.YYYYY.ZZZZZ.AAAAA.BBBBB, DISP=SHR I would like to break this into Manish DD DISP=SHR...
  4. jainmanish123

    Sample REXX Code for JCl Submission

    Thanks Frank and stevexff, Frank, I am workign on the solution which you have suggested. The only porblem is that my if-else loop code is going to be around 700 lines. Stevexff, Can you suggest me about the file tailoring.. Ex: My file has following record //OCOPY001 DD...
  5. jainmanish123

    Sample REXX Code for JCl Submission

    Thanks for your response.... Let me explain it again.. Say I have a file which has 10 records in it. Now I want change this file, mean XXXXXXX Present in record 7th will change to YYYYYYY.And 8th Record will change from AAAAAAA to BBBBBBB. Now my question is, if I use a IF-ELSE loop, then it...
  6. jainmanish123

    Sample REXX Code for JCl Submission

    Thanks Frank and Gary. The Input file has say around 10 diferent records.In the output file all those 10 records should be with 10 diiferent name (from input). Record Input Output 1 M1 N1 2 M2 N2 3 M3...
  7. jainmanish123

    Sample REXX Code for JCl Submission

    Hi, I tried the above solutions. But still I am not sure, how to bypass the steps in a Job using REXX. Please advise me. manish_igs1@yahoo.com
  8. jainmanish123

    Sample REXX Code for JCl Submission

    Can I get sample REXX code for JCL Submission, in which I can bypass the steps (Conditonal Overrides) manish_igs1@yahoo.com

Part and Inventory Search

Back
Top