11.07.2015 Views

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Routine, Debugging, and Other CommandsThis command erases the sixth line within the subroutine Test1.ZREMOVE Test1+6This command erases lines three through ten, inclusive, within the current routine.ZREMOVE +3:+10See Also• XECUTE command• ZINSERT command• ZSAVE commandZSAVESaves the current routine.ZSAVE:pc routineZS:pc routineArgumentspcroutineOptional — A postconditional expression.Optional — A new name for the routine.DescriptionThe ZSAVE command saves the current routine. Use ZSAVE to save any changes you havemade to the routine with ZINSERT and ZREMOVE commands. ZSAVE has two forms:• Without an argument• With an argumentZSAVE without arguments saves the current routine under its current name (that is, the nameunder which you previously saved it) on disk in the current namespace.ZSAVE routine saves the current routine under the name specified to disk in the currentnamespace.404 <strong>Caché</strong> <strong>ObjectScript</strong> <strong>Reference</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!