HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH
ALL?
Answers were Sorted based on User's Feedback
Answer / guest
using ascending or decending key along with ocurs clause
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / raghav
by using sort function in jcl
jst take the the on whuch we are going to use the searchall
as input file
Is This Answer Correct ? | 1 Yes | 3 No |
What is cobol?
Can we move X(7) to S9(7) COMP?
How do you submit JCL via a Cobol program?
what happens if we wont give timestamp in precompilation process ?
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
Suppose i want to declare a binary comp fild of 7 byte .how to write?
HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
how many maximum no of variables can be declared in linkage section ?
What are ISOLATION LEVELS? Where do we need to specify them?
what is difference between the sysabend and userabend?