Tags:
tag this topic
create new tag
view all tags
---+ .UTIL PROCESS DD _This subroutine processes the Data Dictionary for the selected Application or File._ <br />%TOC% ---++ Usage: <pre> PASS <application> FIELD SHARE? N PASS <version> FIELD SHARE? N PASS <work_fields> FIELD SHARE? N PASS <file_name> FIELD SHARE? N GOSUB --- .UTIL PROCESS DD * Check for errors IF --- .UTIL PROCESS DD NE </pre> ---++ Description: This subroutine processes the Data Dictionary for the selected Application or File. The first 2 parameters are required. If any required parameters are missing, the subroutine will CANCEL. <application> is the application that contains the files to be processed (Required). <version> is the version of the above application (Required). <work_fields> is a Y/N flag that indicates whether or not work fields should also be processed (Optional). If not passed, defaults to Y. <file_name> is the specific file in <application> you want processed (Optional). If not PASSed, then all files in <application> will be processed. This subroutine performs the same function as 'Process Data Dictionary' in application design. If .UTIL PROCESS DD is blank, it means the Data Dictionary compiler was successfully invoked, it does not mean that every file processed successfully. You must check the --- PDERR file to see which processes had errors, if any. The --- PDERR TEXT field will contain the error message in printable form. You can also use the --- PDERR ERR NO field to read --- MESSAGE to get the readable error message: <pre> SET --- MESSAGE ID = --- PDERR ERR NO READ --- MESSAGE HOLD 0 FT 0 BY MESSAGE ID </pre> ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.JeanNeron - 2012-03-09
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r3 - 2014-01-28
-
GaryRogers
Home
Site map
Main web
MedicaidBilling web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback