Page 1 of 1

Not able to upload JCL to mainframes

Posted: Thu Feb 16, 2006 5:52 am
by ranga1970
Hi I successfully uploaded the jcl to mainframes many times but today when I try to upload the JCL to mainframes I am getting the following error

Code: Select all

200 representation type is ASCII nonprint
227 entering passive mode(198,212, 158, 12,15, 182) 
sroring datase mysourcelibhere(NameoftheJob here)

Please help

Posted: Thu Feb 16, 2006 3:42 pm
by ray.wurlod
Did the JCL actually get there? Was it both the compile JCL and the run JCL, or just one? The message suggests that the transfer has been switched (from active) to passive mode because a non-printable ASCII character has occurred in the JCL. Inspect the JCL that was generated and see whether you can find it. Then inspect the JCL template for that section of the code, to see whether the non-printable character came from there - if not, it has come from the job design, and you'll have to track it down there.