IBM Support

How do you code a continuation card for an HFS path statement?

Troubleshooting


Problem

What is the syntax for continuing hierarchical file system (HFS) PATH statements in JCL?

Resolving The Problem

To continue a long pathname in JCL, you must type through column 71, and then start a new line with // and continue the pathname in column 16. For example:
   
//COPYFILE EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=A
//SYSIN    DD DUMMY
//SYSUT2   DD SYSOUT=*
//*-+----1----+----2----+----3----+----4----+----5----+----6----+----7----+
//SYSUT1   DD PATH='/u/lafer/MakeTPF41/tools/include41/maketpf_filter_p
//             reprocess_cntl_file',
//         FILEDATA='TEXT',BLKSIZE=32760

Related Information

[{"Product":{"code":"SSZL53","label":"TPF"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Component":"z\/TPF","Platform":[{"code":"PF036","label":"z\/TPF"}],"Version":"1.1","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
02 August 2018

UID

swg21212283