BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
shahd
Quartz | Level 8

What is the batch mode in the programming language. If a program doesn't support the batch mode can we write a loop to modify it 

1 ACCEPTED SOLUTION

Accepted Solutions
VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

Take a look at

https://www.lexjansen.com/nesug/nesug00/cc/cc4017.pdf

the links may start you with how to call X for the system commands

View solution in original post

3 REPLIES 3
VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

@ https://v8doc.sas.com/sashtml/vms/zs-batch.htm

"SAS batch mode is equivalent to OpenVMS batch mode. It is useful for SAS programs that require large amounts of time and memory. In batch mode, you submit a job to an OpenVMS batch queue, and the job awaits execution along with batch jobs that have been submitted by other OpenVMS users. The amount of time before your job executes depends on how many other jobs are in the input queue, on what priority the operating environment has assigned to your job, and how your batch queue(s) is configured."

 

shahd
Quartz | Level 8

Thank you. If I have another program which is not SAS. Can I use SAS to run the batch mode for that program?

VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

Take a look at

https://www.lexjansen.com/nesug/nesug00/cc/cc4017.pdf

the links may start you with how to call X for the system commands

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 999 views
  • 1 like
  • 2 in conversation