IBM AS400 AllOther (736) Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
1 2473We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
1212If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
1055Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
1 2016Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
1 2379
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 can you display specific subfile page on the screen in unequal subfile?
where can you specify an indicator in lokup operation?
Difference Between Skip Before & Space Before?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
can you have multiple key lists for a single file ?
How do you check object lock
what are the important factors in error message subfile ?
How Chain operation copies the record's data to the input buffer for the program?
What Is Ddm ?
How many maximum record format a logical file have?
What is the Difference between command attention key and command function key ?
what is the purpose of the indara keyword?
what is *iso date format?
How to update data area in cobol 400 program?