Enter free-form JCL.

Example:
//* This JCL simply migrates a file.
//*
//* 'IKJEFT01' is a utility program that can be used to run TSO
//* commands from JCL (in this case, Migrate)
//*
//TESTMIG JOB ('ACCT#',LOCAL),'NAME',CLASS=A,
//             MSGCLASS=R,NOTIFY=&SYSUID,PRTY=13,MSGLEVEL=(1,1)
//STEP1 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
   HMIGRATE 'TEST.COBOL.PDS'
//