Latest Answer: RACF is Resource Access Control Facilty. It is used for logging access violations, authenticating users/groups and protecting access to sub-systems ...
Latest Answer: The physical components of Maninframe is DASD and other type of Auxiliary storages devices like Tape and Main storage. ...
What is the difference between conditional and unconditional break points, that we make use of in inter test?
Latest Answer: SOC4 means subscript being out of range. This is because of compiler option.Default is nossrange we have to change it for ssrange....SOC7 means uninaialized numeric field. For SOC7 if we are doing numeric opretion which field is defined as non-numeric. ...
Latest Answer: Let us take an example:Total no.of Items = 50 (MAX-ITEM)Total no.of items per page = 8 (PG-ITEM)So, initially display should start with item number one. Whenever you come to the scroll screen display the first 8 items and display page down key alone.User ...
Latest Answer: While you want execute a program inside a procedure we can use Exec Pgm=N1233am i right ...
Latest Answer: JCLLIB is default search libraray for all jobsteps in the job.it shold be coded immediately after JOB statement. ...
My CICS Screen looks like this. Enter Notes Print/No Print ___________________ N ___________________ N ___________________ N ___________________ N ___________________ N ___________________ N ___________________ N This is an existing screen, Whenever i type on the notes field, once it reaches to the end of the line it skips to print field and if we type any thing there it will skip to second line of the notes field. My requirement is: 1. If i type data until end of the notes
Can i call 5 pgms using static call n 3 pgms using dynamic call in a single pgm, if then how many load modules will be there? What about the compiler option(parm)to use?
Latest Answer: In a static call, the call is done using a literal. Compiler option is NODYNAMIn a dynamic call, the call is done using variable. Compiler option is DYNAM ...
View page << Previous 1 2 3 4 [5] 6 Next >>

Go Top