Latest Answer: The question is largely a thing of the past as there are mainframe operating systems currently running on laptops. These laptops are officially licensed by IBM and for all intents and purposes function exactly like their big brothers.In fact, since the ...
Latest Answer: To my knowledge FBA is Fixed Block Attribute. Whenever you use "After Advancing" in the cobol program for reports, the mode should be FBA. If it is wrong please let me know. ...
Latest Answer: Changeman is a version and configuration control software for Mainframe, which gives you (the standard) facilities like bundling the related components (programs, JCLs etc) of a release together, version control for installation / rollback of components, ...
Latest Answer: Nothing difference. ...
Latest Answer: At first, you need to bind your sub routine to translate them into load module.Secondly, code the interface parameter in linkage section of main program.At last, write a call statement to link the sub routine. ...
Program for employee master creation and update and listing.hint: employee master creation file contains 10 records of 10 employees as.Emp code ename designation jd bp sl etc?
Latest Answer: Your question is right!We can give more than one job in job. Once you give submit it will process sequentially. //JOB1Â Â Â Â JOB NOTIFY=&SYSUID......//JOB2Â Â Â Â JOB NOTIFY=&SYSUID.....//JOB3Â Â Â Â JOB NOTIFY=&SYSUID.....//JOB4Â Â Â Â JOB NOTIFY=&SYSUID........//STEP1Â Â ...
What is code of copy from ps file to gdg file and copy from gdg file to ps file in jcl.how i can do?
Latest Answer: Simple, create an alternate index on the key descending. ...
Latest Answer: Technically, an External sort is more efficient and can utilize I/O slighltly better than an internal sort, however in a typical environment, files are sorted so they can be input to another program which requires them to be in a specific sequence. The ...
View page << Previous 1 2 [3] 4 5 6 Next >>

Go Top