1) Suppose we call a pgm from CL, how come AS400 system
knows whether the called pgm is to be interactive one or
batch one?
2)How many members can exist in a PF?
Answer Posted / vz
RTVJOBA - cmd can retrieve info about job,if type '0' -
batch job , '1'-interactive:
dcl &jobtype *char 1
rtvjoba type(&jobtype)
if &jobtype *eq '0'
sbmjob...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how you get the relative record in a subfile in which cursor is located?
what is rpg ?
how to validate input values in display file ?
what does check opcode is used?
How do I remove a flag or check no. or name when a user opens too many sessions?
when is a tag statement used in rpg?
which are the member types which seu supports?
how do you specify page overflow indicator for printer files in rpg?
define subsystem?
when are the referential constraints executed?
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
what is the use of jdftval in join logical file?
How to convert a spool file to PDF file in AS400?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
how many printer files can be defined in f specs ?