can anybody post me about file-aid and changemen tools pls and
give me reference if any mainframe guys are there
No Answer is Posted For this Question
Be the First to Post Answer
What is the compute verb? How is it used?
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
How you can characterize tables in cobol?
what is jcl approach for programming?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
diffrence between z(2) and z9(2)
What are the divisions in a cobol program? Which one is the mandatory division among them?
What are various search techniques in cobol? Explain.
what are the control characters used in reports
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible