How to convert a spool file to PDF file in AS400?
No Answer is Posted For this Question
Be the First to Post Answer
whare we can use IN AND OUT AND UNLCK opcodes?please can any body tell me in real time senario with example
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
How to inner join more than 2 PFs in a CL program using OPNQRYF command?
a multiple format logical file is also known as?
when do you explicitly open files and close files in an rpg program?
what is the purpose of data structure?
How to see all record formats used in a file?
What Is The Error If We Don't Get Login Screen?
what does opcode post do ?
what is the use of dspatr(mdt) keyword?
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
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?