What is link edit in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
) How do u handle errors in BMS macro
1.What is the default print format in cobol?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
What is a subscript ?
What does MAXCC 3 means? It is used in one my codes.
In COBOL programming, what is PERFORM? What is VARYING?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between goback, stop run and exit program in cobol?
What is LENGTH in COBOL II?