Can 88 level variable be declared in FD section..?
How many sections are there in data division?.
wht do u mean by (*,intrdr) wht is * used for ?
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
What is the local-storage section?
how to submit a jcl by cobol program. clear me with an example.
In COBOL programming, what is PERFORM? What is VARYING?
What is level 66 used for ?
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
how will u code parm parameter and where pls ?
What is Static,Dynamic linking ?