What is the best way to represent a VCON in a DSECT? A DS V requires some
value:
TESTDSECT
TESTVCON DS 1VL4(DUMMY)
or
TESTVCON DS 1AL4(*-*)
[TESTVCON DS 1VL4(*-*) generates assembler error message]
Either way you get the 4-byte placeholder, but is there a preferre
It seems the HIGH-WORD facility (from the year 2010) provides a limited amount
of instructions that act only on
the high 32 bits. The Principles of Operation terminology “effectively provides
sixteen additional 32-bit registers”.
HLASM doesn’t seem to provide a way to specify the a USING with o
Is the 'XDCBL ' value a multiple of 8? The STORAGE OBTAIN will round up to
multiple of 8; the STORAGE RELEASE might be using the actual 'XDCBL' length.
Why don't you get a dump of the 878 and try to debug? Maybe you can find 1900
chunks of the same storage eye-catchers.
One must remember that the the machine (CPU) does not care
about how the source looks. Once the machine gets the code,
it is just opcodes.
There is no 'SET SOURCE CODE IS BEAUTIFUL' instruction to make it
run faster.
FB 80 files, with or without sequence numbers, work for me as
a source reposito