On 2017-07-05, at 13:46, Gibney, Dave wrote:
> Oh, I am sure it can, but most folks I know who focus interactive rather than
> repeatable, don't bother.
>
>>> A JCL member can be available again tomorrow or sometime in the next
>> decade when the task need repeating.
>>>
>> ???
>>
>> Do you truly fail to understand that a shell script can be saved in a file
>> for use
>> in the next day or the next decade, even as a JCL member can?
>>
Much of the variation in behavior can be attributed to the difference
between JCL:
//NAME JOB ...
//STEP EXEC PGM=IEBGENER
//SYSIN DD *
//SYSPRINT DD SYSOUT=(,)
//SYSUT2 DD DISP=(,CATLG),UNIT=SYSALLDA,SPACE=(1000,100),
// DSN=OUTPUT.FILE
//SYSUT1 DD DISP=SHR,DSN=INPUT.FILE
and UNIX:
cp INPUT.FILE OUTPUT.FILE
I'm more motivated to save the former in a member and issue
the latter interactively
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN