IBM AS400 AllOther (736) How to write a password mask program in as400? like the password which i type should be displayed as '*****' r ###### which the user wishes to dispaly if u could help me with url r the solution in written code this will help me
21 362851) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) What is Non-Join Logical file and its importance?
4 243591) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be interactive one or batch one? 2)How many members can exist in a PF?
7 17051Im traying to get out put of this below mention simple logic code.But im geting out of different.(im trying with my laptop trhough my company server. DCL &FIELD1 *CHAR 10 VALUE('TCS AS/400') DCL &FIELD2 *CHAR 10 CHGVAR(%SST(&FIELD2 1 10))(%SST(&FIELD1 10 1) Can you tell me the value of field2 after excuted of CHGVAR command.
2 6202Hi friends, Can you give the solution for the below mention simple code.and explain.what is output D CHR1 S 4A INZ('PEN') D CHR2 S 10A INZ('MYGET') D CHR3 S 8A INZ('GOOD') D CHR4 S 22A INZ C MOVEL CHR1 CHR4 C MOVE CHR2 CHR4 C EVAL CHR4=CHR3 C MOVE CHR1 CHR4
4 6655Good morning my experts.Im kuppi.im working as a software trainee on AS/400 technology.i have also joined with ibmi5 team.im trying to convert date with cl/400 coding.I have taken 2 parameters(like date and date types). A. If suppose date type is j,Now i want to convert date to *MDY format B. if date type is M,now i want to convert date to *JUL format C. sending a Program message with the value of converted date.
1 4221i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
6 13088Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
8 15724How do you find out whether a record is present in the physical file without reading the file? for Example Employee No: 100 in an Employee master.How do we find out whther 100 is present in Employee master without reading the file?
11 29393How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
CSC,
6 29855In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 19848
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
define the rcvf command?
Explain the output procedure?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
the maximum number of subfiles that can be active for a single file is ____ .
How to Define a Procedure in RPG?
what was the robotech rpg?
Explain how to detect record is locked in cobol/400? What is the solution for that?
what is match field indicator?
what is a composite key?
Difference Between Call & Sbmjob?
which are control break logic indicators?
define the purpose of the %sst function?
What is the Difference between command attention key and command function key ?
What are fillers? What is the actual use of fillers? With mall/simple example?