NET/MASTER Network Control Language (NCL) Reference Manual

DATECONV
Built-in Functions
106126 Tandem Computers Incorporated 4–39
In the following example, the Julian date 94296 is converted to the normal (N) format.
The date is adjusted by two days. The output is 25 OCT 1994:
&A = J
&B = 94296
&C = N
&D = 2
&RESULT DATECONV(&A,&B,&C,&D)