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.
1501i 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?
1382
how do you reference the rrds file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the local-storage section?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Which division and paragraphs are mandatory for a COBOL program?
What is difference between static and dynamic call in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How arrays can be defined in COBOL?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
State the various causes of s0c1, s0c5 and s0c7.
Write a program to enter and display the names of students in a class using the occurs clause.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Write down the divisions of cobol program?