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

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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