Via this link, the separate manuals are displayed:
https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/ca-telon-application-generator/5-1.html
1. How can one view the entire PDF for the Telon documentation?
2. Where are the naming standards for the JCL and PROC members documented that are found in the pdsqual.PROCPDS and created via the execution of #CUSTJCL?
Telon Application Generator, release 5.1
Please see this link:
https://techdocs.broadcom.com/content/dam/broadcom/techdocs/us/en/pdf/ca-mainframe-software/devops/ca-telon-application-generator/baseline-51/ca-telon-application-generator-5-1.pdf
The way to get this PDF is to sign into the Support Portal:
1. Go under Documentation for the product Telon
2. Click on this at the upper right hand of the screen:
To find the naming standards for JCL/Proc members, please see this link:
The Telon Generate, Compile and Link jobs and procedures that were created during execution of #CUSTJCL and placed in pdsqual.PROCPDS are a special subset and conform to the following naming convention:
Procedure name: TLuvwxyL
Job stream name: JuvwxyL
Where:
u is the DBMS precompiler
N (none)
2 (DB2)
S (IDMS/SQL)
M (Datacom SQL)
v is the target environment:
B (Batch)
C (CICS)
I (IMS)
S (CICS Client)
w is the location of the Telon source:
P (in a PDS)
V (on Panvalet)
X (on the TDF, export the source)
x is the option to Generate host language source:
G (generate)
O (generate if Telon source has changed)
y is the host language source code:
C (COBOL)
P (PL/I)
2 (COBOL II and above)