Con etiquetas:
startup
X

TODAS LAS ENTRADAS
- Ordenar por:
- Fecha ▼
- Título
- Número de "me gusta"
- Comentarios
- Vistas
How to prevent a job from execution in case of problems
In rare cases it could happen, that a VSE/POWER job fails and does not terminate or a system failure occurs and jobs are in execution. That is you may need to re-ipl the z/VSE system. To prevent e.g. such a job from execution after IPL you may add a SET NORUN=YES card to your VSE/POWER startup. It applies to locally submitted jobs. The SET NORUN=YES causes a disposition of "X" to be assigned to any reader queue entry, that was active when the system failed (except reader queue entries that specify the * $$ JOB NORUN=IGN operand).... [More]
Etiquetas:  startup vse ipl vse-power problem |
How to get control during z/VSE system startup
It may be necessary to have control (enter commands) before the first "// JOB" statement after the IPL complete message. For example the hardcopy or the recorder file will be opened during the execution of the first JOB statement. If you need to recreate one of these files, you have to enter the corresponding commands (e.g. SET HC=CREATE or SET RF=CREATE) before the first // JOB statement, however. The following "procedure" may be used to interrupt the startup process: Specifiy the IPL parameter LOADPARM ..P You will be... [More]
Etiquetas:  hardcopy_file ipl system_startup recorder_file vse job startup |