What are INPUT PROCEDURE and OUTPUT PROCEDURE?
No Answer is Posted For this Question
Be the First to Post Answer
What are declaratives and what are their uses in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how will you define vsam file in select clause?
Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
what is MSGLEVEL?
how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
What is the difference between SEARCH and SEARCH ALL?