Author: steve-myers
Posted: Wed Jun 14, 2017 9:26 am (GMT 5.5)
We here cannot answer your query. There are two reasons.
You will have to track the usage of &EXTRACT through the procedure.
Posted: Wed Jun 14, 2017 9:26 am (GMT 5.5)
We here cannot answer your query. There are two reasons.
- The vertical bars in your example are not part of JCL. All you will get is a JCL error if you try to run it.
- Presumably there is a defined procedure named PROC. This EXTRACT is a defined parameter in PROC, probably somewhat like this -
Code: |
//PROC PROC EXTRACT='?' |