I have an assembler pgm (load module) that takes an input record which is in binary and translates it into a character based record. The binary record is 64 bytes and the translated record is about 900 bytes. I am trying to call this assembler program from my REXX program but I dont know how to pass the record structures that it needs because the parameters on a call cant exceed 100 characters . Let me know how to do it?