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 7823IDENTIFICATION 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 5881While 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 16300all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
2882
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are various loop types supported by rexx?
Is therE anybody who knows about TICKLER FILE of RM.??thank you
what does check opcode do ?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
Can you define a gdg?
Explain dfsort utility?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the format of comment statement?
What are the uses of commit and finish?
Outputs of explain are with matchcols = 0. What does this signify?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Explain how do you intitiate another transaction?
what is the meaning of dynamic processing in vsam?