DDIS(5) File Formats Manual DDIS(5)Name
DDIS - Digital Data Interchange Syntax / ISO ASN.1 (DDIS/ASN.1) files
Description
DDIS/ASN.1 files conform to Digital's Digital Data Interchange Syntax. DDIS conforms to syntaxes that can be defined within the specifica-
tions of International Standards Organization Abstract Syntax Notation One (ISO ASN.1), but is not itself an implementation of full ISO
ASN.1 syntax.
DDIS/ASN.1 files conform to the DDIS/ASN.1 syntax. The DDIS/ASN.1 syntax is itself used to define other syntaxes. The following are among
the syntaxes that are subsets of DDIS/ASN.1:
DDIF Digital Document Interchange Format
DTIF Digital Table Interchange Format
DOTS Data Object Transport Syntax
Files that conform to one of the DDIS/ASN.1 family of syntaxes are described as DDIS/ASN.1 files. More specifically, however, the files
are typed according to a particular DDIS/ASN.1 syntax. For example, a file that conforms to the DDIF syntax is a DDIF file, and is identi-
fied by the command as a ddis/ddif file. The command includes the string ddis/ as a part of its output if a file belongs in the DDIS fam-
ily.
See Alsoctod(1), dtoc(1), DDIF(5), DOTS(5), DTIF(5), CDA(5)DDIS(5)
Check Out this Related Man Page
DDIF(5) File Formats Manual DDIF(5)Name
DDIF - Digital Document Interchange Format (DDIF) files
Description
Digital Document Interchange Format (DDIF) is a DDIS/ASN.1 encoding for the interchange of revisable compound documents with document pro-
cessing systems. DDIF is also a document output format, a storage format for user documents residing on a disk, and a compound document
format.
The purpose of DDIF is to allow the creation of compound documents and also to serve as a standard intermediate format for the conversion
of documents based on other formats. For example, a simple ASCII text file can be converted to DDIF, and the DDIF file can then be con-
verted to PostScript. A DDIF document can also be converted to ASCII.
DDIF files are documents or portions of compound documents. A DDIF document is considered a simple document if it consists of one file. A
DDIF document is considered a compound document if it consists of more than one file, the master of which must be a DDIF file.
A DDIF file can contain storage addresses (for example, filename) of other files, which must be DDIF, ASCII text, binary, or PostScript.
References to DOTS files is not supported.
Because a DDIF file can reference another DDIF file and the referenced DDIF file can reference other DDIF files, a DDIF document can con-
sist of a tree of files.
The following commands are used to manipulate DDIF files:
cdoc Provides a set of converters to and from DDIF format.
ctod Packs DDIF documents into DOTS syntax. The user can choose to archive a DDIF document in this manner. The command
also copies DDIF files from one location to another.
dtoc Copies DDIF files from one location to another.
dxvdoc Enables user to view DDIF documents. The command is used on workstations running ULTRIX UWS software. The command can
also display imbedded graphics and image data that is encoded in the DDIF syntax.
vdoc Enables user to view DDIF documents. The command is for use on character-cell terminals.
DDIF documents can be mailed to other users.
See Alsocdoc(1), ctod(1), dtoc(1), vdoc(1), dxvdoc(1X), DOTS(5), DDIS(5)DDIF(5)
Hi,
We have a Digital Unix Server with OSF.
There's a Kernel Parameter "dflssiz" on this server.
I just want to know, what it means.
Thanks (2 Replies)
i have many files with extention filename.ASN_ERROR~ at a path. I want to move these files to another path and change extension to .ASN
There are more then 80,000 files so i cant use manual commands
muneebr (5 Replies)
I was analyzing the syntax on the MOV Assembly command after debugging my c code using gdb. What I don't understand is that on some machines it shows me a MOV AL,0 and on some MOV 0,AL. I know both mean the same but what is it that differentiates the syntax? (4 Replies)
There are are lots of examples of piping output FROM the 'ls' command TO another command, but how does one pipe output TO the 'ls -l' command?
For example, use 'which' to find a file, then use 'ls -l' to view the permissions, groups, etc. in a single step:
which <filename> | ls -l
returns... (4 Replies)
hi!
my computer is...
System: Digital Personal Workstation 433a
Processor: Digital Alpha 21164, 433 MHz
Memory: 64 MB
OS: Digital Unix Console (SRM), Digital Unix V4.0D
how to erase tape data?
I tried with mt erase but no success.
My tape is 120m.
So, how can i erase tape?
... (5 Replies)
Hello to everybody...
I have spent very long time on this before I decided to sign up in this forum.
Maybe I've just not used the right keywords. I have to say that I'm not a programmer or something like that...
I've been playin' around a little with ImageMagick and I would like to have... (4 Replies)
System: Digital Personal Workstation 433a
Processor: Digital Alpha 21164, 433 MHz
Memory: 64 MB
OS: Digital Unix Console (SRM), Digital Unix V4.0D
This type of conmputer run radar application. What i would like to know is whether i can change OS or not.
Thanks in advance. (7 Replies)
hi!
my computer is...
system: Digital Personal Workstation 433a
Processor: Digital Alpha 21164, 433 MHz
Memory: 64 MB
Operating System: Digital Unix Console(SRM), Digital Unix V4.0D
That computer is used for radar display. Application run on Unix. I have a problem now. I can't boot dkc0... (2 Replies)
Please excuse me if this is an easy fix, for I am new to Unix and C
'/problem1.c: line2: syntax error near unexpected token `
'/problem1.c: line2: `main()
and for one program it has
: command not found2: (above the syntax error)
As mentioned this is in C not C++, I have complied all... (3 Replies)
Kindly help i need to write a code for Decode/Compile the ASN.1 which is found in javascript or C language if any got a final working Code:D (16 Replies)
Hi All,
I am fairly new to this so please forgive me, Currently I have an ASN.1 which I would like the ability to load this to my work server in order to enter a string of output decode and display the output.
There are methods online as shown on ASN.1 JavaScript decoder however I have... (3 Replies)
Evening All (or morning for some),
Could anyone have a look at the below and advise where i've going wrong with the syntax as i keep getting the below error while trying to run.
Any help would be really apprecaited.
./testout: line 13: syntax error near unexpected token `else'
... (4 Replies)
I am getting this error Syntax error: `]' unexpected. Did I do something wrong with elif? Does ksh not like double brackets?
if ]; then
#echo hi
source ~/.bashrc;
elif ]; then
#echo hi
source ~/.kshrc;
fi (5 Replies)
I am sharing a code snippet.
for (( i=0; i<=$(( $count -1 )); i++ ))
do
first=${barr2}
search=${barr1}
echo $first
echo "loop begins"
for (( j=0; j<=5000; j++ ))
do
if } == $search ]]; then
echo $j
break;
fi
done
second=${harr2}
echo $second (2 Replies)