IBM AS400 AllOther (736) I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
CTS,
2 8891What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
1 12683Suppose if a physical file is having 1000 records, but i deleted 500 records from it. Here the concern is can the size of the file changes or it remains the same... kindly help me out with thorough xplanation.... Thanks in-advance...
6 12955Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
3 6717
an access path may be in which sequence?
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
Explain the difference between section, paragraph and sentences?
how can I control the way a remote browser uses its cache?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
define the purpose/use for sflrna?
which cl command is used to trap error messages during program execution?
what does opcode post do ?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
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
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
what is the maximum number of fields under a record format of physical file?
How to declare the pull button in AS/400..
why is as/400 called object oriented machine?
What is array in as400? What are the types of array?