Hi Experts,
I have a report skell of LRECL=80 and using the same I am generating a report of LRECL=255.
Problem that I am facing is that I am not able to accomodate all the headers and its corresponding value in single line.As a result of which 1 single record in the report gets generated in two line.Although the report is of LRECL=255 data gets splitted into 2 lines. Please let me know how can I get both header and the content in single line.Below is the code that I am using.
)TB 2 14 23 34 64 94 106 116 151 163 174 209 218 227
!DDDDDD NAME!SSSSSS!SUB-SSSSSS!PPPPPP PROCESS!RRRRRRRR PROCESS!CCCCCC KEY!LINK
!RRRRRRR NAME!TYPE!SSSSSSS-ID!QQQQQQQ-ID!TTTTTTTTTT!INV!LNS
)DOT INVTMP
!&DLLLLL!&SSSSSSS!&SSCCCCC!&PPPPPP!&RRRRRR!&CKEY!&LINK!&RECCCCCC!&TYPE!&SXXXXX
!&QUE!&TFFFFF!&INVVVV!&LNS
)ENDDOT
1> Wanted to know if we can use any continuation mark in above skel after !LNK in )TB section and !&XXXXX in )DOT section .
2> What is the maximum length of the skeletons in Rexx.
Any alternative pointers which will help in resolving the issue are welcome(Dont want to use short symbolic names and want header as it is)
Thanks,
Chinkump