can you please let me know if there is any walkins for
COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC
infotech
No Answer is Posted For this Question
Be the First to Post Answer
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
why we are using set in searchall?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
what is rediffine clause?in what situation it can use?give me real time example?
COMP?
can I copy book which contain db2 statment in procedure divion?
What COBOL construct is the COBOL II EVALUATE meant to replace?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
how do you reference the esds vsam file formats from cobol programs
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
can internal sort be applied to sort ksds files?