What is the usage of comp fields in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
how to submit a jcl by cobol program. clear me with an example.
How many bytes do a s9 (7) comp-3 field occupy?
Can we put move statement in COBOL copybook
is this below syntax correct? CALL 'subprg' using A,B Please help
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
How do you compile cobol program..?
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).