Hi, I searched my best to find an answer in this forum. But could not find it. So, I am raising this question.
How to copy the contents of a Temporary PDS member before the first line of a regular PDS member.
I have a regular PDS member 'XXXXXX.SPUFI(SQL)'
Contents of it is
//Line01
//Line02
//Line03
I want to copy 'SPFTEMP1.CNTL' before the first line. This PDS can have multiple lines.
I have acquired SPFTEMP1.CNTL thru the following syntax
"ISPEXEC FTOPEN TEMP"
"ISPEXEC FTINCL " myskeleton
"ISPEXEC FTCLOSE"
ADDRESS ISPEXEC "VGET ZTEMPF"
How to copy the contents of a Temporary PDS member before the first line of a regular PDS member.
I have a regular PDS member 'XXXXXX.SPUFI(SQL)'
Contents of it is
//Line01
//Line02
//Line03
I want to copy 'SPFTEMP1.CNTL' before the first line. This PDS can have multiple lines.
I have acquired SPFTEMP1.CNTL thru the following syntax
"ISPEXEC FTOPEN TEMP"
"ISPEXEC FTINCL " myskeleton
"ISPEXEC FTCLOSE"
ADDRESS ISPEXEC "VGET ZTEMPF"