Not able to upload JCL to mainframes

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ranga1970
Participant
Posts: 141
Joined: Thu Nov 04, 2004 3:29 pm
Location: Hyderabad

Not able to upload JCL to mainframes

Post 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
RRCHINTALA
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply