IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
3 15841Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
3 13628
how do you reference the printer file formats from cobol programs
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the meaning of the enq command?
What is a lds (linear data set)?
Can you define a gdg?
Explain the different system tables used in cics?
I just know the Panvalet dataset name, i would like to search all the members of that dataset for particular keyword through Rexx. how to achive? please suggest. Is it possible to open panvalet member in browse mode using Rexx? Your help would be appreciated very much. Thanks in advance.
what is buffering and how does it apply to vsam files ?
Explain the difference between using the read command with into option and set option?
How to handle duplicate error handling in RPG?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
we cant write data into file using cl program then what is sndf
What are union and union all?