What is the use of intialize verb?
No Answer is Posted For this Question
Be the First to Post Answer
how will you define vsam file in select clause?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
A table has two indexes defined. Which one will be used by the SEARCH?
how can we find total no of records in a file ....is there any utility......?
How we copy a program from production region to development region.What is the process & syntax ?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
What are the cobol coding sheets?
What is the file organization clause ?
How can you add a particular field in copybook?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc