| Author |
Message |
Topic: Variables in fileaid batch JCL |
kris_madras
Replies: 6
Views: 15475
|
Forum: Utilities Posted: Wed Mar 05, 2025 1:42 pm Subject: Variables in fileaid batch JCL |
For example
STP=20
$$DD01 COPY MOVE=(1,STP,1),MOVE=(76,10C? ?) |
Topic: Variables in fileaid batch JCL |
kris_madras
Replies: 6
Views: 15475
|
Forum: Utilities Posted: Wed Mar 05, 2025 1:42 pm Subject: Variables in fileaid batch JCL |
For example
STP=20
$$DD01 COPY MOVE=(1,STP,1),MOVE=(76,10C? ?) |
Topic: Variables in fileaid batch JCL |
kris_madras
Replies: 6
Views: 15475
|
Forum: Utilities Posted: Wed Mar 05, 2025 1:41 pm Subject: Variables in fileaid batch JCL |
For example
STP=20
$$DD01 COPY MOVE=(1,STP,1),MOVE=(76,10C? ?)
|
Topic: Variables in fileaid batch JCL |
kris_madras
Replies: 6
Views: 15475
|
Forum: Utilities Posted: Wed Mar 05, 2025 1:40 pm Subject: Variables in fileaid batch JCL |
For example
STP=20
$$DD01 COPY MOVE=(1,STP,1),MOVE=(76,10C? ?)
|
Topic: Variables in fileaid batch JCL |
kris_madras
Replies: 6
Views: 15475
|
Forum: Utilities Posted: Wed Mar 05, 2025 1:38 pm Subject: Variables in fileaid batch JCL |
For example, in the below statement
$$DD01 COPY MOVE=(1,20,1),MOVE=(76,10C? ?)
in place of 20, I want to use some variable STP which has value 20.
something like this
STP=2 ... |
Topic: Variables in fileaid batch JCL |
kris_madras
Replies: 6
Views: 15475
|
Forum: Utilities Posted: Wed Mar 05, 2025 1:37 pm Subject: Variables in fileaid batch JCL |
Hi,
Can we use Variables and assign values in fileaid batch JCL? |
Topic: Need help in formatting input data.. |
kris_madras
Replies: 9
Views: 4468
|
Forum: Utilities Posted: Fri Jun 08, 2007 4:20 pm Subject: Need help in formatting input data.. |
| Great!!.. Its working..Thank you for all your support...Kolusu never mind could you post SYNCSORT links to get an idea of 'UFF' command. I have Syncsort documents but older one.. |
Topic: Need help in formatting input data.. |
kris_madras
Replies: 9
Views: 4468
|
Forum: Utilities Posted: Fri Jun 08, 2007 1:16 pm Subject: Need help in formatting input data.. |
Kolusu,
I forgot to answet the SYNSORT version we are running in our work shop. Apologies..
SYNCSORT FOR Z/OS 1.2.2.1R |
Topic: Need help in formatting input data.. |
kris_madras
Replies: 9
Views: 4468
|
Forum: Utilities Posted: Fri Jun 08, 2007 1:10 pm Subject: Need help in formatting input data.. |
Does the deicmal vary or is it a constant position. Also you mentioned that it is time format. how is the input reprensed when it is higher than an hour? And what if the summed values exceeds 60? Do ... |
Topic: Need help in formatting input data.. |
kris_madras
Replies: 9
Views: 4468
|
Forum: Utilities Posted: Thu Jun 07, 2007 8:39 pm Subject: Need help in formatting input data.. |
| Syncsort but it doesn;t matter whether you are using SYNC or DFSORT.. these two have lot of common features. |
Topic: Need help in formatting input data.. |
kris_madras
Replies: 9
Views: 4468
|
Forum: Utilities Posted: Thu Jun 07, 2007 6:35 pm Subject: Need help in formatting input data.. |
Dont know how to do this. I am looking for help from experts like you.
Sample input data is:
XFFI01GP 10.08
XFFI01GP 1.68
XFFI02GP 7.23
XFFI02GP 1.26
XFFI01GP 11.36
XFFI02GP 8.27
... |
Topic: Printing 0 record count in synctool report |
kris_madras
Replies: 1
Views: 1970
|
Forum: Utilities Posted: Thu Mar 15, 2007 3:27 am Subject: Printing 0 record count in synctool report |
I used the following code to print the count of records from input file using SYNCTOOL (hope SYNCTOOL commands are similar to ICETOOL).
OCCUR FROM(T1) LIST(DOUT) - ... |
Topic: Peformance related help in SYNCSORT |
kris_madras
Replies: 6
Views: 4825
|
Forum: Utilities Posted: Sun Jan 22, 2006 11:17 pm Subject: Peformance related help in SYNCSORT |
Phantom,
Thanks for additional information..We are using SYNCSORT FOR Z/OS 1.2.0.0R. Could you send me the link or manual to use PIPESORT? |
Topic: Peformance related help in SYNCSORT |
kris_madras
Replies: 6
Views: 4825
|
Forum: Utilities Posted: Sat Jan 21, 2006 12:00 am Subject: Peformance related help in SYNCSORT |
Dennis.. You are correct.. Max Sort can handle large volume of data but doesn't reduce CPU time..
Could you help me in the above example where to use this option UNIT=(TAPE,2)? |
Topic: Peformance related help in SYNCSORT |
kris_madras
Replies: 6
Views: 4825
|
Forum: Utilities Posted: Fri Jan 20, 2006 10:36 am Subject: Peformance related help in SYNCSORT |
Hi,
We are encountering CPU related performance when sorting a 50 Million record based on 10 Key fields listed below:
SORT FIELDS=(021,005,CH,A,
026,007,CH,A,
4 ... |
| |