所带标签:
language
X

System Dumps for LE z/VSE CICS Abend
After the earlier topic on obtaining a z/VSE system dump from an LE application failure, its worth discussing the same functionality, but in a more CICS specific direction. It is possible to use the CICS/TS dump CEMT commands to get CICS to produce a system dump for specific CICS and LE z/VSE abend codes. There are times when these are useful and can be a good tool for analysing a failure. But with the more technically difficult LE abends that may occur they can be taken by CICS too late and be missing vital information that is needed for a... [More]
标签:  dump environment system language cics |
HLASM and Language Environment Callable Services
For this entry I thought I would discuss the use of the vast array of language environment callable services within LE-enabled HLASM routines. Even though the manuals often only show examples of how to use these callable services with COBOL, C, or PL/1 - so long as the linkage and parameter configurations are honoured - these callable services can also be used by LE-enabled assembler routines. Just as required with use of a callable service by a High Level Language (HLL) program, an LE-enabled assembler routine can setup the... [More]
标签:  services callable envrionment hlasm assembler language |