how the control comes back from subprogram to mainprogram
Answers were Sorted based on User's Feedback
What is amode(31)
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
COMP field occupy ?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How many types of sorts are there in cobol?
What is redefines clause in COBOL?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
what is sysncpoint?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
what will happen if i give program name and member name as different? program runs successful or w'll abend?
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you