Guest_imported
New member
- Jan 1, 1970
- 0
I have a Unisys COBOL source which I have to look at an give an estimate in time if it would be converted to AS/400 COBOL. Most of the source is basic COBOL, but a few statements are not know by the common references. I cannot find a Unisys COBOL Reference. So hopefully someone can give me some answers to my questions about the used statements which are probably Unisys COBOL related.
1). In the DATA DIVISION :
DATA-BASE SECTION.
******************
DB PARAMETERS
01 DPTABLE
01 RESTARTAREA
*
I like to know how it works and what it does.
2). In the WORKING-STORAGE SECTION:
COPY "(SOURCE)LIBRARY/BATCH/DMSWS/01 ON PROGRAMPACK"
*
I do know the COPY-statement, but the way it is used here doesn't ring a bell.
3). In the PROCEDURE DIVISION:
OPEN INQUIRY PARAMETERS
*
OPEN in combination with INQUIRY is not known.
CLOSE LMI012 WITH PURGE
*
CLOSE in combination with PURGE is not know.
FIND DPTABLE VIA FIRST (or NEXT) DPTABLESET AT DPTABLETYPE = WW10-TABLETYPE
*
FIND is probably some kind of READ-instruction, but I'd like to know what it does.
I am all ear for answers... :^)
1). In the DATA DIVISION :
DATA-BASE SECTION.
******************
DB PARAMETERS
01 DPTABLE
01 RESTARTAREA
*
I like to know how it works and what it does.
2). In the WORKING-STORAGE SECTION:
COPY "(SOURCE)LIBRARY/BATCH/DMSWS/01 ON PROGRAMPACK"
*
I do know the COPY-statement, but the way it is used here doesn't ring a bell.
3). In the PROCEDURE DIVISION:
OPEN INQUIRY PARAMETERS
*
OPEN in combination with INQUIRY is not known.
CLOSE LMI012 WITH PURGE
*
CLOSE in combination with PURGE is not know.
FIND DPTABLE VIA FIRST (or NEXT) DPTABLESET AT DPTABLETYPE = WW10-TABLETYPE
*
FIND is probably some kind of READ-instruction, but I'd like to know what it does.
I am all ear for answers... :^)