What compiler option would you use for dynamic linking?
Answers were Sorted based on User's Feedback
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
without performing any operations on a file how can i know whether it contains data or not
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
which one is better among static call and dynamic call?
What is the problem of ordered sequential files access?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
what is a load module ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
Explain what you understand by passing by value.