What is LENGTH in COBOL II?
Answers were Sorted based on User's Feedback
Answer / satheesh
LENGTH acts like a special register to tell the length of a
group or an elementary item.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / satish
length is inistric function it tell's how bytes occupy by
dataitem
| Is This Answer Correct ? | 0 Yes | 0 No |
which one is the best of com and com-3.using of real time ?
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
If I want to increase the Limit in GDG. What should I do?
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 maximum error code in mainframe
In an EVALUTE statement is the order of the WHEN clauses significant?
how to transfer the file from pc to mainframe??
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
01 b pic +9(4) How many bytes it will take for storage???