Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
2 9636Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
2 14151We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
6 16982I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
L&T,
2 17411Why do we need to create an alias if we can directly use the table name? What are the benefits of referring a table name by its alias? Also, when should we go for alias and when for synonyms?
1 4118I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
2 5911I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
ABC,
1 4007What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
IBM,
1 10468Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
1 4888
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
What is the need for a secondary index in ims?
How can we debug cobol pgm containig idms using xpeditor?
Define the attribute byte?
How can deadlocks be resolved?
what do you mean by the cobol record key clause in vsam?
Is it possible to code instream data in a PROC?
What does the keyranges parameter in define cluster command do?
Explain about ISPF/TSO Commands
What are the various isolation levels possible?
How IBM framework work?
When do you specify the isolation level?
Can we see the copy book length using file-aid?
Explain how do you dynamically set the cursor position to a specific field?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that