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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 942 views
  • 1 like
  • 2 in conversation