Answer Posted / rajni bala
a technique that has been successfullu used on a number
of computers to reduce the speed mismatch between slow
speed i/o devices and fast CPU.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
List the different jcl statements that are not permitted in the procedures?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
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
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How jcl work to handle various input output file operations?
What are the utility programs in jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain the job statement in jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
is there any way to execute more than one proc in the same exec statement at the same time..?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
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?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?