What is program status data structure(psds) in as400?
No Answer is Posted For this Question
Be the First to Post Answer
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?
How we can delete all the Logical File of a Physical file in one instance ?
is it possible to create a physical file without dds?
what is the function of cpyf command?
What is the purpose of STRCMTCTL command?
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 program status data structure(psds) in as400?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
What is the necessary keyword used in a physical file to refer field definitions from the field reference file?
What is the default value for the number of increment for the physical file?
what is the maximum number of subfiles that can specified in a display file ?
What is the purpose of the following I UDS I 1 60ORDER# I 7 90LINE#