What is the utilization of copybook in cobol? Could we utilize a similar copybook?
No Answer is Posted For this Question
Be the First to Post Answer
what will happen if pass values more than 100 using PARM parameter?
how to move the records from file to array table. give with code example
why 02 level number can't be use as a separate level number like 01 or 77 ?
State the various causes of s0c1, s0c5 and s0c7.
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
can you declare redefine in level 01?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
How do you reference the following file formats from cobol programs?
What is length is cobol?
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
tell me about examine inspect and evaluate ?
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?