Sunday, October 22, 2017

Mandatory Parameters of Procedure

1. ERRBUF 2. RETCODE
ERRBUF is used to return messages in log file
RETCODE is used to show the status of the concurrent program

RETOCDE have 3 values 0, 1 & 2
 0 indicates concurrent program completed with Normal
 1 indicates concurrent program completed with Warning
 2 indicates concurrent program completed with Error

No comments:

Post a Comment

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...