Author |
Message |
Topic: Can this be done using dfsort ? |
A.Benveniste
Replies: 8
Views: 5056
|
Forum: Utilities Posted: Thu Sep 04, 2003 6:30 am Subject: Can this be done using dfsort ? |
Manu,
You need PTF UQ90053 to execute this jcl.
I reduced the lrecl to 80 to give you the possibility to submit it 'as is' at your shop.
There is no constraint of 'OMIT' but perhaps of time : 7 pas ... |
Topic: DFSORT, Help Urgently needed! |
A.Benveniste
Replies: 14
Views: 6911
|
Forum: Job Control Language(JCL) Posted: Fri Aug 08, 2003 5:30 am Subject: DFSORT, Help Urgently needed! |
Change DISP=(NEW...) to DISP=(MOD...) for FILE99 |
Topic: Regarding Date |
A.Benveniste
Replies: 2
Views: 2701
|
Forum: Job Control Language(JCL) Posted: Thu Jul 10, 2003 11:07 am Subject: Regarding Date |
deepeshk79,
I can't tell you if it works (prohibited on our site !) but what I saw during installation of Ca-7 is that you can use Ca-Driver which gives you the opportunity to 'resolve' variables i ... |
Topic: Modifing the PS |
A.Benveniste
Replies: 10
Views: 7052
|
Forum: Job Control Language(JCL) Posted: Mon Jun 23, 2003 8:14 am Subject: Modifing the PS |
Cogito,
For your info, you can create the sysin dynamically : so you can do it in one pass and half.
//STEP0001 EXEC PGM=ICETOOL
//DFSMSG DD SYSOUT=*
//TOOLMSG DD SYSOUT=*
//TOOLIN DD *
... |
|