What are the ways you can generate a copybook?
Answers were Sorted based on User's Feedback
Answer / nag(igate)
1. using 3.4 option without fileaid
2. using fileaid
| Is This Answer Correct ? | 1 Yes | 0 No |
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
can we use full outer join with cursors declared in cobol program?
What is amode(24)?
What is the linkage section?
what is rediffine clause?in what situation it can use?give me real time example?
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
In INITIALIZE what is Repalcing Word will do
) What is the use of IGNORE?
In EBCDIC, how would the number 1234 be stored?
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
why do u need inspect verb?
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.