Giovanni
The following may be all you need:
<quote>
To create, replace, or modify VTAM's interpret, logon mode, Class of
Service, or USS tables, follow these steps:
1. Code the appropriate VTAM macroinstructions.
2. Assemble the group of macroinstructions.
3. Link-edit the table as a nonexecutable module into a library associated
with the VTAMLIB DD statement.
</quote>
This is taken from "Filing Macroinstructions" in Chapter 1, "Introduction to
VTAM resource definition" in the z/OS Communications Server (CS) SNA
Resource Definition Reference manual.
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/F1A1B6A0/
If you want to know more about USS, you will find information in this
manual, mainly Chapter 5, "User-defined tables and data filter", and in the
z/OS SNA Network Implementation Guide.
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/F1A1B5A0/
Just search using keyword "USS" - not forgetting to set "Whole words only"
in case you use PDF versions of the manual.
Chris Mason
----- Original Message -----
From: "Giovanni Bozzetti" <[email protected]>
To: <[email protected]>
Sent: Saturday, August 14, 2010 1:09 AM
Subject: Help in documents and using as on USS
hello
If someone can help.
Can someone send me where I can find all information to use HLASM on z/OS
USS
1 What to do to write a compile script
2 What to do to run the as compiler
3 What to do to run the ld link edit
Can someone send me a script to compile many programs just passing the
program name
I am trying using this
as "//'source.asm(hello)'" -- "TERM,MACHINE(S390E)" -I My.maclib
-o My.o
But the assembler read the source code hello, but ignore my maclib and
didn't produce any listing or obj, just on std.err has all my macro in
error only.
Thanks
Giovanni