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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.