What are the rules of the move verb?
No Answer is Posted For this Question
Be the First to Post Answer
How may divisions are there in JCL-COBOL?
what is the advantage of using redefines instead of delaring the variables ?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
What is the reference modification.
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
What is the file organization clause ?
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..?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
What will happen if we generate GDG +2 version instead of +1 version?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?