Hello Friends
I am trying to create a FTP record with help of SYNCSORT. I am using SYNCSORT in a PROC and calling from job.
I have following code in SYNCSORT
Job:
// SET HLQIN=MPSEIS
// SET HLQOT=TPSEIS
// SET JOBID=EI2TR31D
// SET APPTYP=CNSLD
// SET TRPTOK=RAFPCOABCDEFGH
// SET TRPMOB=RAFPCOABCDEFGH
********************************* Top of Data **********************************
SENDSITE
cd /MYSITE-42717/CONFIRMS
BIN
PUT 'TPSEIS.XXX.EI2TR31D.CNSLD.TOKEN' RAFPCOABCDEFGH111224071850.tok
PUT 'TPSEIS.XXX.EI2TR31D.CNSLD.AFP.MOBIUS' RAFPCOABCDEFGH111224071850.afp
QUIT
******************************** Bottom of Data ********************************
When the generated statement potentially can exceed the limit of 72 (or 80) characters, it makes sense to split it from the very beginning into two or more lines guaranteed to be shorter than this limit: