what is the use of outrecord?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between external and global variables in COBOL?
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
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
How can we pass data from cobol to JCl?
what is rediffine clause?in what situation it can use?give me real time example?
) what is the difference between AID and HANDLE AID?
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
What rules are followed by the search verb.
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS