I was going through some JCL FAQ's and I came across TYPRUN=COPY , I could however not understand the purpose of using this in a JCL, SCAN parameter is used to check the JCL for syntax errors and Hold is for putting the Job in hold, but what is the significance of TYPERUN= COPY
"; ; ; ;
Hi friend,
TYPRUN=COPY
Requests the job input stream be copied as submitted directly to a SYSOUT data set. The job is not scheduled for execution.
if it is wrong let me too knw