Latest Answer: An intrinsic function is a function that performs a mathematical, character, or logical operation, and thereby allows you to make reference to a data item whose value is derived automatically during execution.The functions can be grouped into six categories, ...
Latest Answer: userid is the RACF assigned user security identification. Password is the individual unique security name assigned to the userid. Production jobs are under the security control of RACF, which requires job statement parameters "USER" and "PASSWORD" to ...
Latest Answer: You can use a level 88 to set up condition names that can be used to simplify
IF and UNTIL tests.
Level 88 is a special level number used to improve the readability of COBOL
programs and to improve IF tests.
A level 88 looks like a level under ...
Latest Answer: The Evaluate statement can be used in replacement of Nested-IF statements. These are also potentially used by combining the logical operators.FOR EG:evaluate a > 100 and a < 500 move 'good' to bevaluate a > 500 or a < 1000 ...
Latest Answer: There are two ways to delete records in a sequential file1. To move spaces to the records.2. To rewrite the file with out moving the records which we want to delete from the file. ...
in the case of static call the mainprogram and subpgms r loaded into the mainmemory initially.in the case of dynamic call only the mainpgm is loaded first and the subpgm is loaded only when a call to it
Latest Answer: [See Question #3] ...
I am trying to create a line sequential file with record length 150 bytes (fixed format). The requirement is that the last 50 bytes of the record should be blanks. Finally, when I am opening the file the actual record length is 100 bytes. That means that the last 50 bytes are truncated. solve this problem?
Latest Answer: static call :the subprogram will call like 'subpgmname'dynamic call : the sub program will be calling with variable.ex :01 spgm pic x(5). move subpgm to wspgmcall spgmstatic :call a single programdynamic : we can call many programs, ...
Latest Answer: hi friend i have a solution for ur pbmplz go trg the jclfirst count the no of records for example if u have 1000 records and first u split those reccords form the input file 1)which contains the first record 2)contains the last record and concadinate ...
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top