can we use COPY statement in w-s section? how?
Answers were Sorted based on User's Feedback
I believe, level numbers won't take place while including the copy books in cobol programs.
Here is an example:
01 INPUT-RECORD.
COPY INRECOPY.
where INRECOPY is member name of the copy book library, which is contains group of cobol declarations.
Please correct me, if I'm wrong.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nag(igate)
Hi sravani, this is not CICS question.
yes, we can used the COPY statement is ws-section,
because the COPY statement will expanded at the
compilation time.
01 COPY MEM1.
the MEM1 can contains the variable declartion to the files
in program
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sravani
yes. for copying symbolic map,dfhaid,dfhdmsca we r copying in the working storing storage section
| Is This Answer Correct ? | 0 Yes | 2 No |
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
In an array processing what is the thing that can be done by using subscripts but not by using index
what is filler and what is use of filler
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
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
How can you add a particular field/coloumn in copybook?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
can we use variable picture clause as xx.99 in cobol.
how would find total records in files using seqientional
how many maximum no of variables can be declared in linkage section ?