IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) in a indexed file what is procedure for read the records from 12 to 18. please give the code example
L&T,
2 7679IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why
3 5731While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
3 16125all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
2831
what is eib, how is can be used?
Explain the input procedure and output procedure?
Can you define bms?
What is the quality process in development?
What is %CHECK?
what is the meaning of each of the values in shareopts(2 3)?
What is buffer pool?
define clustering index.
How to access db2 tables in mainframe?
How do you write from PL/1 code to JCL?
how do you pass parameters in cl?
Explain the function of //cntl statement?
How can the disposition of sysout datasets be set for an entire jobstream?
What action db2 takes when a program aborts in the middle of a transaction?
Write the code implementing the perform … varying.