On Fri, 22 Dec 2023 17:30:10 +0000, Sri h Kolusu wrote:
>    ...
>Your option works, however, there is another option to make jcl skip steps 
>with enclosing the steps as data.
>
>For example, if you had 10 steps and you want only first 6 steps to run then 
>simply add //SAVE    DD DATA,DLM=## after step 5 and everything else below it 
>will be ignored .  It also will give the flexibility of skipping some steps in 
>between and run later steps too.
> 
I've used that technique also to introduce free form comments, avoiding
the tedious "//*".

Prudently, you should inspect your JCL to ensure there are no
happenstance occurrences of your chosen delimiter.

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to