There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
1432i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
1325
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between binary search and sequential search?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
IF I mention stop run in CICS what happens?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are the different rules for performing sort operation?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Write a program to explain size error.
What are literals?
What is the LINKAGE SECTION used in COBOL?
What do you understand by psb and acb?
What are declaratives and what are their uses in cobol?
What is comp-1 and comp-2?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the usage of comp fields in cobol?