What is the meaning of 'Eject' verb in cobol?

Answer Posted / guest

eject verb can be used any division in cobol program. it is
ued for page break..

Is This Answer Correct ?    34 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2052


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1868


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

680


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5051


What is the difference between next sentence and continue in cobol programing language?

707






What is the default value(s) for an initialize and what keyword allows for an override of the default?

691


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

670


Discuss about changing dataset name in proc.

757


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

639


What is the Purpose of POINTER Phrase in STRING command in COBOL?

713


What are all the divisions of a COBOL program?

660


What do you understand by psb and acb?

661


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

695


Write the code implementing the perform … varying.

639


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5673