in a indexed file what is procedure for read the records from 12 to 18. please give the code example
L&T,
2 7041IDENTIFICATION 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 5001While 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 15597all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
2633
Can you define attribute byte?
What is a bind card?
What is the physical storage length of the data types date, time, and timestamp?
how to define to define a hidden filed in dspf ?
What is the importance of common attribute?
what is *iso date format?
What is job control language?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What is meant by an AICA ABEND?
How to find or access the current level of a gdg?
what is sflrolval?
What is the use of predicate?
what opcode will be used to test the zone of a character field?
how can you define a dataarea(DTAARA) IN RPG? Which spec you define it C-spec/D-spec?
What is the difference between next sentence and continue in cobol programing language?