JCL and COND CODE

JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...
NicC
Global moderator
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
Referer: Google
Location: Pushing up the daisies (almost)

Re: JCL and COND CODE

Postby NicC » Thu Oct 17, 2019 2:08 pm

Some general commnts:
1: Comment your JCL: what the job does overall and b) what each step does
2: The step comments should be at the start of each step
3: FTP executions should, ideally, be separate jobs
4: step names should be unique - you have 2 steps called MAILOK
5: If the dataset being deleted in the FTP step does not exist why try and delete it? If it should exist - why was it not there to be deleted?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic


  • Similar Topics
    Replies
    Views
    Last post