Help is available for the following topics:
1022 4UP ADUMP AJ APLBAS ARP ASSIGN ATTACH BACKUP BRACK
CALCOM CALEND CANCEL CDCEOF CHANGE COBOL COMMAN COMPIL CONTRO COSTS
COUNT CPUNCH CREATE DATESW DDT DEBUG DECLAR DELETE DEMOS DETACH
DIRECT DISK EBCDIC ECHO EMPIRE FAILSA FAL FILES FORDDT FORFLO
FORTH FORTRA FROM10 GCS GENCOM GLIM GRIPE GT40 HELP HLPALL
HLPSQZ HOLIDA HPPLOT IMSL INDEX JOB KDPLDR KERMIT KILL KJOB
LABDMC LASER LIBRAR LINED LINK LOGIN LSTMAI MAKVIR MASTER MCROSS
MONITO MOUNT MS MTA MTTOPT MUPPET NAME NCP NETWOR NFT
NOTICE NYPLAN OLDNOT OMNIGR OPR PACMAN PAL10 PASSWO PASWRD PHONES
PLOT POUT PUB QUEUE REATTA REDUCE RENAME RENBR RERUN RSXFMT
RSXRED SAAM SAVE SDPL SED SEDONL SEDOTH SEE SEND SEWER
SIXPRT SMALL SORT SPACIN SPIKE STAFF STATIS STREK SUPCAL SUPSUB
SYSDPY SYSTEM TAPCOP TECMAC TEK TEKVEW TERMIN TIME TIP TO10
TOPS TREK TREND TYPFIL USERS USNMRG VAXTAP VERIFY WHO XVFU
.KJOB
[DETACH.HLP 1 page]
The DETACH command disconnects the terminal from your job. Your terminal
is then free to login again. The DETACHed job is still logged in, though,
and is charged at PTY connect rates. It just has no TTY to talk to. Tsk.
The command is simply: .DETACH
To get the job back onto a terminal, you use the ATTACH command, like this:
.ATTACH 43[111,222]
where 43 was the JOB Number, and [111,222] is the ppn
which matches job 43 (if it doesnt match, it wont work).
Here is a way to start up your job, then detach it and let it go, running
away while you use the terminal for something else.
RUN YOURPROGRAM ;nice long program (which doesnt need a TTY)
^C ;temporarily halt the program
CCONT ;long enough to resume it, but TTY is at monitor
DETACH ;this command will work, since CCONT
;lets you type monitor commands.
Your job will run until it has a need to put some characters to a TTY.
Then it needs to have someone ATTACH it.
[End of DETACHERINO.HLP]
.KJOB
.
|