how to convert vsam table into DB2 table?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
1.What is the limit of linkage section?
Write the code to count the sum of n natural numbers.
what is rediffine clause?in what situation it can use?give me real time example?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
What is the output generated by the following code? 01 GRP-I. 05 SUBFLD1 PIC XX VALUE "AB". 05 FILTER PIC X(6) VALUE SPACES. 01 GRP-2 REDEFINED GRP-1. 05 SUB-FLD2 PIC XX. 05 SUB-FLD3 PIC XX. 05 FILTER PIC X(4). IF SUB-FLD1 NOT = SPACES DISPLAY "SUBFLD1" MOVE "ABBCCD" TO GRP-1 IF SUB-FLD3 = SPACES DISPLAY "SPACES" ELSE DISPLAY "SUBFLD3" DISPLAY "END" ELSE DISPLAY "SPACES" DISPLAY "END". (a) SUBFLD1 SUBFLD3 END (b) SPACES END (c) SUBFLD1 END (d) SUBFLD1 SPACES
How to display the index.(displacement from an array)
can we print comp 3 stmts how ?
what is mainframe? what is the mainframe software ? what is use in s/w field?
what is rediffine clause?in what situation it can use?give me real time example?
how to transfer the file from pc to mainframe??
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?