How to change file attributes such as size, file wait time, record wait time etc., permanently?
Answer Posted / anuj tiwari
Using CHGPF command
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
when would you prefer logical file than opnqryf?
distinguish between terminating a program through seton lr and return?
how you will know whether you are in sfldrop or sflfold mode?
how to declare a constant variable in the freeformat?
Difference Between Source Physical File & Physical File?
What is the difference between non-join logical files and join logical files?
which are the string manipulation opcodes?
how do you specify page overflow indicator for printer files in rpg?
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
how may a cgi control duplicate inputs?
when would you use or not use this approach?
What are the record format field mapping options in cpyf?
Using %check we are checking monika in mona what is output? What is %SCAN?