BookmarkSubscribeRSS Feed
EdwinThangarajan
Calcite | Level 5

Hi,

When I ran the SAS code with option LINESIZE=MAX, the log window print the details correctly, but in the remote submit using SIGNON the log window details not getting correctly for the LINESIZE=MAX option.

The local submit log printed in single line and remote submit log printed in multiple line.

Herewith I have attached the code and log details. I need to get the same displays in the log window with SIGNON and without SIGNON. What options to be used in SAS? Could any one help me to resolve this.

SAS Version: 9.2 in x64 Edition

--SAS Code---

424 option linesize=max;

425 %put sgjdslkgjdlkfgjkldfjglkdfjgfdkgjdfkljgfdklgjfdgjdklfjgdsdkgjdfskgjfldkgjdlkfgjlfdkgjdfkjgkldfjsgjdslkgjdlkfgjkldfjglkdfjgfdkgjdfkljgfdklgjfdgjdklfjgdsdkgjdfskgjfldkgjdlkfgjlfdkgjdfkjgkldfj;

sgjdslkgjdlkfgjkldfjglkdfjgfdkgjdfkljgfdklgjfdgjdklfjgdsdkgjdfskgjfldkgjdlkfgjlfdkgjdfkjgkldfjsgjdslkgjdlkfgjkldfjglkdfjgfdkgjdfkljgfdklgjfdgjdklfjgdsdkgjdfskgjfldkgjdlkfgjlfdkgjdfkjgkldfj

426 rsubmit;

NOTE: Remote submit to MYNODE commencing.

3 option linesize=max;

4 %put

sgjdslkgjdlkfgjkldfjglkdfjgfdkgjdfkljgfdklgjfdgjdklfjgdsdkgjdfskgjfldkgjdlkfgjlfdkgjdfkjgkldfjsgjdsl

kgjdlkfgjkldfjglkdfjgfdkgjdfkljgfdklgjfdgjdklfjgdsdkgjdfskgjfldkgjdlkfgjlfdkgjdfkjgkldfj;

sgjdslkgjdlkfgjkldfjglkdfjgfdkgjdfkljgfdklgjfdgjdklfjgdsdkgjdfskgjfldkgjdlkfgjlfdkgjdfkjgkldfjsgjdsl

kgjdlkfgjkldfjglkdfjgfdkgjdfkljgfdklgjfdgjdklfjgdsdkgjdfskgjfldkgjdlkfgjlfdkgjdfkjgkldfj

NOTE: Remote submit to MYNODE complete.

  zqjlinesize.PNG

Thank you,

With Best Regards

Edwin

2 REPLIES 2
Peter_C
Rhodochrosite | Level 12

you might have to rsubmit the linesize=max, too

EdwinThangarajan
Calcite | Level 5

Thanks for the reply, I used rsubmit; option linesize=max; but no effect, I got the answer from SAS Support, we need to provide the linesize=max before signon.

"Solution from SAS Support:

The remote server session saves the linesize option of the client session at the moment of SIGNON. For the output sended back to the client the remote servers session uses this linesize option.

Changing the linesize option of the client session just before the signon will solve this problem."

Thank You,

With Best Regards

Edwin

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1438 views
  • 3 likes
  • 2 in conversation