what are decleratives in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
where will we code call by content and call by reference dude pls reply soon ?
how to resolve the file status 47.......
i WANT ALL ERROR codes IN CICS and DB2
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
what is difference between the sysabend and userabend?
In an array processing what is the thing that can be done by using subscripts but not by using index
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 are the pertinent COBOL
If I want to increase the Limit in GDG. What should I do?
What is an explicit scope terminator?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?