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.
1435i 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?
1327
Explain what you understand by passing by value.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Define cobol?
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 perform … with test after and perform … with test before?
what happens if parmparameter passes zero bytes to the program
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.
Can you please let me know the centre name of INS certification in Kolkata.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Write the code to count the sum of n natural numbers.
What is the difference between external and global variables in COBOL?
what is the difference between COBOL2 AND COBOL390?
How you can characterize tables in cobol?
What is the difference between goback, stop run and exit program in cobol?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks