When using the Dataquery for Datacom DQLIBRMT batch utility to add new JCL members, the utility stops moving data lines at the first instance of the literal "/*" (slash asterisk)..
It should move the "/*" and continue reading and processing to the override delimiter specified in the utility JCL.
Z/OS
Dataquery 15.1
Use the STARTJCL and ENDJCL control statements introduced in PTF RO92891
Example:
//SYSIN DD DATA,DLM=$$
SIGN/ON userid PASSWORD password
STARTJCL
ADD NAME=xxxxx,MEMBER=JCL1,TYPE=JCL
//JOB1 JOB ...
.
.
.
/*JOBPARM ...
ENDJCL
$$