IBM AS400 AllOther (736) Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
3 8637When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
HCL,
2 8340i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
CTS,
2 10447what is the main use of OPNQRYF ?? in that query why we can use OVERDBF and in that OVERDBY why should we use SHARE(*YES)
IBM,
2 9421How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
CGI,
5 11177Hi, Please give the answer to this question? I have Phisical file with 100 records,there is no any duplicate records in this pf.Based on this pf one Logical file i have used.But this lf is viewing only 80 records only of that pf?What is the reason for this?Please give me answer?
IBM,
4 9456what is code for reading member in rpgle when wehave like extmbr(*all) so we have 3 members in *all then i want to read first record in 2member
HCL,
2 13922When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
5 13359what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
IBM,
2 7024how to handle job errors in as400 what is the command and where can we find out whether the job has any errors
2 12492
What is access path in as400?
how will you find a string using pdm?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
In 'o' Specs What Is The Opcode For Write?
How to avoid using indicators in ile ?
How can we change the uppercase to Lowercase in RPG?
what are all the contents of subfile?
how many levels are there in a physical file?
what opcode will be used to test the zone of a character field?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
which of the cl command can be used to determine which logical files are dependent on a specific file?
can you specify a display file to be used in the following modes input,output, or combined modes ?
name few ibm supplied libraries?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
how to get the cursor position?