how to change pic of variables declared in copy book
inside progrm?
Answers were Sorted based on User's Feedback
Answer / poonam
Iam agree with prasanna,
REPLACE verb is used to change the name of the varriable
and not the PIC clause..
only way is to REDEFINE it in the program
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pradeep
copy membername replacing==existin pic clause==new pic clause
| Is This Answer Correct ? | 0 Yes | 1 No |
When you are working with the project.. once your coding is over what will u do? where u r maintaining your CR(change request) what is the format what are the documents u need to prepare while testing?
01 A 02 B occurs 10 times 03 C pic 999. 03 D occurs 15 times 04 E pic 999. 04 F occurs 20 times 05 G pic XXX. 05 H pic 99. Determine the total no of byte in A. A) 175 B) 15480 C) 21750 D) 9065
Can you explain referential integrity?
which is more efficient, level 77 or 01?
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?
Expalin about Ibm frameworkinh working & is it platform independant & open source?
How to move a field DT 9(8) of input file to DT 9(8) COMP-3 in output file in ezytrieve? in the output file entire dt is not moved.If any answer plz reply as soon as possible.
Explain foreign keys?
Why are you looking for a change?
What is COUNTERS in PL/1? How to assign the COUNTER variables? WHich Data Type it can be used for this?
suppose oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset?
When do you get -811 sqlcode and how to resolve it?