IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) What is the best way to code to provide me the info that there are disks in the array failing or failed? How to code? Run in batch?
860Suppose 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 2676We 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?
1313If 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?
1179
what is the difference between seton lr and retrn?
What are the various isolation levels possible?
What is dbd?
How to find all duplicate records?
What is use of restart and how to use it?
What is the difference between read(1) and read work file once?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
What are the full forms of spufi and dclgen and why are they used?
what is a keyed physical file?
How is next sentence and continue different?
What is package in db2 mainframe?
what is a spool file?
how do you define single dimensional array and multidimensional array in your cobol?
what is utility for parm lib
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?