In which area will you utilize 88 level items in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
whats the disadvantage of search all over search?
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
diffrence between z(2) and z9(2)
Write a program to enter and display the names of students in a class using the occurs clause.
What are literals?
How can you display the SPOOL information ?
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
how to transfer the file from pc to mainframe??
What are different data types in cobol?
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
how to check whether the open command of a sequential file is successful? or not?
What is EIBCALEN? Why it is used?