DD STATEMENT :
The DD statement (Data Definition), is used to identify the source of input
and the placement of output information
Syntax -> //ddname DD < positional / keyword parameters >
ddname must be unique in the job
Positional parameters - *
DATA
DUMMY
DYNAM
Keyword Parameters - DSN
DISP
UNIT
SPACE
DCB
VOLUME
Concentrating on Application programs and Technologies for the development of Mankind.
Thursday, 16 May 2013
DD statement with parameter explanation...
Subscribe to:
Post Comments (Atom)
Expense Handler Application with advance technologies
Budget Planner One of the application developed with Ionic 4 and Python-Flask. Ionic 4 code: https://github.com/logeshbuiltin/Expense...
-
Details: This is one of the common error a beginner will be facing when he is working on Python and SQLite bridging. Below is a scenari...
-
This program has been taken from the below link and enhanced for easy use and easy understanding. This program is working 100% and the resu...
-
How to check special character in a string and replace with spaces using COBOL program. 01 TEMP-VAR PIC X(1...
No comments:
Post a Comment