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 9760Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
2 14348We 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 17228I 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 17563Why 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 4218I 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 6040I 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 4103What 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 10575Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
1 5008
what are decleratives in cobol?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
what methods are available for persisting records in an idms database?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Can ESDS files be accessed from CICS?
What is the difference between dbm cfg and db cfg file in db2 ?
how can you define a dataarea(DTAARA) IN RPG? Which spec you define it C-spec/D-spec?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
Give the definition of COMMAREA ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what are the differences between and exec cics xctl and an exec cics link command?
What is adabas?
Brief description of inline procedure of jcl.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?