Define what the operation will do, the purpose of the result field and the purpose of *IN66?
HI LO EQ
C CALL 'CVTDAT'
DTPRM 66
Answer / neha nimesh
The above statement causes, call the program and pass the parameter.
Is This Answer Correct ? | 0 Yes | 0 No |
is there any way to dynamically merge other html scripts into a given html?
Where would you use Override Data Base File?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
define a shared access path?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
What is field reference file?
how many files can be defined in f specs?
What is the exact difference between Service Program and Binding Directory?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
can u plz tell me is there any difference between SHELL SCRIPT & SFTP SCRIPT? I want to run LS & GET(automatically) command from CL program....which script can be used?
what is the use of data structures?
What is SAA?