Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-1) was last changed on 02-May-2012 12:14 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 46 lines
%%(display:none)
{{{
WikiUp
}}}
/%
[{TableOfContents }]\\
!!! OBIETTIVO\\
Questa /COPY controlla l'esistenza di un oggetto sul sistema e ne reperisce l'eventuale descrizione
!!! FUNZIONI/METODI\\
Non previsti funzioni e metodi standard
!!! PREREQUISITI\\
---> C/COPY QILEGEN,£CKO in coda al sorgente
!!! FLUSSO\\
__ Input: __
* £CKON : Nome oggetto\\
* £CKOT : Tipo oggetto (*FILE, *PGM, *USRPRF, etc.)\\
* £CKOL : Libreria dove cercare oggetto __?/! In libreria cerca e restituisce la libreria dove si trova l'oggetto__\\
* £CKOM : Membro (se file) -> se blank non controlla esistenza membro\\
__Output: __
* £CKOR : Codice di ritorno\\
** > 0=oggetto esistente\\
** > 1=oggetto inesistente\\
** > 2=membro inesistente\\
* £CKOD : Descrizione oggetto\\
* £CKOM : Membro (se richiesta ricerca)\\
* £CKOP : Libreria (se richiesta ricerca)\\
* £CKOLC: LIVELLO DI CHIAMATA\\
!! ESEMPIO DI CHIAMATA\\
%%quote
| MOVEL <oggetto> £CKON
| MOVEL <tipo> £CKOT
| MOVEL <libreria> £CKOL
| MOVEL <membro> £CKOM
| MOVEL <livello chiamata> £CKOLC
| EXSR £CKO
| £CKOR IFEQ 0
| MOVEL £CKOD <campo descrizione>
| END
/%
----
This page has only one version
«