for ex there is
step AV4515JG EXEC AV4515JG,JOB=AV10JG,
CC='JG',
DB='0A',QUAL='W#W0HW',PROD='TEST'
CC='JG',
DB='0A',QUAL='W#W0HW',PROD='TEST'
below this there is lot s of step i need to comment all below steps..
This is not JCL. Period. End of story.surime72 wrote:How to comment multiple lines in jcl...
for ex there isstep AV4515JG EXEC AV4515JG,JOB=AV10JG,
CC='JG',
DB='0A',QUAL='W#W0HW',PROD='TEST'
below this there is lot s of step i need to comment all below steps..
Ed Goodman wrote:Just to nitpick, there are some JES commands that look exactly like comments. You'll see things like
//*SYSTEM=SY7
As part of a larger line above.
It's the lack of a space that tips you off.
Then possibly show us the "below this" code rather than what you show...surime72 wrote:...below this there is lot s of step i need to comment all below steps..