View previous topic :: View next topic |
Author |
Message |
Manas Biswal Intermediate
Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Mon Dec 23, 2002 6:11 am Post subject: |
|
|
Ravi,
If your intention of coding rexx routine to avoid the manual HRECALL from 3.4,then the following JCL will give you the desired results.
Code: |
//STEP0100 EXEC PGM=IKJEFT01
//*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
HRECALL 'YOUR DSN NAME 1' NOWAIT
HRECALL 'YOUR DSN NAME 1' NOWAIT
/*
|
Hope this helps...
cheers
Kolusu |
|
Back to top |
|
|
|
|