What is the utilization of copybook in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum data length for Numeric DataType ?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
waht is inspect verb? where it can be in real time?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
Can we put move statement in COBOL copybook
What is the difference between working storage copybook and linkage section copybook?
How does IDMS communicate with CICS?
period is missing in the cobol program which error we getting
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
Write a program that uses move corresponding.