Explain Restart Logic in Cobol?
Answer / yogesh
it will strat doing exection from previous records where it
will get an abend.
Is This Answer Correct ? | 3 Yes | 8 No |
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
How to read the last 100 records from a COBOL file. The file contains N number of records.
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
why we are using set in searchall?
what is qualification on occurs clause?
how do you reference the esds vsam file formats from cobol programs
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
what is a zoned decimal data type and how it will be stored?
How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
how to move the records from file to array table. give with code example
what is ASRA, AEY9?